Comment 9 for bug 120285

Revision history for this message
Bananabob (bananabob) wrote :

Here is the commands outout as requested.

bananabob@thorium:~$ blkid
/dev/sda1: LABEL="System" UUID="69eb4fab-f38b-43f7-8796-39734a877b89" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda2: TYPE="swap" UUID="b800200b-197f-40e2-b27e-684b783e1bea"
/dev/sdb1: LABEL="Development" UUID="e4ee9322-cbbf-4252-ad3e-ba14032571a4" SEC_TYPE="ext2" TYPE="ext3"
/dev/sdb2: TYPE="swap" UUID="101458e2-7316-4b2e-9550-f4354323c9d7"

bananabob@thorium:~$ sudo fdisk -lu

Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes

   Device Boot Start End Blocks Id System
/dev/sda1 63 19535039 9767488+ 83 Linux
/dev/sda2 19535040 27342629 3903795 82 Linux swap / Solaris
/dev/sda3 27342630 625137344 298897357+ fd Linux raid autodetect

Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes

   Device Boot Start End Blocks Id System
/dev/sdb1 63 19535039 9767488+ 83 Linux
/dev/sdb2 19535040 27342629 3903795 82 Linux swap / Solaris
/dev/sdb3 27342630 625137344 298897357+ fd Linux raid autodetect

Disk /dev/md0: 306.0 GB, 306070814720 bytes
2 heads, 4 sectors/track, 74724320 cylinders, total 597794560 sectors
Units = sectors of 1 * 512 = 512 bytes

Disk /dev/md0 doesn't contain a valid partition table
bananabob@thorium:~$

My set up is supposed to be this. I have a RAID setup. One disk that is where all my data and system files are held. The second disk is the alternate in the RAID. The front of it contains Development partition this is empty. The rest is the mirror of my data.

I have no idea what the volume is for but I have been getting the following message
 dm_task_set_name: Device /dev/mapper/Volume0-lvol0 not found
So I assume that my fstab is incorrect in some way. Although it is exactly the same as my Edgy one apart from the CDROM mount line.