diff options
Diffstat (limited to 'hosts/soy')
| -rwxr-xr-x | hosts/soy/Scripts/mount-samba.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/soy/Scripts/mount-samba.sh b/hosts/soy/Scripts/mount-samba.sh index 63ca111..343ac5b 100755 --- a/hosts/soy/Scripts/mount-samba.sh +++ b/hosts/soy/Scripts/mount-samba.sh @@ -1,2 +1,2 @@ #! /usr/bin/env sh -sudo mount -t nfs4 -o rw,bg,hard,fsc,rsize=32768,wsize=32768,tcp,timeo=600,nfsvers=4,minorversion=2 192.168.1.206:/srv/nfs/samba /home/andrew/samba +sudo mount -t nfs4 -o rw,bg,hard,fsc,rsize=32768,wsize=32768,tcp,timeo=600,nfsvers=4,minorversion=2 192.168.1.206:/srv/nfs/samba /home/andrew/Samba |