代码: 全选
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)
Command (m for help): n
First sector (314812416-625141759, default 314812416):
Using default value 314812416
Last sector, +sectors or +size{K,M,G} (314812416-314816511, default 314816511):
Using default value 314816511
Command (m for help): n
First sector (478658560-625141759, default 478658560):
Using default value 478658560
Last sector, +sectors or +size{K,M,G} (478658560-625141759, default 625141759):
Using default value 625141759
Command (m for help): p
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x07f2837e
Device Boot Start End Blocks Id System
/dev/sda1 63 208844 104391 de Dell Utility
/dev/sda2 * 208845 30928844 15360000 7 HPFS/NTFS/exFAT
/dev/sda3 30928845 150972364 60021760 7 HPFS/NTFS/exFAT
/dev/sda4 150974462 625141759 237083649 f W95 Ext'd (LBA)
/dev/sda5 150974464 262135030 55580283+ 7 HPFS/NTFS/exFAT
/dev/sda6 262135808 310769663 24316928 83 Linux
/dev/sda7 310771712 314810367 2019328 82 Linux swap / Solaris
/dev/sda8 314816512 478656511 81920000 7 HPFS/NTFS/exFAT
/dev/sda9 314812416 314816511 2048 83 Linux
/dev/sda10 478658560 625141759 73241600 83 Linux
Partition table entries are not in disk order
Command (m for help): q
上面我用fdisk的,但是莫名奇妙竟然有一个2048block的空余空间
我能不能跳过 314812416~314816511的分区不分,直接只分 478658560 ~ 625141759的空间?