Comment 19 for bug 1037192

Revision history for this message
sandro dentella (sandro-e-den) wrote :

I have a related problem in the sense that an LTSP fat client can't nfs mount /home. Mounting by hand succedes w/o any problem and also running 'mountall' from command line, but when boot finises /home is not mounted. I'm on Ubuntu 12.04 and mountall 2.36.

I added same debug info as suggested in mountall.conf logging to /dev/mountall.log and I see that the last part states:

montaggio di /home
local 3/3 remote 0/0 virtual 11/11 swap 0/0
local 3/3 remote 0/0 virtual 11/11 swap 0/0
mount /home [639] uscito normalmente
local 3/3 remote 0/0 virtual 11/11 swap 0/0

"uscito normalmente" means normal exit. I wanted to check if at that point /home is mounted but I couldn't manage to log the output of df:

  df -h > /dev/df.log 2>&1 does not log anything nor creates an empty file. Any suggestion on the origin of the problem or on further test to do?