Skip to content
Snippets Groups Projects
Commit 991517b1 authored by Ciaran Crocker's avatar Ciaran Crocker
Browse files

Update NFS fstab opts

parent cdad90fd
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ echo "fiddling done"
echo "lets add /home"
#Add /home to fstab and mount!
echo "137.44.10.1:/home /home nfs vers=3.0,rw,soft,fsc,nolock 0 0" >> /etc/fstab
echo "137.44.10.1:/home /home nfs nfsvers=3,rw,soft,fsc,nolock 0 0" >> /etc/fstab
setsebool -P use_nfs_home_dirs on
mount -o nolock 137.44.10.1:/home /home
echo "/home should be accessable"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment