[android-kernel] Re: YAFFS2 filesystem in Android linux?

2009-08-13 Thread Liang Bao
To me, yaffs2 is already used - and I guess that's because yaffs2 support is already built-in to the kernel or installed as module. If you run adb shell mount, you probably will see: /dev/block/x /system yaffs2 ro 0 0 /dev/block/x /data yaffs2 rw,nosuid,nodev 0 0 As you mentioned, yaffs2

[android-kernel] Re: YAFFS2 filesystem in Android linux?

2009-08-13 Thread Hugo Wang
I am sorry. It seems to me that it uses ext3? Or how to enable yaffs2? Please correct me if am wrong.Thanks. --Hugo 2009/8/13 Liang Bao > isn't android using yaffs2 already? > > 2009/8/13 Hugo Wang > > Hi all, >> I am a newbie to Android kernel development. The robustness of the file >>

[android-kernel] Re: YAFFS2 filesystem in Android linux?

2009-08-13 Thread Liang Bao
isn't android using yaffs2 already? 2009/8/13 Hugo Wang > Hi all, > I am a newbie to Android kernel development. The robustness of the file > system is very critical for a mobile > device. YAFFS2 is a file system that was designed specifically for NAND > flash, which is supposed to be more rob