|
|
新硬盘用fdisk分区后,p键显示
Disk /dev/hdb: 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/hdb1 * 1 3824 30716248+ c Win95 FAT32 (LBA)
/dev/hdb2 3825 14593 86501992+ 83 Linux
其中hdb1是在windows下分的,hdb2是用fdisk分的
然后运行mkfs.ext2 /dev/hdb2
提示:
Not enough space to build proposed filesystem while setting up superblock
是什么原因呢 ? |
|