|
RAID and/or Video issues
I have Fedora 13 installed and I was trying to get WoW and SC2 to work with Wine. I tried updating my graphics drivers and that appears to have been a mistake. It appears that this now prevents Linux from loading properly.
I decided to cut my losses and just upgrade to Fedora 14. However, there is some data that I want to backup and I cannot get my RAID to mount properly with the Live CD. When I try to access the VolGroup in Nautilus I get the following error:
Failed activating drive: Error starting LVM2 Volume Group: vgchange exited with exit code 5: Found duplicate PV FfyFNpHv0mxE5AtbcQLcBWnkQ5vAyc8t: using /dev/sde2 not /dev/sdd2
device-mapper: reload ioctl failed: Invalid argument
device-mapper: reload ioctl failed: Invalid argument
device-mapper: reload ioctl failed: Invalid argument
If I try to access either of the devices independently I get the following error:
Error mounting: mount: /dev/sdd1 already mounted or /media/08c08afc-2707-4f72-9eb9-b0a2cf27b5f9 busy
Trying to mount either of the devices from a terminal yeilds:
[root@localhost liveuser]# mount /dev/sdd2/ /mnt
mount: unknown filesystem type 'LVM2_member'
I've done some searching but haven't really found any information that has helped in figuring this out on my own. From what I have seen the data from 'fdisk -l' might be useful in determining what I need to do:
[root@localhost liveuser]# fdisk -l
Disk /dev/sda: 2541 MB, 2541256704 bytes
128 heads, 63 sectors/track, 615 cylinders, total 4963392 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x35e835e7
Device Boot Start End Blocks Id System
/dev/sda1 * 63 4951295 2475616+ 7 HPFS/NTFS
Disk /dev/sdb: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xaf1d389a
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 488392064 244196001 7 HPFS/NTFS
Disk /dev/sdc: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xeffb09a7
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 390716864 195358401 7 HPFS/NTFS
Disk /dev/sde: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0007220a
Device Boot Start End Blocks Id System
/dev/sde1 * 2048 1026047 512000 83 Linux
/dev/sde2 1026048 312580095 155777024 8e Linux LVM
Disk /dev/sdd: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0007220a
Device Boot Start End Blocks Id System
/dev/sdd1 * 2048 1026047 512000 83 Linux
/dev/sdd2 1026048 312580095 155777024 8e Linux LVM
Disk /dev/dm-0: 3221 MB, 3221225472 bytes
255 heads, 63 sectors/track, 391 cylinders, total 6291456 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 3221 MB, 3221225472 bytes
255 heads, 63 sectors/track, 391 cylinders, total 6291456 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-1 doesn't contain a valid partition table
Disk /dev/md126: 160.0 GB, 160041533440 bytes
2 heads, 4 sectors/track, 39072640 cylinders, total 312581120 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0007220a
Device Boot Start End Blocks Id System
/dev/md126p1 * 2048 1026047 512000 83 Linux
/dev/md126p2 1026048 312580095 155777024 8e Linux LVM
I'm not all that familiar with how the file system works in Linux and I am kind of interested in learning more about it. However, I'm wondering if it might be easier to fix my video issue rather than figure out the RAID issue. On the other hand, I'm not really even sure if there is anything that I can do about the video issue since Linux can't even startup properly.
Any assistance or information would be greatly appreciated.
|