Quote:
Originally Posted by guanx
The error message "Filesystem with huge files cannot be mounted RDWR without CONFIG_LBDAF" says it all. Just look at the help text of this option when you do menuconfig.
.
|
thx,
the problem has been solved.
The error message "Filesystem with huge files cannot be mounted RDWR without CONFIG_LBDAF" says it all.
i msut chose this "Support for large (2TB+) block devices and files" when i "make menuconfig" .
because:
This option is required to support the full capacity of large
(2TB+) block devices, including RAID, disk, Network Block
Device, Logical Volume Manager (LVM) and loopback.
This option also enables support for single files larger than
2TB.
The ext4 filesystem requires that this feature be enabled in
order to support filesystems that have the huge_file feature
enabled. Otherwise, it will refuse to mount in the read-write
mode any filesystems that use the huge_file feature, which is
enabled by default by mke2fs.ext4. The GFS2 filesystem also requires this feature....