Linux – Mount an ext3 partition with a 16k blocksize

ext3gentoohard drivelinuxUbuntu

We are attempting to recover data from a drive which was formated by Netgear ReadyNas Duo. We have dropped it in a linux box and discovered that it is formated as ext3 with a 16k block size. Mounting it on a linux box returns the following error.

EXT3-fs: bad blocksize 16384.

We have been looking for a Linux live cd which supports the 16k block size by default and have been unsuccessful. Is there an easier way to do this other than compiling this feature in the kernel?

Best Answer

Block sizes >4KiB are only available on architectures which support larger virtual memory pages (e.g. Alpha, Itanium).