Thread: PRS-T1 Android Market working
View Single Post
Old 01-18-2012, 12:38 PM   #36
uboot
Evangelist
uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.
 
Posts: 425
Karma: 75216
Join Date: Nov 2011
Location: old europe
Device: Kobo Mini, Tolino Epos 2
nope, sorry, just corrected my last post...

Just dumped data and system...

A neat way to discover available partitions is:
Code:
% List partitions of external SD card:
[root (ttyGS0)]# fdisk -l /dev/mmcblk0

% List partitions of internal flash memory:
[root (ttyGS0)]# fdisk -l /dev/mmcblk2

Disk /dev/mmcblk2: 1958 MB, 1958739968 bytes
4 heads, 16 sectors/track, 59776 cylinders
Units = cylinders of 64 * 512 = 32768 bytes

        Device Boot      Start         End      Blocks  Id System
/dev/mmcblk2p1             801        1120       10240  83 Linux
/dev/mmcblk2p2            1121        1440       10240  83 Linux
/dev/mmcblk2p3            1441       13542      387264   5 Extended
/dev/mmcblk2p4           13543       59776     1479488  83 Linux
/dev/mmcblk2p5            1441        1953       16408  83 Linux
/dev/mmcblk2p6            1954        6306      139288  83 Linux
/dev/mmcblk2p7            6307        6627       10264  83 Linux
/dev/mmcblk2p8            6628        7908       40984  83 Linux
/dev/mmcblk2p9            7909        9445       49176  83 Linux
/dev/mmcblk2p10           9446       13542      131096  83 Linux
The unit of "blocks" is kiB.

I am curious what the other partitions contain, especially no. 6...
uboot is offline   Reply With Quote