|
我的机器只有一个硬盘,并且正在使用中,我当时装系统的时候(hdb1-7)就没有全部用完.特意留了一部分没有用.
后来在学习系统的时候,用fdisk /dev/hdb
[root@cguang ~]# fdisk /dev/hdb
The number of cylinders for this disk is set to 4111.
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/hdb: 33.8 GB, 33820286976 bytes
255 heads, 63 sectors/track, 4111 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 64 514048+ 83 Linux
/dev/hdb2 65 1339 10241437+ 83 Linux
/dev/hdb3 1340 1594 2048287+ 83 Linux
/dev/hdb4 1595 4111 20217802+ 5 Extended
/dev/hdb5 1595 1658 514048+ 83 Linux
/dev/hdb6 1659 1722 514048+ 82 Linux swap
/dev/hdb7 1723 1747 200781 83 Linux
/dev/hdb8 1748 1749 16033+ c W95 FAT32 (LBA)
/dev/hdb9 1750 3000 10048626 83 Linux
/dev/hdb10 3001 4111 8924076 a5 FreeBSD
Command (m for help):
之后我用 [root@cguang ~]# mkfs.ext2 /dev/hdb9
mke2fs 1.35 (28-Feb-2004)
Could not stat /dev/hdb9 --- No such file or directory
The device apparently does not exist; did you specify it correctly?
[root@cguang ~]#
这该怎么办呀?帮帮我!!谢谢了!! |
|