billbear 写了:列出你的分区表看看
在terminal里头运行
sudo fdisk -l
把结果拷贝过来大家看看
再运行
sudo parted /dev/sda print
看看结果又是什么
=================================
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xcf71e0c1
Device Boot Start End Blocks Id System
/dev/sda1 * 1 865 6948081 27 Unknown
/dev/sda2 1275 5193 31471744+ 7 HPFS/NTFS
/dev/sda3 7935 11856 31498240 7 HPFS/NTFS
/dev/sda4 866 14593 110270160 f W95 Ext'd (LBA)
/dev/sda5 866 1274 3285261 b W95 FAT32
/dev/sda6 5194 7934 22017051 7 HPFS/NTFS
/dev/sda7 11857 14593 21984921 b W95 FAT32
Partition table entries are not in disk order
ubuntu@ubuntu:~$ sudo parted /dev/sda
GNU Parted 1.7.1
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Error: Can't have overlapping partitions.