OK, so that means that blkid is able to detect device correctly. I'm going to guess that the USB device wasn't visible at the time that /etc/rcS.d/S30checkfs.sh is run. If you can, add to /etc/init.d/checkfs.sh the following:
logsave -a /var/log/checkfs.debug blkid logsave -a /var/log/checkfs.debug lsusb logsave -a /var/log/checkfs.debug cat /proc/partitions at the beginning of the do_start() bash function. That will see what devices are available at the time that checkfs is run. If /dev/sdb1 isn't available at the time that checkfs is run, then that's not an e2fsprogs bug, but an issue when the various init.d scripts are getting run in intrepid. -- fsck dies on boot with XFS USB drive https://bugs.launchpad.net/bugs/276045 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
