Rick,
> Are you sure that the local /home disk partition is mounted BEFORE the
> NFS mount occurs? It could be that the NFS mount occurs at /home first,
> then the local /home mount occurs, overlays the NFS mount and hides it.
> Ditto with the /share mountpoint.
>
> Before you do the "mount -a",
On 05/17/2012 09:54 AM, Bill Davidsen wrote:
Jonathan Allen wrote:
Hi All,
On a fully up-to-date F16 system (as of this morning) I have an issue
with
remote mounting directories at boot. The machine's /etc/fstab contains
these two lines:
purse:/share /share nfs
rw,rsize=8192,wsize=8192,timeo=1
Jonathan Allen wrote:
Hi All,
On a fully up-to-date F16 system (as of this morning) I have an issue with
remote mounting directories at boot. The machine's /etc/fstab contains
these two lines:
purse:/share /share nfs
rw,rsize=8192,wsize=8192,timeo=14,intr,addr=192.168.1.10 0 0
mirror:/h
Tom Horsley wrote:
> This will probably get mangled due to a few long lines, but I'll give it
> a shot.
Tom,
It looks good from here. Thanks for saving me from reinventing that wheel.
Just the sed incantations would've taken a while to come up with.
Regards,
Matthew Roth
InterMedia Marketi
On Thu, 17 May 2012 10:52:15 -0500 (CDT)
Matthew J. Roth wrote:
> Do you mind sharing that script? It's a great idea for solving a common
> problem.
This will probably get mangled due to a few long lines, but I'll give it
a shot.
In the /etc/rc.d/rc.local script I have this line:
/usr/local/b
Tom Horsley wrote:
> Personally, I use a script in rc.local that checks
> /proc/mount against /etc/fstab and tries to mount anything
> that isn't already mounted - it is the only way I've found
> to make network mounts reliable. Seems hit or miss
> otherwise.
Tom,
Do you mind sharing that scrip
On 05/17/2012 06:08 PM, Jonathan Allen wrote:
> Hi All,
>
> On a fully up-to-date F16 system (as of this morning) I have an issue with
> remote mounting directories at boot. The machine's /etc/fstab contains
> these two lines:
>
> purse:/share /share nfs
> rw,rsize=8192,wsize=8192,timeo=14,intr
On Thu, 17 May 2012 11:08:08 +0100
Jonathan Allen wrote:
> How can I get this to work without manual intervention?
Personally, I use a script in rc.local that checks
/proc/mount against /etc/fstab and tries to mount anything
that isn't already mounted - it is the only way I've found
to make netwo