Comment 39 for bug 21481

Revision history for this message
Removed by request (removed2249328) wrote :

In the initramfs shell I have no sd*/hd* entries in /dev so nothing to run vol_id on. After booting the -18 kernel:

------------------------------------------------------------------------------------------------
-> ls /dev/sd* /dev/hd*
ls: cannot access /dev/hd*: No such file or directory
0 brw-rw---- 1 8, 1 Jul 18 13:10 /dev/sda1
0 brw-rw---- 1 8, 5 Jul 18 07:10 /dev/sda5
0 brw-rw---- 1 8, 2 Jul 18 07:10 /dev/sda2
0 brw-rw---- 1 8, 0 Jul 18 07:10 /dev/sda
------------------------------------------------------------------------------------------------
-> for dev in /dev/sd*;do /lib/udev/vol_id $dev;done
/dev/sda: error opening volume
/dev/sda1: error opening volume
/dev/sda2: error opening volume
/dev/sda5: error opening volume
------------------------------------------------------------------------------------------------

But I get the same result on reality, which is the working clone of this workstation running the -19 kernel and 32-bit hardy. On both systems sda1 is the root drive.