NFS mount fails at boot

2 posts / 0 new
Last post
#1 Mon, 2017-05-29 21:14
Datapanic
  • Datapanic's picture
  • Offline
  • Last seen: 1 month 3 weeks ago
  • Joined: 2017-05-29

I am having a problem getting Alpine 3.6 to mount an nfs export on my FreeBSD 11.0 NAS server AT BOOTUP. All my other systems running FreeBSD and Ubuntu have no problems mounting any exports on the NAS so I don't think the problem is on the NAS side.

What happens is at bootup, the Alpine 3.6 server will not mount the export, however after bootup, if I login and use "mount -a" or "mount -t nfs 10.0.1.10:/mnt/VD0/HOME /home, it does mount.

In fstab, i have:
...
10.0.1.10:/mnt/VD0/HOME /home nfs rw 0 0

nfs-utils and libmount are installed. I have not changed anything in /etc/conf.d and changing Options to set it to version 3 and so on in the fstab entry doesn't make a difference. I don't want to manually or otherwise use a workaround like some crontab entry to get this mount working at bootup! NFS is basic stuff, why isn't this working? I had no luck googling or going through the Alpine wiki pages. Any help would be appreciated

Thanks!

Tue, 2017-05-30 19:45
Datapanic
  • Datapanic's picture
  • Offline
  • Last seen: 1 month 3 weeks ago
  • Joined: 2017-05-29

Solved it: rc-update add nfsmount default

Log in or register to post comments