I'm trying to get this to work but am running into problems. I followed the steps on
http://www.knoppix.net/wiki/LVM2 I had to run vgmknodes in order for /dev/VolGroup00 to be there.
Now when I run mount -t ext3 /dev/VolGroup00/LogVol00 /mnt/tmp it says:
Quote:
mount: wrong fs type, bad option, bad superblock on /dev/VolGroup00/LogVol00, missing codepage or other error
(could this be the IDE device where you in fact use ide-scsi so that sr0 or sda or so is needed?)
In some casses useful info is found in syslog - try dmesg | tail or so
|
So, I try dmesg | tail:
Quote:
EFS: cannot read colume header
EXT3-fs: unable to read superblock
|
I even tried mounting the / partition and copying the line from there that mounts the lvm, and putting it in knoppix's fstab and it says the same thing.
My guess is that one or both of the following is the culprit:
1. Two of the drives in the lvm are sata, the other 6 are ide. Maybe its not liking this.
2. I created raid array's on the drives, so there are md0, md1, md2. And then I did an lvm over those three arrays, so they are under one mount point. Do I need to do something extra in knoppix so iit has raid support?