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?