Public bug reported:
this might be similar to 276045 except without usb.
I have two sata drives and on bootups where ubuntu decides to run fsck, fsck
always fails to find the second drive.
I am dropped into single user mode with the following error:
unable to resolve 'UUID=3b4d74c7-230d-4f44-b195-47ce2748d0f0'
If I proceed to boot up on this boot attempt the drive represented by this uuid
will not be mounted. Regular bootup mounts this drive correctly.
/etc/fstab looks like this:
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=ee56eb73-d3ba-4974-9fe6-5fa532d9261e / ext3
relatime,errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=861bd975-1719-47c3-8f04-c7ecdc78ac92 none swap sw
0 0
UUID=3b4d74c7-230d-4f44-b195-47ce2748d0f0 /backup ext3
relatime,errors=remount-ro 0 2
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
$ sudo /sbin/blkid
/dev/sda1: UUID="ee56eb73-d3ba-4974-9fe6-5fa532d9261e" TYPE="ext3"
/dev/sda5: TYPE="swap" UUID="861bd975-1719-47c3-8f04-c7ecdc78ac92"
/dev/sdb1: UUID="3b4d74c7-230d-4f44-b195-47ce2748d0f0" TYPE="ext3"
/dev/sdb5: TYPE="swap" UUID="e3a6f501-4e56-45a2-80cc-7bcc9d0c5088"
$ ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 2009-08-12 21:47 3b4d74c7-230d-4f44-b195-47ce2748d0f0
-> ../../sdb1
lrwxrwxrwx 1 root root 10 2009-08-12 21:47 861bd975-1719-47c3-8f04-c7ecdc78ac92
-> ../../sda5
lrwxrwxrwx 1 root root 10 2009-08-12 21:47 e3a6f501-4e56-45a2-80cc-7bcc9d0c5088
-> ../../sdb5
lrwxrwxrwx 1 root root 10 2009-08-12 21:47 ee56eb73-d3ba-4974-9fe6-5fa532d9261e
-> ../../sda1
$ sudo /sbin/fsck -C3 -R -A -N -V -a
fsck 1.41.4 (27-Jan-2009)
Checking all file systems.
[/sbin/fsck.ext3 (1) -- /backup] fsck.ext3 -a -C3 /dev/sdb1
let me know if you need other information, thanks.
** Affects: e2fsprogs (Ubuntu)
Importance: Undecided
Status: New
--
fsck run during boot consistently fails to find second hard drive
https://bugs.launchpad.net/bugs/412809
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