Not enough space to build proposed filesystem while setting up superblock

tolywang發表於2008-01-09
[root@DMDIDATAGUARD root]# mkfs /dev/sda4
mke2fs 1.32 (09-Nov-2002)
/dev/sda4: Not enough space to build proposed filesystem while setting up superblock
[root@DMDIDATAGUARD root]#
[root@DMDIDATAGUARD root]#
[@more@]

[root@DMDIDATAGUARD root]#
[root@DMDIDATAGUARD root]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda7 2.0G 310M 1.6G 17% /
/dev/sda3 251M 19M 219M 8% /boot
none 1004M 0 1004M 0% /dev/shm
/dev/sda6 4.0G 34M 3.8G 1% /tmp
/dev/sda5 29G 6.2G 22G 23% /u01
/dev/sda8 7.3G 2.1G 4.8G 31% /usr
/dev/sda2 4.4G 154M 4.0G 4% /home
[root@DMDIDATAGUARD root]# fdisk /dev/sda4

Unable to read /dev/sda4
[root@DMDIDATAGUARD root]#
[root@DMDIDATAGUARD root]# fdisk /dev/sda

The number of cylinders for this disk is set to 182350.
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): n
First cylinder (6441-182350, default 6441):
Using default value 6441
Last cylinder or +size or +sizeM or +sizeK (6441-182350, default 182350):
Using default value 182350

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.

WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table.
The new table will be used at the next reboot.
Syncing disks.
[root@DMDIDATAGUARD root]#

參考:

clearcloud2104-11-09 13:51

以下是我用fdisk檢視的分割槽情況:
[root@localhost root]# fdisk -l

Disk /dev/hda: 20.5 GB, 20547841536 bytes
255 heads, 63 sectors/track, 2498 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 1020 8193118+ 7 HPFS/NTFS
/dev/hda2 1021 1084 514080 83 Linux
/dev/hda3 1085 1594 4096575 83 Linux
/dev/hda4 1595 2498 7261380 f Win95 Ext'd (LBA)
/dev/hda5 1595 1626 257008+ 82 Linux swap
[root@localhost root]# mke2fs /dev/hda4
mke2fs 1.32 (09-Nov-2002)
/dev/hda4: Not enough space to build proposed filesystem while setting up superblock

/dev/hda4應該個空的分割槽的,但是我用mke2fs格式化時,會出現以上這錯誤,請問像這種情況我要什麼做比較好,TKS!!!


晨想04-11-09 20:45

你的a4,是擴充套件,,不過空盤。。

1627-2498你還沒分出來呢。。呵呵。。
繼續fdisk

clearcloud2104-11-10 11:29

幫主,太謝謝你了。

我現在終於分成功了,呵。。。。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-996978/,如需轉載,請註明出處,否則將追究法律責任。

相關文章