Last year a bought a brand new rig, which I have been using mainly for gaming with windows 7, but now it came to mind the idea of actually using it and for that I need Linux, and since I recently started with Gentoo, I though it was a nice opportunity to get to know it better. This is around my fifth Gentoo installation.
My hard drive configuration is 2 500Gb disks together with RAID, so the first thing I did was pick up a partition software and free up 300Gb to use with Linux, I used the EaseUs Partition Manager (picked it up randomly, my bad maybe).
Then I booted up with the Gentoo Minimal Live CD and listed the partition with fdisk and found the first error:
Code: Select all
livecd ~ # fdisk -lu
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0xc39a7e2a
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 1339146269 669469711 7 HPFS/NTFS/exFAT
/dev/sda3 1339146270 1953520064 307186897+ 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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/sdb doesn't contain a valid partition table
Disk /dev/md126: 1000.2 GB, 1000210432000 bytes
2 heads, 4 sectors/track, 244192000 cylinders, total 1953536000 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 131072 bytes / 262144 bytes
Disk identifier: 0xc39a7e2a
Device Boot Start End Blocks Id System
/dev/md126p1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/md126p2 206848 1339146269 669469711 7 HPFS/NTFS/exFAT
/dev/md126p3 1339146270 1953520064 307186897+ 83 Linux
[b]Partition 3 does not start on physical sector boundary.[/b]Code: Select all
livecd ~ # parted -l
[b]Error: Can't have a partition outside the disk! [/b]
Model: ATA WDC WD5000AAKX-0 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Error: /dev/sdb: unrecognised disk label
Model: ATA WDC WD5000AAKX-0 (scsi)
Disk /dev/sdb: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
has been opened read-only.
Error: /dev/sr0: unrecognised disk label
Model: ATAPI iHAS122 (scsi)
Disk /dev/sr0: 141MB
Sector size (logical/physical): 2048B/2048B
Partition Table: unknown
Model: Linux Software RAID Array (md)
Disk /dev/md126: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 106MB 105MB primary ntfs boot
2 106MB 686GB 686GB primary ntfs
3 686GB 1000GB 315GB primary ext2Do you think it would be better to just format the whole disk and start from scratch?
Also, please let me know if any more information is required.
Thanks in advance!


