View Single Post
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#877
Here is my partition layout (to be seen as example):
Code:
~ $ /sbin/sfdisk  -l /dev/mmcblk0

Disk /dev/mmcblk0: 1957120 cylinders, 4 heads, 16 sectors/track
Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/mmcblk0p1         16  1236223  1236208   39558656    c  W95 FAT32 (LBA)
/dev/mmcblk0p2     1760512  1891583  131072    4194304   83  Linux
/dev/mmcblk0p3     1891584  1957119   65536    2097152   83  Linux
/dev/mmcblk0p4     1367296  1760511  393216   12582912   85  Linux extended
/dev/mmcblk0p5     1367296+ 1498367  131072-   4194303+  83  Linux
/dev/mmcblk0p6     1498368+ 1629439  131072-   4194303+  83  Linux
/dev/mmcblk0p7     1629440+ 1760511  131072-   4194303+  83  Linux
~ $ /sbin/sfdisk  -d /dev/mmcblk0
# partition table of /dev/mmcblk0
unit: sectors

/dev/mmcblk0p1 : start=     1024, size= 79117312, Id= c
/dev/mmcblk0p2 : start=112672768, size=  8388608, Id=83
/dev/mmcblk0p3 : start=121061376, size=  4194304, Id=83
/dev/mmcblk0p4 : start= 87506944, size= 25165824, Id=85
/dev/mmcblk0p5 : start= 87506945, size=  8388607, Id=83
/dev/mmcblk0p6 : start= 95895553, size=  8388607, Id=83
/dev/mmcblk0p7 : start=104284161, size=  8388607, Id=83
NB: p1 is shrunk by 16GB, p4 is just a container (extended) for p5/p6/p7, also note that I left a 4GB spare between p1 and p4
Done manually on device.
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature

Last edited by peterleinchen; 2013-12-04 at 12:07.
 

The Following User Says Thank You to peterleinchen For This Useful Post: