Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Oct 2010 18:10:03 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Tim Dunphy <bluethundr@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: can't add entries to fsab
Message-ID:  <alpine.BSF.2.00.1010301805490.6585@wonkity.com>
In-Reply-To: <AANLkTikS7vt8zFD-4hvTqpf27%2BHED4GWL34PfNYYG9s5@mail.gmail.com>
References:  <AANLkTikS7vt8zFD-4hvTqpf27%2BHED4GWL34PfNYYG9s5@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 30 Oct 2010, Tim Dunphy wrote:

> I am having some trouble adding entries to /etc/fstab.. what happens
> to work under CentOS does not under FreeBSD!! no surprise there, I
> suppose.. heh
>
>
> I have nfs_client_enable="YES" in my /etc/rc.conf
>
> Yet if I add even one line such as
>
> nas2.summitnhome.com:/mnt/home   /home    nfs rw  0   0
>
> the system refuses to boot normally and I have to add the path to
> /bin//sh manually each time

Add the "late" option ('man mount | less +3/late') to the rw option in 
that line:

nas2.summitnhome.com:/mnt/home   /home    nfs rw,late  0   0

> why on Earth can I not add entries to fstab as I do to CentOS??

Beyond knowing that they're different, dunno.  Maybe the async DHCP in 
FreeBSD is different.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1010301805490.6585>