About mkfs.jffs2
Josh Boyer
jwboyer at gmail.com
Mon Jul 14 07:51:20 EDT 2008
On Mon, 2008-07-14 at 15:38 +0900, Qiang Wang wrote:
> hello, everyone
>
> I use mkfs,jffs2 tools to make my jffs2 filesystem.
> I found that it apply some compress logic, result the data is compressed.
> How can I remove the compressing function from the tools?
>
> my command is as below:
> ./mkfs.jffs2 -r fs -o root.jffs2 -e 0x20000 -s 0x20000 -l -p
Add '-m none'. And you could have figured that out pretty easily by
doing --help or reading the code.
josh
More information about the linux-mtd
mailing list