What is the correct fstab entry for automounting a remote filesystem?
Posted
by
user101815
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user101815
Published on 2013-11-12T19:14:19Z
Indexed on
2013/11/12
22:03 UTC
Read the original article
Hit count: 234
I'm running Kubuntu 13.10 and I'm trying to arrange for a remote filesystem to be automounted on startup. I have the following entry for it in fstab:
hpmediavault:/shares/Volume1/FileShare /mnt/mediavault nfs auto,noatime,nolock,bg,nfsvers=3,intr,tcp,actimeo=1800 0 0
I can mount it perfectly well with
sudo mount /mnt/mediavault
But what does it take so that it will be mounted on startup with no explicit action on my part?
© Ask Ubuntu or respective owner