|
发表于 2007-7-12 08:02:11
|
显示全部楼层
我的fdisk好像可以分40G以上的分区啊。- bumpy:/etc/X11$ sudo fdisk /dev/hda
- The number of cylinders for this disk is set to 14593.
- There is nothing wrong with that, but this is larger than 1024,
- and could in certain setups cause problems with:
- 1) software that runs at boot time (e.g., old versions of LILO)
- 2) booting and partitioning software from other OSs
- (e.g., DOS FDISK, OS/2 FDISK)
- Command (m for help): p
- Disk /dev/hda: 120.0 GB, 120034123776 bytes
- 255 heads, 63 sectors/track, 14593 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Device Boot Start End Blocks Id System
- /dev/hda1 1 637 5116671 12 Compaq diagnostics
- /dev/hda2 * 638 2432 14414548 c W95 FAT32 (LBA)
- /dev/hda3 2433 7705 42355372+ 83 Linux
- /dev/hda4 7706 14593 55327860 5 Extended
- /dev/hda5 7706 7806 811251 82 Linux swap / Solaris
- /dev/hda6 10138 14593 35792788+ 83 Linux
- /dev/hda7 7807 10137 18723726 c W95 FAT32 (LBA)
- Partition table entries are not in disk order
- Command (m for help): q
- bumpy:/etc/X11$ fdisk -v
- fdisk v2.12r
- bumpy:/etc/X11$
复制代码 |
|