16
Zaurus - pdaXrom / partitioning SD card
« on: October 28, 2004, 11:12:45 pm »
Sure.
I'm assuming you're using RC5 btw. The locations are a bit different in 1.0.5
in a console do...
umount /mnt/card
fdisk /dev/mmcd/disc0/disc
p (see what partitions you have)
d (delete em)
n (new partition)
p (primary)
1 (when asked for the endpoint use the +50M option/ substitute 50 for how ever big you want it)
w (writes to disk)
mkfs.ext2 /dev/mmcd/disc0/part1 (formats it)
then pull the sucker out and sick it in your windows box and use the disk manager to add a fat partition after your linux one. formating fat32 works fine for me fyi.
You can also create both partiton on the z, just be sure to change one of them to the Fat in fdisk. "t" command in fdisk.. doing it in windows is prolly the easiest way tho
hope that helps
I'm assuming you're using RC5 btw. The locations are a bit different in 1.0.5
in a console do...
umount /mnt/card
fdisk /dev/mmcd/disc0/disc
p (see what partitions you have)
d (delete em)
n (new partition)
p (primary)
1 (when asked for the endpoint use the +50M option/ substitute 50 for how ever big you want it)
w (writes to disk)
mkfs.ext2 /dev/mmcd/disc0/part1 (formats it)
then pull the sucker out and sick it in your windows box and use the disk manager to add a fat partition after your linux one. formating fat32 works fine for me fyi.
You can also create both partiton on the z, just be sure to change one of them to the Fat in fdisk. "t" command in fdisk.. doing it in windows is prolly the easiest way tho
hope that helps
