Quantcast
Channel: MobileRead Forums - Kindle Developer's Corner
Viewing all articles
Browse latest Browse all 4404

mount -o loop a.ext4 a -- wrong fs type!

$
0
0
KT3:
cat /proc/filesystem
...
ext3
ext2
ext4
...

cd /mnt/us
dd if=/dev/zero of=a.ext4 bs=1M count=16
mkfs.ext4 a.ext4
mount -o loop a.ext4 a
Code:

mount: wrong fs type, bad option, bad superblock on /dev/loop/8
...

Code:

EXT4-fs (loop8): Filesystem with huge files cannot be mounted RDWR without CONFIG_LBDAF

Viewing all articles
Browse latest Browse all 4404

Trending Articles