Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Need more NFS help
Date: Tue, 10 May 2011 23:42:29
Message-Id: 4DC9CCBA.6000505@wonkology.org
In Reply to: Re: [gentoo-user] Need more NFS help by Bill Longman
1 Bill Longman writes:
2
3 > On 05/10/2011 08:02 AM, Michael Sullivan wrote:
4 > > A couple of weeks ago I switched my gcc profile over and rebuilt
5 > > everything with emerge -e system and emerge -e world. Now, when I
6 > > restart the computer (any of the three on my LAN), the NFS shares
7 > > listed in /etc/fstab are not automatically mounted. I can mount them
8 > > manually with no errors. Here's an example of one of my /etc/fstab
9 > > files:
10 > >
11 > > camille ~ # cat /etc/fstab
12 >
13 > You're barking up the wrong tree. Show your rc-status -a and you'll see
14 > a few nfs-related services that you've not added to default run level.
15
16 I don't say that's not true, but wouldn't this be a bug, and the
17 nfsmount init script would be missing some depend entry?
18
19 Personally, I always have the noauto option in my fstab lines for NFS
20 shares, because of the looong delay when the server is offline while I
21 boot. Not sure if this is still the case, though, haven't tried in a while.
22 Instead, here these shares are mounted via /etc/init.d/local, when a
23 ping to the server succeeds.
24
25 Wonko

Replies

Subject Author
Re: [gentoo-user] Need more NFS help Bill Longman <bill.longman@×××××.com>