Comment 73 for bug 527666

Revision history for this message
Arnulf Heimsbakk (arnulf-heimsbakk) wrote : Re: Waiting for /some/partition [SM]

I can confirm that the mount issue still exists. I'm adding debug from mountall and /var/log/udev. Note. I used [s] to skip waiting for /var and /var/log. My test setup is as follows.

lvdisplay:

  LV VG Attr LSize Origin Snap% Move Log Copy% Convert
  homelv rootvg -wi-ao 1.00g
  loglv rootvg -wi-a- 2.00g
  optlv rootvg -wi-ao 1.00g
  tmplv rootvg -wi-ao 2.00g
  varlv rootvg -wi-a- 2.00g

fstab:

proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=d5e5232c-0357-454e-8cb4-2fca244f4f42 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=1b4eae89-00cd-42d3-a9a3-0e08c885a1f1 none swap sw 0 0
UUID=414e0c6d-29b0-446f-bde2-6540af2c73ae /home ext4 defaults 01
UUID=816b3834-02a7-4cb1-b591-cab186c2502d /opt ext4 defaults 01
UUID=35f9fad7-e5a0-48d7-8b29-50c9fd096054 /tmp ext4 defaults 01
UUID=40767f37-c576-42f6-82ab-80aa31f85617 /var ext4 defaults 01
UUID=e1ae56e7-0cd0-42bf-9079-690c5711461d /var/log ext4 defaults0 1

I have also discovered, that if I move /usr to an lvm partition then I get the message

error: file not found.

on my console when/right after the kernel boots. I have no idea where that comes from or if it is related to this problem. Tips for debugging is appreciated.

Arnulf