|
|
# mkfs.ext4 /dev/sda10...
...
Writeing inode tables:done
Creating journal (32768 blocks):done
Writing superblocks and filesystem accountin information:done
但是
# mount /dev/sda10 /homemount: wrong fs type,bad option,bad superblock on /dev/sda10,
missing codepate or herper program, or other error
In some cases useful info is found in syslog -try
dmesg | tail or so
# dmesg | tailEXT4-fs: sda10: Filesystem with huge files cannot be mounted read-write without CONFIG_LBD.
硬盘250G /dev/sda10 只有10G
为什么要CONFIG_LBD???
# fsck.ext4 /dev/sda10
e2fsck 1.41.4 (27-Jan-2009)
/dev/sda10: clean, 11/32000 files,55366/1279744 blocks 我的/分区就是ext4的,自动挂载没问题,这个home分区就是挂不上 |
|