Android Community
Page 1 of 10 1 2 3 ... LastLast
Results 1 to 10 of 94

Thread: Help partitioning my sd card

  1. #1
    Join Date
    May 2009
    Posts
    47

    Default Help partitioning my sd card


    OK im sorry, but iv tried the search funciton to find threads on partitioning but all i see is people who say they cant get it to work, is there a tutorial that walks you through step by step? i have a 4 gig class 6 card. help me with a link or something. i just need the direction!

  2. #2
    Join Date
    Nov 2008
    Location
    San Diego
    Posts
    4,751

    Default

    Have you used Linux? When I did mine, I used a Linux live cd (Mint 6) and just booted the cd, opened gparted (a partitioning app), and partitioned the card. Only tricky part is unmounting the card before partitioning, otherwise the card will be locked. Also, use a card reader. Don't think you can do it in your phone.

  3. #3
    Join Date
    May 2009
    Posts
    47

    Default Re: Help partitioning my sd card

    no iv never used that before, havetn heard that method, where can i get the linux. keep in mind im running vista on my pc, and i have the micro sd in an adapter, thats in my pc, but is there no walk thru toturial?

  4. #4
    Join Date
    Oct 2008
    Location
    p and ocean ave , brooklyn
    Posts
    7,835

    Default Re: Help partitioning my sd card

    Are you rooted ? If so ,get cyanogens recovery 1.3.1 . You could partition straight from the phone . If you shearch my post , you will find the method . Also , its in thi thread , but I don't have time to search it for you , its near the end I think ....
    http://androidcommunity.com/forums/f...cupcake-21347/

  5. #5
    Join Date
    May 2009
    Posts
    47

    Default Re: Help partitioning my sd card

    thanks simms22 uv been good help, but i havent put up cyanogens recovery 1.3.1 ill look into that.

  6. #6
    Join Date
    Oct 2008
    Location
    p and ocean ave , brooklyn
    Posts
    7,835

    Default Re: Help partitioning my sd card

    Quote Originally Posted by ryanssmith7 View Post
    thanks simms22 uv been good help, but i havent put up cyanogens recovery 1.3.1 ill look into that.
    every phone should have cyan recovery on it . also backup and restore from recovery , makes wiping easy on you

  7. #7
    Join Date
    Nov 2008
    Location
    San Diego
    Posts
    4,751

    Default

    As far as the Linux method, just Google "Mint Linux", download the image file, burn image to a disc, and boot off the disc. Your computer needs to be set to boot from the disc drive (that setting is in the BIOS) but often computers are set that way by default.

  8. #8
    Join Date
    Oct 2008
    Location
    p and ocean ave , brooklyn
    Posts
    7,835

    Default Re: Help partitioning my sd card

    here you go partitioning through recovery....
    its on this page...
    http://androidcommunity.com/forums/f...47/index9.html
    partitioning your sd from cyanogens recovery
    " You want crazy, Gparted is a part of Cyan's latest recovery console. From console, type:
    go into recovery , open terminal , type....
    su(enter)
    parted /dev/block/mmcblk0(enter)

    (You'll need to know the maximum amount of mb on your sd card so type):
    print (press enter) (this will tell you total mb on sd card)
    (write down,for yourself, the max amout of mb on our card)
    Then you want to delete the existing partition:

    rm 1(press enter)

    Then create your primary partition, the numbers you input will vary depending on how many mb your card has:

    mkpartfs primary fat32 0 xxxx (where xxxx = how much mb i want on fat32 part of sd card, example... mkpartfs primary fat32 0 3584 [4096mb(total)-(512mb for ext2 partition)])

    Then create the ext2 partition:

    mkpartfs primary ext2 3584 4096 (4096 being the total amount of mb on a 4gb card,
    assuming thats the total given to you on the initial #print command)

    And you've partitioned your memory card, no outside application needed. "
    now , i didnt write that tutorial , kitsunisan did . it is fairly straight forward and it works .



    this is about as good as i can explain it without doing it for you . i edited a little trying to make it easier

    this was isikh response....
    " Okay so, I have a 2 GB micro sd card... Could you copy and paste the instructions again..I don't want to mess it up..I want 1.5 gigs free as my primary partition, the rest can be for apps, so would I type it in terminal like this:

    go into recovery , open terminal , type....
    su(enter)
    parted /dev/block/mmcblk0(enter)

    (You'll need to know the maximum amount of mb on your sd card so type):
    print (press enter) (this will tell you total mb on sd card)
    (write down,for yourself, the max amout of mb on our card)
    Then you want to delete the existing partition:

    rm 1(press enter)

    Then create your primary partition, the numbers you input will vary depending on how many mb your card has:

    mkpartfs primary fat32 0 xxxx (where xxxx = how much mb i want on fat32 part of sd card, example... mkpartfs primary fat32 0 3584 [4096mb(total)-(512mb for ext2 partition)])----FOR THIS WOULD I TYPE: mkpartfs primary fat32 0 1536

    Then create the ext2 partition:

    mkpartfs primary ext2 1536 2048 (2048 being the total amount of mb on a 2gb card,
    assuming thats the total given to you on the initial #print command)

    And you've partitioned your memory card, no outside application needed. "
    now , i didnt write that tutorial , kitsunisan did . it is fairly straight forward and it works .

    Check the bolded, is that correct?

    EDIT: PLEASE IGNORE THIS EDIT, but check if possible, THIS IS FOR MYSELF. LMAO. I am getting an 8 Gb card soon, so before you out that in backup using the recovery and save it somewhere, then partition your new micro sd card and then put the backup from the old mem stick on the new mem stick after it's partitioned, then go to recovery and hit restore from backup..is that correct =p?
    __________________
    New to the G1? Here is a very helpful thread on how to get started with rooting and installing new mods, builds and ROMS, and more! --> http://androidcommunity.com/forums/f...cupcake-21347/
    Respect goes out to Simms22! "
    Last edited by simms22; 07-23-2009 at 02:17 PM.

  9. #9
    Join Date
    May 2009
    Posts
    47

    Default Re: Help partitioning my sd card

    ok one more thing, the recovery, what exactly is it, and do i install it like a rom...update.zip?

  10. #10
    Join Date
    Oct 2008
    Location
    p and ocean ave , brooklyn
    Posts
    7,835

    Default Re: Help partitioning my sd card


    Two options for this . One download is in zip form( rename update .....) the other is a raw image that you put on your sd card and write some scripts in teminal . Some people have issues with the update.zip . The raw image worked for me .
    Its like the recovery you have now but better . Recovery.... power off phone , boot up holding home and power button . Then your recovery will show up

Page 1 of 10 1 2 3 ... LastLast

Similar Threads

  1. Help with gparted sd card partitioning
    By BC5389 in forum Developers Guild
    Replies: 2
    Last Post: 05-07-2009, 11:07 AM
  2. partitioning the sd card while it is still in the phone
    By timtheusckid in forum Developers Guild
    Replies: 18
    Last Post: 04-26-2009, 01:28 PM
  3. Need Help Partitioning SD Card!!!
    By TonyMoreno23 in forum Developers Guild
    Replies: 8
    Last Post: 04-24-2009, 10:55 AM
  4. Partitioning SD card via usb?
    By kitsunisan in forum General Phone Chat
    Replies: 4
    Last Post: 04-08-2009, 12:26 AM
  5. Need help with Partitioning SD card...
    By djwaz in forum General Phone Chat
    Replies: 5
    Last Post: 03-25-2009, 10:33 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •