Hey all,
As the title says I am trying to mount NFS shares at startup.
To do this I entered the next lines in \etc\fstab
When i restart nothing is mounted. When i do
sudo mount -a
the shares are mounted like i want them to be. How can i make this happen automatically?
Thank you!
As the title says I am trying to mount NFS shares at startup.
To do this I entered the next lines in \etc\fstab
Code:
192.168.0.10:/srv/martijn/Documents /home/martijn/Documents nfs nouser,hard,intr,atime,auto,rw,dev,exec,suid 0 0 192.168.0.10:/srv/PMT /home/martijn/PMT nfs nouser,hard,intr,atime,auto,rw,dev,exec,suid 0 0 192.168.0.10:/srv/gedeeld/photo /home/martijn/Photo nfs nouser,hard,intr,atime,auto,rw,dev,exec,suid 0 0 192.168.0.10:/srv/gedeeld/video /home/martijn/Video nfs nouser,hard,intr,atime,auto,rw,dev,exec,suid 0 0
sudo mount -a
the shares are mounted like i want them to be. How can i make this happen automatically?
Thank you!
Comment