mount NAND partitions from Linux?

2009-09-24 Thread tingox
Hello,

Can I find out what partitions I have on NAND in my FreeRunner, and mount
them from Linux?
(I am currently running QtMoko v11, booted from p2 on a SD card)
-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: mount NAND partitions from Linux?

2009-09-24 Thread Al Johnson
On Thursday 24 September 2009, tingox wrote:
 Hello,

 Can I find out what partitions I have on NAND in my FreeRunner, and mount
 them from Linux?
 (I am currently running QtMoko v11, booted from p2 on a SD card)

mount -t jffs2 /dev/mtdblock6 /some/suitable/target


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: mount NAND partitions from Linux?

2009-09-24 Thread Torfinn Ingolfsen
Hi,

On Thu, Sep 24, 2009 at 6:31 PM, Al Johnson
openm...@mazikeen.demon.co.ukwrote:

  Can I find out what partitions I have on NAND in my FreeRunner, and mount
  them from Linux?
  (I am currently running QtMoko v11, booted from p2 on a SD card)

 mount -t jffs2 /dev/mtdblock6 /some/suitable/target

 Thanks.
How do I find out which /dev/mtdblock* is which partition?
I am guessing that I can't can't use fdisk

-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: mount NAND partitions from Linux?

2009-09-24 Thread Nikita V. Youshchenko
 Hi,

 On Thu, Sep 24, 2009 at 6:31 PM, Al Johnson

 openm...@mazikeen.demon.co.ukwrote:
   Can I find out what partitions I have on NAND in my FreeRunner, and
   mount them from Linux?
   (I am currently running QtMoko v11, booted from p2 on a SD card)
 
  mount -t jffs2 /dev/mtdblock6 /some/suitable/target
 
  Thanks.

 How do I find out which /dev/mtdblock* is which partition?
 I am guessing that I can't can't use fdisk

cat /proc/mtd


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community