Markku Pesonen <tourula <at> gmail.com> writes: > You should select "Support for large (2TB+) block devices and files" > option found under "Enable the block layer" in your kernel > configuration. This is only needed for 32-bit kernels.
There's a better way. If you don't need huge file support, you can simply disable it on the partition: tune2fs -O ^huge_file /dev/sda1 (or whatever) Then you should be able to mount the partition read-write. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
