I have been checking, the bg option is not mention in fstab(5), mount(8)
and mount_nfs(8). Please update the manual pages together with the faq.
At this moment, there is no way anyone could figure it out by themselves.
On 07/25/13 08:51, Lars Engblom wrote:
OK! I will try that. Please update the fstab entry at
http://www.openbsd.org/faq/faq6.html#NFS because I was following it
and I assume other will run into the same kind of problems.
On 07/25/13 08:46, Miod Vallat wrote:
I can get the boot process to continue by pressing ctrl-c. Once it has
been booting up, the network has got ready by itself and I can
manually mount the NFS-share. This is showing it is all about a race
condition where the NFS-mounting begins before the link is ready and
the DHCP-client had time to get an IP assigned.
You should mount your NFS filesystems with option "bg", then.
Miod