My first post following my first *successful* install of Gentoo. I tried back in 2005 but failed miserably, but am happy to have a booting system
I'm booting off /dev/sda which is a 2TB drive. All good.
I have /dev/sd{fghi} which are each 4TB in size, and I've used mdadm to configure these as RAID6. It's listed in my fstab to mount at /home however won't mount when booted. Once booted however, if I login and 'mount -a' then it will mount without issue. I had thought that perhaps it wasn't in the initramfs, but I've tried doing a full recompile and it's still not working.
So onto the code snaps...
/etc/fstab
Code: Select all
# /etc/fstab: static file system information.
# <fs> <mountpoint> <type> <opts> <dump/pass>
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
/dev/sda1 /boot vfat defaults 0 2
/dev/sda2 none swap sw 0 0
/dev/sda3 / ext4 noatime 0 1
UUID=0534d246-53df-4bf5-b03e-47200d9557dd /home ext4 noatime 0 2
blkid /dev/md127
Code: Select all
/dev/md127: LABEL="NydasCoreRaid1" UUID="0534d246-53df-4bf5-b03e-47200d9557dd" BLOCK_SIZE="4096" TYPE="ext4"
Code: Select all
ARRAY /dev/md/livecd:NydasCoreRaid1 metadata=1.2 name=livecd:NydasCoreRaid1 UUID=63fa5173:12b79cb4:e75da233:4986f28d
Code: Select all
ARRAY /dev/md/livecd:NydasCoreRaid1 metadata=1.2 name=livecd:NydasCoreRaid1 UUID=63fa5173:12b79cb4:e75da233:4986f28d
Code: Select all
...
* Starting up RAID devices !!
...
fsck.ext4: Unable to resolve 'UUID=0534d246-53df-4bf5-b03e-47200d9557dd'
* Operational error
...
...
mount: /home: can't find UUID=0534d246-53df-4bf5-b03e-47200d9557dd.
* Some local filesystem failed to mount
...
Code: Select all
genkernel all --mdadm
grub-install /dev/sda
grub-mkconfig -o /boot/grub/grub.cfg
Any guidance would be really appreciated. Having tried and failed at Gentoo back in 2005, there will be a certain level of satisfaction if I can actually get this last bit working!
Thank you in advance,
Andy



