Raconeisteron / omnia2droid

Automatically exported from code.google.com/p/omnia2droid
0 stars 0 forks source link

other: ext4 support in kernel #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please add Ext4 support in kernel (only need to enable it in kernel like 
ext2/3), its much faster than ext3, and more stable than ext2.

Original issue reported on code.google.com by SDoola...@gmail.com on 12 Feb 2011 at 6:47

GoogleCodeExporter commented 8 years ago
And then what about android part? Only Android 2.3 support ext4. Am I wrong?

Original comment by gruvenwo...@gmail.com on 16 Feb 2011 at 10:45

GoogleCodeExporter commented 8 years ago
I already tried it. and it works.

Original comment by SDoola...@gmail.com on 16 Feb 2011 at 6:20

Attachments:

GoogleCodeExporter commented 8 years ago
cool, what did you change or add in the kernel?
how much performance increase? or is it pure for more stability?

Original comment by elbee1...@gmail.com on 16 Feb 2011 at 7:21

GoogleCodeExporter commented 8 years ago

Original comment by elbee1...@gmail.com on 16 Feb 2011 at 7:28

GoogleCodeExporter commented 8 years ago
its 5-10% faster at boot time.

Original comment by SDoola...@gmail.com on 16 Feb 2011 at 7:31

GoogleCodeExporter commented 8 years ago
So did you just format as ext4 and that was it? I am very keen ext3 was too 
slow for me and ext2 seems not so stable. Running my storage.

Original comment by PeterBro...@gmail.com on 18 Feb 2011 at 10:59

GoogleCodeExporter commented 8 years ago
Excuse me, how did you get Android running in a ext4? Because Android don't 
support a ext4 partition!

Regards

Original comment by urkopin...@gmail.com on 20 Feb 2011 at 11:23

GoogleCodeExporter commented 8 years ago
yes please explain SDoola

Original comment by jjrt1...@gmail.com on 20 Feb 2011 at 11:58

GoogleCodeExporter commented 8 years ago
android don't care about the underlaying filesystem - it's just the kernel who 
must support ext4. you can compile the kenel yourself with ext4-fs than  format 
your partition ext4 and voila.

Original comment by mosclamer on 20 Feb 2011 at 3:32

GoogleCodeExporter commented 8 years ago
You can enable the ext4 file system support in the kernel, kernel 2.6.31 
support ext4 out of the box.

Original comment by SDoola...@gmail.com on 20 Feb 2011 at 3:36

GoogleCodeExporter commented 8 years ago
kernel config:

CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_XATTR=y
CONFIG_LBDAF=y

Original comment by SDoola...@gmail.com on 20 Feb 2011 at 3:47

GoogleCodeExporter commented 8 years ago
Thanks, but how can I enable it on the kernel?

Regards!

Original comment by urkopin...@gmail.com on 20 Feb 2011 at 9:55

GoogleCodeExporter commented 8 years ago
Hi SDoola,

May I know which cross compiler you use?

Regards

Original comment by eddyyfch...@gmail.com on 21 Feb 2011 at 9:24

GoogleCodeExporter commented 8 years ago
i use http://ymorin.is-a-geek.org/projects/crosstool
c-compiler:4.5.2,binutils:2.21,eglibc:2_12

Original comment by SDoola...@gmail.com on 21 Feb 2011 at 2:22

GoogleCodeExporter commented 8 years ago
can someone post a link to compiled kernel with ext4 support?

Original comment by Grochol...@gmail.com on 23 Feb 2011 at 9:06