| The Following 24 Users Say Thank You to humble For This Useful Post: | ||
|
|
2010-12-28
, 11:05
|
|
|
Posts: 355 |
Thanked: 395 times |
Joined on Dec 2009
@ USA
|
#2
|
| The Following User Says Thank You to humble For This Useful Post: | ||
|
|
2011-01-15
, 10:20
|
|
Posts: 270 |
Thanked: 45 times |
Joined on May 2010
@ UK
|
#3
|
|
|
2011-01-15
, 10:40
|
|
|
Posts: 1,187 |
Thanked: 816 times |
Joined on Apr 2010
@ Australia
|
#4
|
sudo apt-get install nitdroid-installer nitdroid
)
I would!
|
|
2011-01-15
, 10:49
|
|
Posts: 270 |
Thanked: 45 times |
Joined on May 2010
@ UK
|
#5
|
|
|
2011-01-15
, 10:58
|
|
Posts: 270 |
Thanked: 45 times |
Joined on May 2010
@ UK
|
#6
|
|
|
2011-01-15
, 11:00
|
|
Posts: 270 |
Thanked: 45 times |
Joined on May 2010
@ UK
|
#7
|
|
|
2011-01-15
, 11:04
|
|
|
Posts: 355 |
Thanked: 395 times |
Joined on Dec 2009
@ USA
|
#8
|

|
|
2011-01-15
, 11:07
|
|
Posts: 270 |
Thanked: 45 times |
Joined on May 2010
@ UK
|
#9
|
|
|
2011-01-15
, 12:29
|
|
|
Posts: 355 |
Thanked: 395 times |
Joined on Dec 2009
@ USA
|
#10
|
open terminal
"root" press enter.
"umount /dev/mmcblk1p1" (unmount mmc's first partition.) press enter.
"parted" press enter.
"resize" (its going to ask what partition number?)
put "1" then press enter.
Start? [32.3kB]? (that should be fine.) press enter.
End? [8166MB]? (here put what is good for your needs.) example 6000MB then press enter.
you've just resized your mmc.
"print free" (to see where to start new partition.) press enter.
"mkpartfs" press enter.
Partition type? primary/extended ("p" for primary or "e" extended for should be good enough.) press enter.
File system type [ext2?] (it's fine for now so..) press enter.
Start? (now put where you would like it to start.) example 6032MB then press enter.
End? (now put where you would like it to end.) example 8166MB then press enter.
"quit" press enter.
| The Following User Says Thank You to humble For This Useful Post: | ||
Description:
"parted is a disk partitioning and partition resizing program. It allows you to create, destroy, resize, move and copy ext2, ext3, linux-swap, FAT and FAT32 partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks."
SYNOPSIS parted [options] [device [command [options...]...]] align-check TYPE N check partition N for TYPE(min|opt) alignment check NUMBER do a simple check on the file system cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER copy file system to another partition help [COMMAND] print general help, or help on COMMAND mklabel,mktable LABEL-TYPE create a new disklabel (partition table) mkfs NUMBER FS-TYPE make a FS-TYPE file system on partition NUMBER mkpart PART-TYPE [FS-TYPE] START END make a partition mkpartfs PART-TYPE FS-TYPE START END make a partition with a file system move NUMBER START END move partition NUMBER name NUMBER NAME name partition NUMBER as NAME print [devices|free|list,all|NUMBER] display the partition table, available devices, free space, all found partitions, or a particular partition quit exit program rescue START END rescue a lost partition near START and END resize NUMBER START END resize partition NUMBER and its file system rm NUMBER delete partition NUMBER select DEVICE choose the device to edit set NUMBER FLAG STATE change the FLAG on partition NUMBER toggle [NUMBER [FLAG]] toggle the state of FLAG on partition NUMBER unit UNIT set the default unit to UNIT version display the version number andthis is a ruff port that seems to work well (needs testing thou. not only that but feedback too)
i just requested a project page in garage so give it 72hr to be up(will post link in this post)Garage Page:
http://gnu-parted.garage.maemo.org/
gnu-parted is now avilable in Fremantle Extras-devel free armel
Note: if you installed the test package please remove it.
it does not have "partprobe"(is it needed
Enjoy
Last edited by humble; 2010-12-23 at 23:50. Reason: added manual