[GUIDE] SD card partitioning for rooted phones

Search This thread

Rapier

Forum Moderator
Staff member
OK. I've decided to give it a try with Data2Ext, that means I need partitions.
One question before I start... My card is the stock 2GB one and I used it for creating my Goldcard. Partitioning it will "delete" the goldcard info?
I'm asking because on some thread it was specified that you can even wipe the card completely, it'll still remain as goldcard.
 

BlaY0

Retired Recognized Developer
Sep 15, 2007
1,553
566
Medvode
OK. I've decided to give it a try with Data2Ext, that means I need partitions.
One question before I start... My card is the stock 2GB one and I used it for creating my Goldcard. Partitioning it will "delete" the goldcard info?
I'm asking because on some thread it was specified that you can even wipe the card completely, it'll still remain as goldcard.
1st of all data2ext on stock 2GB card is nonsense. 2nd, if you repartition it, you don't lose goldcard info. But if you completely wipe it, for instance dd with /dev/zero from block 0, then you certainly loose goldcard info.
 

JonasDroid

Senior Member
Apr 12, 2010
423
50
I don't have mkfs.vfat, not in CM7 #25, not on HD2 desire Z rom and not in recovery mode :S (it doesn't work without busybox and my busybox doesn't include it)
Is there any other method for formating the fat32 partition?
 
Last edited:

psyionx

Senior Member
Nov 30, 2010
229
50
Kota Kinabalu
Rom Manager

does this have the same achievement using the "Partition SD Card" using RomManager? i'm experiencing quadrant=11xx with it to partition a Kingmax 16GB class 10 MicroSD card. set at 512 ext and 256 swap....

is it the card too big or this method of partitioning the card have different result? Or its the wrong way?

P/s: i'll use this to method later when i get home.
 

BlaY0

Retired Recognized Developer
Sep 15, 2007
1,553
566
Medvode
1st... why do you need swap partition?

2nd... with partition smaller than 1 GB default block size is set to 1 kB which is not good in terms of performance.

3rd... partition alignment is also a big factor in overall performance. I don't think RomManager does the alignment and it also uses default formatting parameters.

Sent from my HTC Legend
 
  • Like
Reactions: psyionx

psyionx

Senior Member
Nov 30, 2010
229
50
Kota Kinabalu
ok, i'll give this a try. i'll start reading and got my handy calculater by my side. it seems that the partition from Rom Manager have other usage that i really dont know. i'll comback once done or meet some problem.

.... about Half an hour later....

done:

Disk /dev/block/mmcblk0: 15.8 GB, 15803088896 bytes
4 heads, 16 sectors/track, 482272 cylinders, total 30865408 sectors
Units = sectors of 1 * 512 = 512 bytes

Device Boot Start End Blocks Id System
/dev/block/mmcblk0p1 256 26623999 13311872 c Win95 FAT32 (LB
A)
/dev/block/mmcblk0p2 26624000 30865407 2120704 83 Linux

Command (m for help):w

Thanks man! now testing on your new ROM... (fingers X)


phone need a while to load programs....

went to SD & phone storage....

Holy crap!!! I have a lot of space!!!!!!!!!!!!

Thanks BlaY0 !!!! you and your ROM ROCKS!!!!!!!!!!!!!!!!
 
Last edited:
@blaY0: need a little help here.. today I got myself a Kingston 8gb card to replace my 4gb.. I disabled data2ext and put in the new card.. did a partitioning using this excellent guide.. enabled data2ext but nothing. Not at a comp at the moment.. could this be due to slower mounting of the card? Or do I just need to wipe and reinstall rom?

Sent from my HTC Legend using XDA App
 

psyionx

Senior Member
Nov 30, 2010
229
50
Kota Kinabalu
@whitetigerdk did you done the part below [from the guide]

At this point you have partitioned your SD card but not yet formatted it. Format fat32 partition with mkfs.vfat and ext partition with mkfs.ext2:

Code:
mkfs.vfat /dev/block/mmcblk0p1
...and:

Code:
mkfs.ext2 -m0 -b4096 /dev/block/mmcblk0p2
 

laie1472

Senior Member
Feb 18, 2010
4,549
820
A sup Blayo, Hope all is well. Forgive me for posting here as it has nothing to do with the subject. Just wanted to say thanks. The data2ext/ext2- mod I use from grammar freak says, modified from Blayo's script. So you know, I only see it as right to give you BIG THANKS OFF TOP. Keep doing what you do. Much success.



Something.About.Me.U.Dont.Like
Its.Cool.I.Understand.
.AWAH.
 

Bricolo_fr

Senior Member
Apr 25, 2010
169
7
@blaY0: need a little help here.. today I got myself a Kingston 8gb card to replace my 4gb.. I disabled data2ext and put in the new card.. did a partitioning using this excellent guide.. enabled data2ext but nothing. Not at a comp at the moment.. could this be due to slower mounting of the card? Or do I just need to wipe and reinstall rom?

Sent from my HTC Legend using XDA App

can you test your card with sd tools on your phone?
I also have a class 4 kingston, and write speed is lower than 2MB/s with sd tools :/
 
@whitetigerdk did you done the part below [from the guide]

At this point you have partitioned your SD card but not yet formatted it. Format fat32 partition with mkfs.vfat and ext partition with mkfs.ext2:

Code:
mkfs.vfat /dev/block/mmcblk0p1
...and:

Code:
mkfs.ext2 -m0 -b4096 /dev/block/mmcblk0p2

yup.. all this was accounted for.. switched to a card from my wifes SE Vivaz.. she won't notise aby differense anyway ;)

Sent from my HTC Legend using XDA App
 

cobraplayer

Senior Member
Oct 16, 2010
121
18
Can I use this guide to partition my sd card independently using any linux pc, and then insert the partitioned (and formatted) card in my phone. Will it work properly?
 

cobraplayer

Senior Member
Oct 16, 2010
121
18
Yup. It's all the same tools :D

...but different device files.

Thanks. I am trying to do partitioning on a ubuntu desktop. My sd card is sandisk 8G class 4.

Using fdisk to create partition table, here is the result:
Code:
Command (m for help): p

Disk /dev/sdb: 7948 MB, 7948206080 bytes
245 heads, 62 sectors/track, 1021 cylinders, total 15523840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xcb08e1f7

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1             256    13721599     6860672   83  Linux
[COLOR="Red"]Partition 1 does not end on cylinder boundary.[/COLOR]
/dev/sdb2        13721600    15523839      901120   83  Linux
[COLOR="Red"]Partition 2 does not end on cylinder boundary.[/COLOR]

(I intend to create a fat partition of 6700mb and ext of 880mb)

I guess the warnings above indicate that there is something wrong in this partition table. Similar warning of misalignment is generated when using parted.

Help plz.
 

BlaY0

Retired Recognized Developer
Sep 15, 2007
1,553
566
Medvode
Read again 1st post, paragraph "Background", point 6. We don't have CHS here, coz we are on "solid state disk"... we only have blocks or sectors if you prefer.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 33
    Behold... a long awaited partitioning guide ;)

    WARNING! This GUIDE is to actually learn something not just to copy/paste commands!

    Requirements
    • rooted phone
    • busybox installed
    • parted (optional)
    • backup your SD card (optional)
    • calculator
    Background

    Before we begin partitioning, we need to elaborate some key points:
    1. block storage units are divided into logical blocks known as sectors
    2. sector has a size of 512 bytes
    3. NAND flash chips are divided into blocks known as erase blocks
    4. our SD cards consist of those NAND flash chips and controller
    5. erase block on our SD cards has a size of 128 kB, that's 256 sectors
    6. CHS (cylinder, head, sector) alignment has an insignificant importance here
    7. 1st sector is sector 0 (not 1) and is used as MBR (master boot record)
    8. 1st partition begins at cylinder boundary to maintain MS-DOS compatibility
    9. raw access to block storage units is done via special block device files under /dev/block directory
    10. our SD card is represented by block device file /dev/block/mmcblk0
    Instructions

    Here I will provide you with two methods of partitioning. For 1st method you will be using fdisk utility which is part of busybox and for 2nd a standalone utility called parted will be used. Both methods can be used in normal mode via adb shell or some terminal app. I will explain both methods using adb shell as it is more convenient and handy than typing commands via touch keyboard on your phone.

    1st thing to do before you begin is to unmount your SD card via "Settings->SD & phone storage" and then you issue "adb shell" command ony your PC. 2nd thing you will do is erasing of your SD card (actually you will erase just first few erase blocks of your SD card) using dd utility:
    Code:
    dd if=/dev/zero of=/dev/block/mmcblk0 bs=131072 count=16
    ...that will overwrite 1st 2 MB of your SD card with null characters. Next you may begin with partitioning.
    fdisk
    As I already stated, fdisk is a (interactive) utility that is part of busybox so I will assume it is available under /system/xbin directory. Now you can run fdisk with device file of your SD card as parameter/argument:
    Code:
    fdisk /dev/block/mmcblk0
    ...this will bring you some notes on your screen you should not worry about and a command prompt:
    Code:
    Command (m for help):
    ...which you can leave at any time by pressing CTRL+C. Next you will change unit display type to sectors:
    Code:
    Command (m for help): [B]u[/B]
    Changing display/entry units to sectors
    ...and print your SD's current info (this is info of my SD card actually, yours may vary):
    Code:
    Command (m for help): [B]p[/B]
    
    Disk /dev/block/mmcblk0: 8018 MB, 8018460672 bytes
    4 heads, 16 sectors/track, 244704 cylinders, total 15661056 sectors
    Units = sectors of 1 * 512 = 512 bytes
    
                  Device Boot      Start         End      Blocks  Id System
    ...and you write down the number of sectors. In my case it is 15661056 sectors of 512 bytes which is exactly 7647 MB if we divide them by 2048. For example you would take 7000 MB for fat32 1st partition and 647 MB for ext 2nd partition. and it is handy that way coz megabytes are divisible by our SD card's erase block size which is 128 kB as stated before. Calculation would give you start sector for 2nd partition and this would be 14336000 (7000*2048).

    Now you need to create 2 primary partitions:
    Code:
    Command (m for help): [B]n[/B]
    Command action
       e   extended
       p   primary partition (1-4)
    [B]p[/B]
    Partition number (1-4): [B]1[/B]
    ...now there's a catch. You will be offeread a start of 1st partition at 1st to 2nd cylinder boundary which is sector 16 in my case and you push it to SD card's erase block boundary (256):
    Code:
    First sector (16-15661055, default 16): [B]256[/B]
    Last sector or +size or +sizeM or +sizeK (256-15661055, default 15661055): [B]14335999[/B]
    ...and continue to the next partition which should also be primary:
    Code:
    Command (m for help): [B]n[/B]
    Command action
       e   extended
       p   primary partition (1-4)
    [B]p[/B]
    Partition number (1-4): [B]2[/B]
    First sector (16-15661055, default 16): [B]14336000[/B]
    Last sector or +size or +sizeM or +sizeK (14336000-15661055, default 15661055): [B]15661055[/B]
    ...now print what you have just done:
    Code:
    Command (m for help): [B]p[/B]
    
    Disk /dev/block/mmcblk0: 8018 MB, 8018460672 bytes
    4 heads, 16 sectors/track, 244704 cylinders, total 15661056 sectors
    Units = sectors of 1 * 512 = 512 bytes
    
                  Device Boot      Start         End      Blocks  Id System
    /dev/block/mmcblk0p1             256    14335999     7167872  83 Linux
    /dev/block/mmcblk0p2        14336000    15661055      662528  83 Linux
    ...it looks OK but you need to change 1st partition's hex id which needs to be fat32 (c):
    Code:
    Command (m for help): [B]t[/B]
    Partition number (1-4): [B]1[/B]
    Hex code (type L to list codes): [B]c[/B]
    Changed system type of partition 1 to c (Win95 FAT32 (LBA))
    ...now you're am set, print again your configuration and write changes to SD card:
    Code:
    Command (m for help): [B]p[/B]
    
    Disk /dev/block/mmcblk0: 8018 MB, 8018460672 bytes
    4 heads, 16 sectors/track, 244704 cylinders, total 15661056 sectors
    Units = sectors of 1 * 512 = 512 bytes
    
                  Device Boot      Start         End      Blocks  Id System
    /dev/block/mmcblk0p1             256    14335999     7167872   c Win95 FAT32 (LBA)
    /dev/block/mmcblk0p2        14336000    15661055      662528  83 Linux
    
    Command (m for help): [B]w[/B]
    The partition table has been altered!
    There's a possibility you would need to shutdown and power on again your phone at this point. Do not reboot via adb or some 3rd party app!
    parted
    Parted is one of interactive partitioning utilities that can also use external formatting utilities. It can be found in some recovery images but can be copied to your internal phone storage and run from there in normal mode too. To run it you have to use your SD card's device file as a parameter/argument:
    Code:
    parted /dev/block/mmcblk0
    ...and you will be presented with an interactive shell:
    Code:
    GNU Parted 1.8.8.1.179-aef3
    Using /dev/block/mmcblk0
    Welcome to GNU Parted! Type 'help' to view a list of commands.
    (parted)
    I probably shouldn't mention that there's an interactive help available and that it is invoked by issuing "help" into shell's command prompt. Next thing to do is making a MS-DOS disklabel:
    Code:
    (parted) [B]mklabel msdos[/B]
    ...and switch to display sector as a unit:
    Code:
    (parted) [B]unit s[/B]
    Now you can print some useful info:
    Code:
    (parted) [B]print all[/B]
    Model: SD USD (sd/mmc)
    Disk /dev/block/mmcblk0: 15661056s
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos
    
    Number  Start      End        Size       Type     File system  Flags
    Mind and write down the size in sectors (15661056 in my case).If you divide number of sectors by 2048, you get how big in MB is actually your SD card (7647 in my case).You should mind that erase block of your SD card is 128 kB and all of your partitions should start at the beginnings of those erase blocks. It is safe to say that 1st partition should begin at sector 256 and 2nd at any MB boundary. Let say you want 512 MB big ext partition and the rest for fat32 one. Mind tho that 1st partition is to be fat32! So we say 7135 MB for fat32 1st partition and 512 MB for ext 2nd partition. Now you calculate the start sector of 2nd partition... number of MB for 1st partition multiplied by 2048 should give you the number (14612480). And you are set for partitioning:
    Code:
    (parted) [B]mkpart primary fat32 256 14612479[/B]
    (parted) [B]mkpart primary ext2 14612480 15661055[/B]
    ...and print result:
    Code:
    (parted) [B]print all[/B]
    Model: SD USD (sd/mmc)
    Disk /dev/block/mmcblk0: 15661056s
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos
    
    Number  Start      End        Size       Type     File system  Flags
     1      256s       14612479s  14612224s  primary  fat32        lba
     2      14612480s  15661055s  1048576s   primary  ext2
    ...and quit:
    Code:
    (parted) [B]quit[/B]
    At this point you have partitioned your SD card but not yet formatted it. Format fat32 partition with mkfs.vfat and ext partition with mkfs.ext2:
    Code:
    mkfs.vfat /dev/block/mmcblk0p1
    ...and:
    Code:
    mkfs.ext2 -m0 -b4096 /dev/block/mmcblk0p2
    If there is a mke2fs utility on your phone system (standalone - not part of busybox), you may use it to format second partition as ext3:
    Code:
    mke2fs -j -m0 -b4096 /dev/block/mmcblk0p2
    ...or even as ext4 (if your mke2fs supports that):
    Code:
    mke2fs -j -m0 -b4096  -Oextents,uninit_bg,dir_index /dev/block/mmcblk0p2
    1
    Did you change units display to sectors?
    1
    Thanks, with the "u" option comes later in your manual ;)
    Thanx, I have changed that.
    A last newbie question: i have now 2 part. and formated the FAT, but i dont know, how to get the "mke2fs" on the phone to format the Linux part.?
    Sorry Blay0 but Linux is another Word for me...
    If you have busybox on your phone you also have mke2fs or mkfs.ext2 as these two are part of it. If you have CM based ROM there should already be standalone e2fsprogs in /system/bin directory and if you have a stock based one, you can find mke2fs_recvy + e2fsck_recvy in /system/bin directory. In B ROM you have all e2fsprogs available in /system/xbin directory.
    1
    Need some help.
    Code:
    Command (m for help): p
    p
    
    Disk /dev/block/mmcblk0: 7973 MB, 7973371904 bytes
    4 heads, 16 sectors/track, 243328 cylinders
    Units = cylinders of 64 * 512 = 32768 bytes
    
                  Device Boot      Start         End      Blocks  Id System
    What is my mistake?

    I got this too... seems I forgot to enter the "w" command to write the partitions. :p
    1
    Absolutely. You neet to write the partition table exiting fdisk. And you can't execute mkfs.vfat and mke2fs inside fdisk shell! It's the same as you would try to microwave your sandwich in the fridge... it won't work that way...