On Thursday 05 Jun 2003 19:40, Mark Knecht wrote: > It's a total guess as I've seen something similar to this on Redhat, > although not with ext2 partitions. Is the 03:03 part a clue? Is that > saying something like it's looking for /dev/hdd? I might have > expected it to say 00:03.
Sorry Mark, 03:03 _is_ /dev/hda3 $ ll /dev/hda3 lr-xr-xr-x 1 root root 33 2003-06-05 13:41 /dev/hda3 -> ide/host0/bus0/ $ ll /dev/ide/host0/bus0/target0/lun0/part3 brw------- 1 root root 3, 3 1970-01-01 01:00 /dev/ide/host0/bus0/target0/lun0/part3 ... note the 3, 3 -- these are the major and minor device numbers -- [EMAIL PROTECTED] mailing list
