2015-06-09 18:07:43

by Albino B Neto

[permalink] [raw]
Subject: Mount read-write EXT4

Hi

Error for mount, show dmesg:

XT4-fs (sda1): Filesystem with huge files cannot be mounted read-write
without CONFIG_LBDAF

$ make menuconfig, for enable:

Enable the block layer ---> Support for large (2TB+) block devices and files

But has compile kernel again.

With command not need compile.

# une2fs -O ^huge_file /dev/sda1

# fsck /dev/sda1


Can include as default on kernel ?


Albino