scripts/mount-nfs-boot

8 lines
251 B
Text
Raw Permalink Normal View History

2024-11-01 16:33:26 +10:00
To mount automatically when System starts, Configure setting in [/etc/fstab].
root@node01:~# vi /etc/fstab
# add to the end : set NFS share
# Jellyfin Media Share
172.16.50.30:/mnt/penelope/media /mnt/media nfs defaults 0 0