View Single Post
Old 02-08-2010, 04:30 PM   #12
BrentBaccala
Junior Member
BrentBaccala began at the beginning.
 
BrentBaccala's Avatar
 
Posts: 3
Karma: 10
Join Date: Feb 2010
Device: Irex Iliad; Sony Reader PRS-600
256 byte inodes unsupported by default Iliad kernel

I just want to add that I created an ext2fs on CF using mke2fs on the Iliad, and couldn't get it to work at first because mke2fs defaulted to 256 byte inodes (the standard value for 2.6 kernels). But Iliad's 2.4 kernel can only handle 128 byte inodes. The command I needed was:

Code:
mke2fs -I 128 /dev/hda1
Compiling mke2fs (in the e2fsprogs distribution) with the standard Iliad development kit wasn't difficult, but I'm attaching the executable in case it helps somebody else.
Attached Files
File Type: zip mke2fs-1.41.9.zip (257.8 KB, 239 views)

Last edited by BrentBaccala; 02-08-2010 at 04:32 PM. Reason: upload didn't take
BrentBaccala is offline   Reply With Quote