I will see if I can boot a Jaunty live system to try out the disk there. (Does "vol_id" mean "blkid"?)
$ sudo mount /dev/sdb1 /mnt mount: you must specify the filesystem type $ sudo blkid /dev/sda1: UUID="662CE99C2CE9678F" LABEL="IBM_PRELOAD" TYPE="ntfs" /dev/sda2: LABEL="MYTEMP" UUID="4ACF-A525" TYPE="vfat" /dev/sda3: SEC_TYPE="msdos" LABEL="BOOTMAGIC" UUID="43DA-4D6F" TYPE="vfat" /dev/sda5: LABEL="/" UUID="c79287f0-f0e9-4326-bf22-fde180e1d028" TYPE="ext3" /dev/sda6: UUID="89562c35-2bbd-4c73-885e-6ece61123c07" TYPE="swap" /dev/sdb2: UUID="cc220906-2acc-3fd4-a07a-f6e01c604054" LABEL="Mac HFS+" TYPE="hfsplus" /dev/sdb3: LABEL="UNTITLED" UUID="18B0-1DE9" TYPE="vfat" $ sudo blkid -p /dev/sdc1 $ sudo blkid -p /dev/sdb1 /dev/sdb1: ambivalent result (probably more filesystems on the device) $ sudo blkid -p /dev/sdb2 /dev/sdb2: UUID="cc220906-2acc-3fd4-a07a-f6e01c604054" LABEL="Mac HFS+" TYPE="hfsplus" USAGE="filesystem" $ sudo blkid -p /dev/sdb3 /dev/sdb3: LABEL="UNTITLED" UUID="18B0-1DE9" VERSION="FAT32" TYPE="vfat" USAGE="filesystem" -- ext2 partition on usb hard drive not detected https://bugs.launchpad.net/bugs/433364 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
