by andytuson » Sep 12th, '11, 23:03
Actually I have a boot SSD and two 1G drives from programmes and data. The SDD is partitioned Windoze 7 and Mageia. Details of all drives:
[root@localhost andy]# fdisk -l /dev/sda
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 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: 0x07c6f640
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS
/dev/sda2 206848 140066815 69929984 7 HPFS/NTFS
/dev/sda3 140070735 234436544 47182905 5 Extended
/dev/sda5 140070798 234436544 47182873+ 83 Linux
[root@localhost andy]# fdisk -l /dev/sdb
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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: 0x5fcd980b
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 24981074 12490506 82 Linux swap / Solaris
/dev/sdb2 24981136 1953520064 964269464+ 5 Extended
/dev/sdb5 24981138 498577274 236798068+ 83 Linux
/dev/sdb6 498577338 1953520064 727471363+ 83 Linux
[root@localhost andy]# fdisk -l /dev/sdd
Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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: 0x5fcd9808
Device Boot Start End Blocks Id System
/dev/sdd1 2048 1953521663 976759808 7 HPFS/NTFS
[root@localhost andy]
Andy