Re: [OpenWrt-Devel] [PATCH 2/2] fstools: fix jffs2 detection on ubi/nand platform

2014-03-27 Thread John Crispin
Hi, i am working on a new update for fstools that implements ubi properly via gluebi. this is a rather large rework and will take another 1-2 weeks till ready. John On 26/03/2014 22:31, André Valentin wrote: Normally a jffs fs start with a know marker. If ubi is used, the partition

Re: [OpenWrt-Devel] [PATCH 2/2] fstools: fix jffs2 detection on ubi/nand platform

2014-03-27 Thread André Valentin
Hi! Thanks for your info! I am curious about how you solve this :-) André On 27.03.2014 10:35, John Crispin wrote: Hi, i am working on a new update for fstools that implements ubi properly via gluebi. this is a rather large rework and will take another 1-2 weeks till ready. John

[OpenWrt-Devel] [PATCH 2/2] fstools: fix jffs2 detection on ubi/nand platform

2014-03-26 Thread André Valentin
Normally a jffs fs start with a know marker. If ubi is used, the partition does not habe such a marker. Just 0x. This patch checks if the partition is of type ubivol and has 0x at the beginning. In this case the partition is mounted as a jffs. Signed-off-by: André Valentin