|
|
发表于 2008-12-27 20:37:08
|
显示全部楼层
[20:34:03][arch@arch-live:~]$ sudo mke2fs -T ext4dev /dev/sda3
mke2fs 1.41.3 (12-Oct-2008)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
321280 inodes, 1281183 blocks
64059 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=1312817152
40 block groups
32768 blocks per group, 32768 fragments per group
8032 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736
Writing inode tables: done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 26 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
这才是官方提供的创建ext4分区的办法。。。
但跟上面的有啥子区别呢?
再安装官方的wiki挂载,问题出现了。。。
[20:34:45][arch@arch-live:~]$ sudo mount -t ext4dev /dev/sda3 /mnt/sda3
mount: wrong fs type, bad option, bad superblock on /dev/sda3,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so |
|