运行fdisk
我的硬盘应该是3个主分区(sda1,3,4),一个扩展分区(sda2),这个扩展分区又包含2个逻辑驱动器(sda5,6)。ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xc719383f
Device Boot Start End Blocks Id System
/dev/sda1 * 1 7834 62921848 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 7834 60802 425464680 5 Extended
Partition 2 does not end on cylinder boundary.
/dev/sda3 57338 58191 6850560 12 Compaq diagnostics
Partition 3 does not end on cylinder boundary.
/dev/sda4 58191 60801 20968520 7 HPFS/NTFS
Partition 4 does not end on cylinder boundary.
/dev/sda5 7834 26956 153596488+ 7 HPFS/NTFS
/dev/sda6 26956 60801 271865128+ 7 HPFS/NTFS
结果前4个主分区都是does not end on cylinder boundary.
我看了一些帖子,有人说是现代化的扩展分区是lba的,采用的单位是sector不是cylinder,所以报错。
ubuntu连和winxp的分区兼容性都搞不定? 求解决方案,那个sda6分区准备给ubuntu使用,而其余分区我不想格式化,里面的资料必须保留。如今如何让ubuntu认windows 的分区?
winxp的磁盘管理器