Comment 2 for bug 451432

Revision history for this message
Steve Langasek (vorlon) wrote : Re: cifs share not mounting on boot

It would be nice if you didn't change your /etc/fstab line to obfuscate it, especially given that all the information is present in the mountall --debug log and the changes make it harder to match up the log with the fstab line.

  fhs mounted
  [...]
  mounted: local 3/3 remote 0/0 virtual 12/12 swap 1/1

These lines towards the end of the log show that mountall has found all the filesystems needed in order to boot, so it's not because of a deadlock waiting for the network; that previous bug with mountall appears to be fixed.

However, there's no indication in this mountall log of the network interface coming up and signalling mountall to mount the network filesystems. Is mountall still running after the end of this logfile, or has it terminated without finishing?