- 论坛徽章:
- 0
|
如何在空白空间再创建个个分区出来?
[root@ceshi /]# fdisk -l
Disk /dev/sda: 109.2 GB, 109203947520 bytes
255 heads, 63 sectors/track, 13276 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 51 409626 83 Linux
/dev/sda2 52 2601 20482875 83 Linux
/dev/sda3 2602 3876 10241437+ 83 Linux
/dev/sda4 3877 13276 75505500 f Win95 Ext'd (LBA)
/dev/sda5 3877 4137 2096451 82 Linux swap
/dev/sda6 4138 5412 10241406 83 Linux
[root@ceshi /]# mkfs -t /dev/sda6
Usage: mkfs [-V] [-t fstype] [fs-options] device [size]
[root@ceshi /]# mkfs -V -t ext3 -c /dev/sda6
mkfs version 2.11y (Jan 20 2005)
mkfs.ext3 -c /dev/sda6
mke2fs 1.32 (09-Nov-2002)
mkfs.ext3: No such device or address while trying to determine filesystem size
[root@ceshi /]#
为什么不能格式化呢? |
|