|
|
- Command (m for help): p
- Disk /dev/hdc: 40.0 GB, 40027029504 bytes
- 16 heads, 63 sectors/track, 77557 cylinders
- Units = cylinders of 1008 * 512 = 516096 bytes
- Device Boot Start End Blocks Id System
- /dev/hdc1 1 745 375448+ fd Linux raid autodetect
- Partition 1 does not end on cylinder boundary.
- /dev/hdc2 746 20122 9766008 fd Linux raid autodetect
- Partition 2 does not end on cylinder boundary.
- /dev/hdc3 20123 58875 19531512 fd Linux raid autodetect
- Partition 3 does not end on cylinder boundary.
- /dev/hdc4 * 58876 77557 9415728 7 HPFS/NTFS
- Partition 4 does not end on cylinder boundary.
复制代码
准备 softraid+lvm 但改变第二块硬盘分区 id的时候出现这种情况........ 怕损坏硬盘上的数据 不敢生成md2....
目前已经有md0(hda1+hdc1) md1(hda2+hdc2)
想用 hda3+hdc3生成md2 然后作成lvm .......
- Disk /dev/hda: 41.1 GB, 41110142976 bytes
- 16 heads, 63 sectors/track, 79656 cylinders
- Units = cylinders of 1008 * 512 = 516096 bytes
- Device Boot Start End Blocks Id System
- /dev/hda1 1 745 375448+ fd Linux raid autodetect
- /dev/hda2 746 20122 9766008 fd Linux raid autodetect
- /dev/hda3 20123 58875 19531512 fd Linux raid autodetect
- /dev/hda4 * 58876 79656 10473624 83 Linux
复制代码
这个是第一块硬盘 |
|