Date: Sat, 18 Apr 2015 11:19:15 +0300 From: Ross <basarevych@gmail.com> To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: NFS boot time mount doesn't happen Message-ID: <CANmv3=xUhE8Ady9jtoG2bKaahcawKo3e1aBkuZR_4owt-agRyA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello, I have a number of NFSv3 exports on the server. One (/usr/home) with sec=krb5i and other are regular. I have this in fstab on the client: coffin.lan:/usr/home /usr/home nfs rw,soft,intr,sec=krb5i 0 0 coffin.lan:/data/freebsd /data/freebsd nfs ro,soft,intr 0 0 The problem is that /usr/home is not automounted at boot time. I tried adding "late" option but this doesn't help. At the same time /data/freebsd and other non-Kerberized exports are mounted OK. As a hack I added "mount /usr/home" to rc.local and it works. But why doesn't it mount on its own? Am I doing something wrong?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANmv3=xUhE8Ady9jtoG2bKaahcawKo3e1aBkuZR_4owt-agRyA>