adds mount script

This commit is contained in:
2024-07-25 19:26:39 -07:00
parent e8dca61ec4
commit 8d341a9c3a

5
mount.sh Normal file
View File

@@ -0,0 +1,5 @@
sudo mount -t nfs 192.168.86.50:/VFX-KP "/mnt/nfs/work/Dropbox/Projects/KP VFX/"
sudo mount -t nfs 192.168.86.50:/Library "/mnt/nfs/library"
sudo mount -t nfs 192.168.86.50:/VFX "/mnt/nfs/vfx"
sudo mount -t nfs 192.168.86.50:/Maker "/mnt/nfs/maker"
sudo mount -t nfs 192.168.86.50:/Videos "/mnt/nfs/videos"