[19:31] <melethron> would be nice if we could use like UBIFS
[19:31] <@IEF> simply because of the interface
[19:31] <melethron> or something
[19:31] <@IEF> lol
[19:32] <melethron> but i wont mess with nand partitions ...
[19:32] <@IEF> oh, I've no problem to do that
[19:32] <@IEF> as HBOOT is S-OFF anyway
[19:32] <@IEF> if any problems occur -> fastboot erase <partition>
[19:32] <@IEF> done, back to yaffs2
[19:33] <melethron> btw is there anyway to check bad blocks on yaffs2 it has no fsck i think ...
[19:33] <melethron> ?
[19:33] <@IEF> yes, there i
[19:34] <@IEF> is
[19:34] <@IEF> through fastboot
[19:34] <melethron> i had a problem with a file that was not flashed properly .... it was only written partial
[19:34] <melethron> would erase partition help on this?
[19:35] <@IEF> uh why was it written only partially?
[19:35] <melethron> cause amonra recovery only does rm when wiped and no real format
[19:35] <melethron> i have no idea ....
[19:35] <@IEF> oh
[19:35] <melethron> no bad block warning no nothing
[19:35] <@IEF> then don't use amon-ra

[19:36] <melethron> ^^
[19:36] <melethron> obviously ^^
[19:36] <@IEF> anyway
[19:36] <@IEF> try 'fastboot oem partition_test'
[19:37] <@IEF> on alpharev hboot, obviously ;p
[19:37] <melethron> ^^
[19:37] <@IEF> perhaps I'll try UBIFS

[19:37] <@IEF> or LogFS
[19:38] <@IEF> UBIFS is weird tho
[19:38] <melethron> well if it is that easy to erase the partition again ....
[19:38] <@IEF> it is
[19:38] <@IEF> that's a real yaffs2 format
[19:38] <melethron> logfs is also nice.... i like the idea of logbased of cow filesystems
[19:38] <@IEF> you won't be able to cross MTD partition boundaries anyawy
[19:38] <@IEF> so not really any risk of overwriting something
[19:38] <@IEF> yeah
[19:39] <@IEF> UBIFS <> LogFS are competitors

[19:39] <@IEF> both successors to JFFS2
[19:39] <@IEF> i'm not sure if it does compression
[19:39] <melethron> ok so the radio/hboot wont get "hurt" and you have always acces to hboot?
[19:39] <@IEF> i'd like to try a bit of FS compression tho
[19:39] <@IEF> radio/hboot is protected anyway
[19:39] <@IEF> you won't be able to overwrite that from the FS
[19:39] <@IEF> er
[19:39] <@IEF> OS
[19:40] <@IEF> besides, the order of the partition also will prevent that
[19:40] <melethron> ok .... i didn't really understand all you did to get acces to hboot .... so im just cautious
[19:41] <@IEF> radio -> hboot -> recovery -> boot -> system -> cache -> userdata
[19:41] <@IEF> yeah, you have to be cautious about fastboot use only
[19:41] <@IEF> fastboot flash hboot is completely unchecked
[19:41] <melethron> and messing with mtd will keep radio hboot and recovery still save ....
[19:41] <@IEF> yeah
[19:42] <@IEF> mtd is just a block layer
[19:42] <@IEF> you're just putting information inside of it