|
|
怎么解释下面的输出现象?
debian:~# fdisk /dev/sda1
Command (m for help): p
Disk /dev/sda1: 1028 MB, 1028127744 bytes
255 heads, 63 sectors/track, 124 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1p1 1 110 883543+ 83 Linux
/dev/sda1p2 111 124 112455 5 Extended
/dev/sda1p5 111 124 112423+ 82 Linux swap / Solaris
Command (m for help): q
debian:~# fdisk -l
...
Disk /dev/sda: 1035 MB, 1035993088 bytes
255 heads, 63 sectors/track, 125 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 125 1004031 b W95 FAT32 |
|