You are not logged in.

#1 2012-10-21 00:47:54

niietzshe
Member
Registered: 2012-10-20
Posts: 3

Automount NFSv3 problems

I am mounting my DroboFS (which is NFSv3) into an ArchLinux box.

If I mount manually it works:
mount -t nfs 192.168.2.101:/mnt/DroboFS/Shares/Media/Movies/ /mnt/movies

From /etc/fstab:
192.168.2.101:/mnt/DroboFS/Shares/Media/Movies/   /mnt/movies   nfs   rsize=8192,wsize=8192,timeo=14,intr       0 0

Any ideas?
Thanks
Niietzshe

Offline

#2 2012-10-21 10:06:15

teletrabi
Member
Registered: 2008-01-29
Posts: 6

Re: Automount NFSv3 problems

Maybe your network is not online when your system trys to mount fstab entries while booting?
If you're using networkmanager try networkmanager-dispatcher-netfs instead of loading netfs via daemon in rc.conf.

Also you can give autofs a try, which is much more comfortable, if your share isn't always online itself.

https://wiki.archlinux.org/index.php/NFS#Auto_mounting
https://wiki.archlinux.org/index.php/Au … ork_mounts

Offline

Board footer

Powered by FluxBB