Gentoo Archives: gentoo-user

From: Tanstaafl <tanstaafl@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Help running fsck on reiserfs lvm /var on production server?
Date: Sun, 09 Jun 2013 20:22:27
Message-Id: 51B4E3E5.9090005@libertytrek.org
In Reply to: Re: [gentoo-user] Help running fsck on reiserfs lvm /var on production server? by Alan McKinnon
1 On 2013-06-09 11:14 AM, Alan McKinnon <alan.mckinnon@×××××.com> wrote:
2 > On 09/06/2013 16:43, Tanstaafl wrote:
3 >> I do know the last few times this has happened, the NFS mount was
4 >> 'unavailable' (the device had powered down without first unmounting it
5 >> from the server)...
6 >>
7 >> I hope that is all it is...
8
9 > Ugh, NFS complicates things :-)
10 >
11 > I have a similar thing with my notebook and NFS mounts at home, I often
12 > forget to umount the NFS dirs, causing issues when I then go to work and
13 > wake the machine up
14 >
15 > If you have NFS in the mix, I'd certainly investigate that first before
16 > getting into more complex things. Also check that your NFS and mount
17 > stuff in /etc/init.d are doing the right thing in the right order with
18 > both startup and shutdown
19
20 Yep, that bugger was it...
21
22 umounted the NFS mount and the reboot went smooth as silk.
23
24 Now, to figure out why the NFS mount isn't unmounting properly during a
25 shutdown or reboot, but that will be another thread...
26
27 Thanks Alan!