|

楼主 |
发表于 2005-8-11 17:32:17
|
显示全部楼层
我现在的分区
- hua@hua:~$ sudo /sbin/fdisk /dev/hda
- The number of cylinders for this disk is set to 9964.
- 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: 81.9 GB, 81964302336 bytes
- 255 heads, 63 sectors/track, 9964 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Device Boot Start End Blocks Id System
- /dev/hda1 * 1 999 8024436 83 Linux
- /dev/hda2 1001 2432 11502540 83 Linux
- /dev/hda3 2433 9550 57175335 5 Extended
- /dev/hda4 9551 9964 3325455 a9 NetBSD
- /dev/hda5 2433 2675 1951866 82 Linux swap / Solaris
- /dev/hda6 2676 8754 48829536 83 Linux
- /dev/hda7 8755 9550 6393838+ 83 Linux
- Command (m for help):
复制代码
- Command (m for help): b
- Reading disklabel of /dev/hda4 at sector 153420751.
- BSD disklabel command (m for help): p
- 16 partitions:
- # start end size fstype [fsize bsize cpg]
- a: 152204* 158281* 6077 4.2BSD 1024 8192 46408
- b: 158281* 158802* 521* swap
- c: 152204* 158802* 6598* unused 0 0
- d: 1 158816 158816 unused 0 0
- e: 1* 15922* 15921* 11
- f: 15938* 38760 22822* 11
- i: 38761* 42633* 3872* swap
- j: 42633* 139517* 96884 11
- k: 139517* 152204* 12686* 11
- BSD disklabel command (m for help):
复制代码 |
|