OpenWrt Forum Archive

Topic: Barrier Breaker 14.07 kmod-fs-ext3

The content of this topic has been archived on 24 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi!

opkg update
opkg install kmod-fs-ext3

root@OpenWrt:~# opkg install kmod-fs-ext3
Unknown package 'kmod-fs-ext3'.
Collected errors:
* opkg_install_cmd: Cannot install package kmod-fs-ext3.
root@OpenWrt:~#

i need for loopdisk

dd if=/dev/zero of=/mnt/hdd/owrt_loop bs=1M count=128
mke2fs -j -F -b 1024 /mnt/hdd/owrt_loop

root@OpenWrt:~# mount -o loop /mnt/hdd/owrt_loop /mnt/loopdisk
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
mount: mounting /dev/loop0 on /mnt/loopdisk failed: Device or resource busy
root@OpenWrt:~#

loopdisk exists
Any idea?

Thx

There is no fs-ext3 package neither in BB14.07 nor in trunk.

fs-ext4 module provides the support for ext2 and ext3. Use that.

http://wiki.openwrt.org/doc/howto/storage

(Last edited by hnyman on 22 Mar 2015, 09:39)

Yes, thank You
Sorry i'm not experienced linux user smile

I think this is necessary for me too: libext2fs

The discussion might have continued from here.