|
|
# fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x94825f2b
Device Boot Start End Blocks Id System
/dev/sda1 * 1 803 6441984 27 Unknown
Partition 1 does not end on cylinder boundary.
/dev/sda2 803 3760 23751630 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 3760 19457 126093240 5 Extended
Partition 3 does not end on cylinder boundary.
/dev/sda5 3760 5077 10583968+ 83 Linux
/dev/sda6 5077 7688 20971408+ 7 HPFS/NTFS
/dev/sda7 7688 10238 20480008+ 83 Linux
/dev/sda8 * 19317 19323 45328+ 83 Linux
/dev/sda9 19323 19457 1081048+ 82 Linux swap / Solaris
/dev/sda10 10238 15337 40960048+ 83 Linux
/dev/sda11 15337 16663 10652008+ 83 Linux
/dev/sda12 16663 17990 10659568+ 83 Linux
/dev/sda13 17990 19317 10659568+ 83 Linux
Partition table entries are not in disk order
我该怎么办?
# fdisk /dev/sda
Command (m for help): m
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)
我在网上搜有:
f fix partition order
r return to main menu
的选项,但是我没有? |
|