Re: NAND flash driver

From: Matthew Reimer <mreimer_at_vpop.net>
Date: Fri, 02 Apr 2004 15:07:17 -0600

Michael Opdenacker wrote:

> Hi Matt,
>
> Assuming the start number is right, how would you mount it? I'm not
> sure my way is correct:
>
> 1. Dump rom to /tmp/h2200_rom:
> dd if=/dev/mtd0 of=/tmp/h2200_rom (actually copying the file to
> the PC after this for a first try)
> 2. Create a loop device starting at 0x01B18400 (28410880)
> losetup -o 28410880 /dev/loop0 /tmp/h2200
> 3. Mount it (no problem if the device is bigger than the actual
> partition?):
> mount -t msdos /dev/loop0 /mnt/ipaq_store
>
> :-}
>
> Michael.

Hi Michael. Your procedure looks good. We'll need to figure out why the
kernel doesn't want to mount this partition; see fat_fill_super() in
fs/fat/inode.c.

Matt
Received on Fri Apr 02 2004 - 21:07:10 EST

This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:19:26 EDT