From: -= KuK =- <kuk@data.pl>
To: linux-mtd@lists.infradead.org
Subject: Problem with JFFS2 mount
Date: Sat, 01 Oct 2011 16:55:04 +0200 [thread overview]
Message-ID: <4E8729C8.1050305@data.pl> (raw)
Hi,
I have problem with creating image file from mounted jffs2 file system.
I have 1:1 dump from 1GB NAND which is UBI format.
But it contains JFFS part also.
This part can be downloaded from my server.
www.pouchx.com/PRV/HDS/K9G8G08U0M_Samsung_1GB_NAND_Config.ini_block_JFFS.rar
Archive contains two files. One is original JFFS copy, second is same
file but I deleted ECC blocks.
I mount jffs image (noECC) with this script:
$ sudo apt-get install mtd-tools
$ sudo modprobe -v mtd
$ sudo modprobe -v jffs2
$ sudo modprobe -v mtdram total_size=8192 erase_size=256
$ sudo modprobe -v mtdchar
$ sudo modprobe -v mtdblock
$ sudo dd if=/HDS/Config.img of=/dev/mtd0
$ sudo mount -t jffs2 /dev/mtdblock0 /HDS/JFFS
After that I can see all 3 files that are in jffs image:
can_unique_id
Config.ini
MAC
I make no changes to these files.
That I want to make new image from mounted device.
I use this command:
$ sudo mkfs.jffs2 -r /HDS/JFFS -o /HDS/newimage.jffs2 -e 256 -l
Output file is only 696bytes.
www.pouchx.com/PRV/HDS/newconfig2.zip
Can anyone help me with this.
How can I get same image as original one?
In the future I want to edit Config.ini but now I just want to test that
I will be able to create correct and working image.
Jakub
next reply other threads:[~2011-10-01 14:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-01 14:55 -= KuK =- [this message]
2011-10-14 8:41 ` Problem with JFFS2 mount Artem Bityutskiy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E8729C8.1050305@data.pl \
--to=kuk@data.pl \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.