updates fstab settings

This commit is contained in:
2024-09-26 11:49:52 -07:00
parent 368eb98c0d
commit b6bf29fc28
2 changed files with 10 additions and 5 deletions

View File

@@ -1,5 +1 @@
sudo echo "192.168.86.50:/Maker /mnt/nfs/maker nfs defaults 0 2
192.168.86.50:/Videos /mnt/nfs/videos nfs defaults 0 2
192.168.86.50:/VFX /mnt/nfs/vfx nfs defaults 0 2
192.168.86.50:/Work /mnt/nfs/work nfs defaults 0 2
192.168.86.50:/WWB /mnt/nfs/wwb nfs defaults 0 2" >>/etc/fstab
sudo cat fstab >>/etc/fstab

9
fstab Normal file
View File

@@ -0,0 +1,9 @@
192.168.86.50:/Videos /mnt/nfs/videos nfs nofail 0 2
192.168.86.50:/VFX /mnt/nfs/vfx nfs nofail 0 2
192.168.86.50:/Carlos /home/carlos/Remote nfs nofail 0 2
192.168.86.50:/Carlos/Documents /home/carlos/Documents nfs nofail 0 2
192.168.86.50:/Carlos/Images /home/carlos/Pictures nfs nofail 0 2
192.168.86.50:/Fabrication /home/carlos/fabrication nfs nofail 0 2
192.168.86.50:/Projects /home/carlos/projects nfs nofail 0 2
192.168.86.50:/Library /mnt/nfs/library nfs nofail 0 2
192.168.86.50:/LocalData /mnt/nfs/localData nfs nofail 0 2