Comment 12 for bug 120285

Revision history for this message
Bananabob (bananabob) wrote :

Hello, I'm Bananabob's Son.

Here are a few more pieces of information.

The raid is set up using partions 3 of both drives.
Swap is on partions 2 of both drives to load balance.
Root is on partion 1 of the first drive. Partition 1 of the second drive is for a developmental root if the need arises.

On the raid (md0) there is a LVM Physical Volume (Volume0), in that is a logical volume (lvol0).

On the logical volume is the /home partition.

I have changed the fstab for the /home partition to use UUID and will get Dad to update you if the problem continues.

bananabob@thorium:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=69eb4fab-f38b-43f7-8796-39734a877b89 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda2
UUID=b800200b-197f-40e2-b27e-684b783e1bea none swap sw 0 0
# /dev/sdb2
UUID=101458e2-7316-4b2e-9550-f4354323c9d7 none swap sw 0 0
#/dev/Volume0/lvol0
UUID=e1298250-91d0-4524-8fea-abeffc04d4ec /home ext3 defaults 0 2
/dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0

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