|
我的分区应该都在cylinder boundary 上,为什么fdisk 还是提示does not end on cylinder boundary? ubuntu 7.10. 曾经用testdisk 恢复过分区。怎么能让他正常?
sudo fdisk -l -u
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x84fc4871
Device Boot Start End Blocks Id System
/dev/sda1 * 63 39070079 19535008+ 7 HPFS/NTFS
/dev/sda2 39070080 78140159 19535040 83 Linux
Partition 2 does not end on cylinder boundary.
/dev/sda3 78140160 117210239 19535040 c W95 FAT32 (LBA)
Partition 3 does not end on cylinder boundary.
/dev/sda4 117210240 312576704 97683232+ f W95 Ext'd (LBA)
Partition 4 does not end on cylinder boundary.
/dev/sda5 117210303 156280319 19535008+ c W95 FAT32 (LBA)
/dev/sda6 234420543 273490559 19535008+ c W95 FAT32 (LBA)
/dev/sda7 273490623 312576704 19543041 c W95 FAT32 (LBA) |
|