|
2011-04-19
, 04:41
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#2
|
|
2011-04-19
, 05:12
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#3
|
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
|
2011-04-19
, 06:42
|
Posts: 22 |
Thanked: 6 times |
Joined on Jun 2010
|
#4
|
The Following User Says Thank You to Mr Bump For This Useful Post: | ||
|
2011-04-19
, 11:26
|
Posts: 22 |
Thanked: 6 times |
Joined on Jun 2010
|
#5
|
|
2011-04-19
, 11:41
|
Banned |
Posts: 358 |
Thanked: 160 times |
Joined on Dec 2010
|
#6
|
Forewarning.. don't do what he suggested without first backing up your data. I've never used sfdisk but it strongly smells like a command to create an unusable card. (You're a real a**hole, epitaph.)
I suggest, instead, backing up all your contents and reading this:
https://garage.maemo.org/plugins/wik...id=1382&type=g also
http://wiki.maemo.org/Repartitioning_the_flash
He's covering how to restore the internal memory--but it should give you hints on how to figure out partitioning your mmcblk1 (SD card).
You're welcome.
#!/bin/sh sfdisk /dev/mmcblk1 << EOF 0,,0b EOF
|
2011-04-19
, 19:39
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#7
|
Why I'm A*hole? I'm just wondering where my post is gone, because this is what I use on my card and also sfdisk is the right command. BTW. I reported you.
Extension doesn't matter in Linux because of multi-user system but it is good practice to add .sh to the script .Code:#!/bin/sh sfdisk /dev/mmcblk1 << EOF 0,,0b EOF
sfdisk reads lines of the form<start> <size> <id> <bootable> <c,h,s> <c,h,s>
Tags |
negatron dan, partitioning |
|
I have a 16gb SD card in my n900, that was split into 2 partitions when i tried out nitdroid ages ago. I think its a 2gb partition, and a 14gb partition.
My question is, how do i make it one complete 16gb partition?
Ive tried to do it in windows, but, it didnt work, so, i guess i can do it on the phone again, any help would be greatly appreciated.
Thanks