Comment 5 for bug 1244232

Revision history for this message
Erike Magegere (erike4) wrote :

Here is blkid and fstab to be more complete as I see from the dmsg that the third mount phase , the first section above, shows the opts without the noauto:
eric@eric-laptop:/$ sudo blkid
[sudo] password for eric:
/dev/sda1: LABEL="kubuntu" UUID="443d2dd9-b39b-4073-b929-0606aaf54397" TYPE="ext4"
/dev/sda2: LABEL="kubunt2" UUID="c007c863-6bc8-4bfb-bad7-3b6a7da5aa3c" TYPE="ext4"
/dev/sda3: LABEL="boot" UUID="d1b07952-aa4f-4648-bbd3-504e2e3d801a" TYPE="ext3"
/dev/sda5: UUID="32b23243-f6f2-4382-b08c-81afeef3cd8c" TYPE="swap"
/dev/sda6: LABEL="home" UUID="706e23bd-41c8-4a72-81ec-6375f4f78f98" TYPE="ext4"
/dev/sda7: LABEL="store" UUID="edd4b524-70cf-4d2a-8a6a-7515c8300944" TYPE="ext4"
/dev/sda8: UUID="8RdAv1-ZZmV-ppX9-uq14-JKP0-B6Y4-EjLN8c" TYPE="LVM2_member"
/dev/sda9: UUID="2D6aaj-S3iK-Mmhv-NerT-mR6N-N8dF-TgvcNK" TYPE="LVM2_member"
/dev/sda10: LABEL="server" UUID="ed027e6a-dc8c-43fa-aea4-bb17c097c2a2" TYPE="ext4"
/dev/mapper/lvmvg1-tail: LABEL="tail" UUID="14991fa8-9d50-42c0-836c-2c3af00e321a" TYPE="ext2"
/dev/mapper/lvmvg1-rescuecd: LABEL="rescuecd" UUID="3812954d-632b-4e92-94a4-1d7726cc52c7" TYPE="ext4"
/dev/mapper/lvmvg1-VMMStorage: LABEL="VMMStorage" UUID="5ad829e6-3c5b-4c2b-a5b4-4c3b449386e6" TYPE="ext4"
eric@eric-laptop:/$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/sda1 during installation
UUID=443d2dd9-b39b-4073-b929-0606aaf54397 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=32b23243-f6f2-4382-b08c-81afeef3cd8c none swap sw 0 0
#/dev/sda2 /kubunt2
UUID=c007c863-6bc8-4bfb-bad7-3b6a7da5aa3c /kubunt2 ext4 errors=remount-ro 0 1
#/dev/sda3 /boot
UUID=d1b07952-aa4f-4648-bbd3-504e2e3d801a /boot ext3 noauto,errors=remount-ro 0 1
#/dev/sda6 /home
UUID=706e23bd-41c8-4a72-81ec-6375f4f78f98 /home ext4 errors=remount-ro 0 1
#/dev/sda7 /store
UUID=edd4b524-70cf-4d2a-8a6a-7515c8300944 /store ext4 errors=remount-ro 0 1
#/dev/mapper/lvmvg1-tail /tail
UUID=14991fa8-9d50-42c0-836c-2c3af00e321a /tail ext4 noauto,errors=remount-ro 0 1
#/dev/mapper/lvmvg1-VMMStorage /VMMStorgae
UUID=5ad829e6-3c5b-4c2b-a5b4-4c3b449386e6 /VMMStorage ext4 errors=remount-ro 0 1
#/dev/mapper/server-rescucd /rescuecd
UUID=3812954d-632b-4e92-94a4-1d7726cc52c7 /rescuecd ext4 noauto,errors=remount-ro 0 1
#/dev/sda10 /server
UUID=ed027e6a-dc8c-43fa-aea4-bb17c097c2a2 /server ext4 noauto,errors=remount-ro 0 1
#