|
|
FC6 / 装在hda6
现在想把hda中的一块未分配空间和hdb3组成软RAID0
hda的 7538 ~ 9239
hdb的 99 ~ 1800 (hdb3)
大小一样
能把它们组成raid0吗?
[root@fan ~]# fdisk -l
Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1942 15599083+ 7 HPFS/NTFS
/dev/hda2 1943 5257 26627737+ 7 HPFS/NTFS
/dev/hda3 5258 14593 74991420 f W95 Ext'd (LBA)
/dev/hda5 9240 14593 43005973+ 7 HPFS/NTFS
/dev/hda6 5258 7475 17816022 83 Linux
/dev/hda7 7476 7537 497983+ 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/hdb: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 36 289138+ 83 Linux
/dev/hdb2 37 98 498015 82 Linux swap / Solaris
/dev/hdb3 99 1800 13671315 83 Linux
/dev/hdb4 1801 2434 5092605 83 Linux |
|