zhuravskiy / wl500g

Automatically exported from code.google.com/p/wl500g
0 stars 0 forks source link

ext4 mounting not supported by kernel #439

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
uname -a
Linux WL-10BF48E7388F 2.6.22.19 #1 Sat Apr 27 11:14:03 MSK 2013 mips GNU/Linux

2.
/usr/sbin/mkfs.ext4 - present

3.
but ext4 support is not compiled in kernel
===
cat /proc/filesystems
nodev   sysfs
nodev   rootfs
nodev   bdev
nodev   proc
nodev   sockfs
nodev   pipefs
nodev   anon_inodefs
nodev   tmpfs
nodev   inotifyfs
nodev   devpts
        ext3
        squashfs
nodev   ramfs
        vfat
nodev   usbfs
        ntfs
===

So I have no possibility to mount formated ext4 partition.

Original issue reported on code.google.com by voro...@gmail.com on 30 Mar 2014 at 5:12

GoogleCodeExporter commented 8 years ago
You have to load ext4.ko external kernel module.

Original comment by lly.dev on 31 Mar 2014 at 6:50

GoogleCodeExporter commented 8 years ago
If so that mean I need to have one filesystem at maximum ext3 filesystem.
Then load from this filesystem ext4.ko. And only after that procedure I may
use ext4 filesystem on my box?

2014-03-31 10:50 GMT+04:00 <wl500g@googlecode.com>:

Original comment by voro...@gmail.com on 31 Mar 2014 at 11:51