From c160db9fe35ca11ab9535b01c7b4d3d99988d536 Mon Sep 17 00:00:00 2001 From: "rob.mcewan" Date: Fri, 1 Nov 2024 06:33:26 +0000 Subject: [PATCH] Add mount-nfs-boot --- mount-nfs-boot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mount-nfs-boot diff --git a/mount-nfs-boot b/mount-nfs-boot new file mode 100644 index 0000000..e25be5d --- /dev/null +++ b/mount-nfs-boot @@ -0,0 +1,8 @@ +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 \ No newline at end of file