홈 서버를 설정했는데 fstab
집에 있을 때 홈 네트워크 IP를 사용하여 네트워크 드라이브를 자동으로 마운트하고, 네트워크에 없을 때 Tailscale IP를 사용하여 마운트하도록 설정할 수 있는지 궁금합니다. .
이것이 내가 현재 가지고 있는 것입니다 fstab
:
#
# /etc/fstab
# Created by anaconda on Tue Jun 21 16:36:27 2022
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=[REDACTED] / btrfs subvol=root,compress=zstd:1 0 0
UUID=[REDACTED] /boot ext4 defaults 1 2
UUID=[REDACTED] /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=[REDACTED] /home btrfs subvol=home,compress=zstd:1 0 0
# BEGIN ANSIBLE MANAGED BLOCK
[HOMENETWORK]:/homeserver/encrypted/backups /mnt/backups nfs defaults 0 0
# END ANSIBLE MANAGED BLOCK