Possible Duplicate:
How to format/partition SD card?
I want to partition SD-Card to use the Link2SD on android based mobile phone. I should make two partitions.
- first a Fat partition for the user data
- second an ext4 for the applications
How can I do this?
There are many ways of doing it. I am assuming that you have a card reader.
Start
gparted
and make the partitions.You can do it from the terminal.
List all disks
You need to figure out which disk is your card; it's usually something like
/dev/sdc
. I will use "xxx".Some
fdisk
commands:d
: delete partitionn
: create a partitionl
: list typest
: set type (c for fat32. 83 for Linux)w
: saveq
: quit without making any changesThen you create filesystems with a command: