The Following User Says Thank You to GEONXT For This Useful Post: | ||
|
2010-08-12
, 11:05
|
Posts: 1,729 |
Thanked: 388 times |
Joined on Jan 2010
@ Canada
|
#812
|
Sounds like the partition did not work as it cant find the drive try the step below again. Note only change is from the original post u actually remove the symbol < > on boh sides of your number this should create the partition corectly.
umount /dev/mmcblk1p1
sfdisk -uM /dev/mmcblk1 << EOF
,<SIZE>,C
,,L
,,
,,
EOF
|
2010-08-12
, 11:13
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#813
|
so i will do exactly like that? (except for <SIZE> i put 2100/1900 for 4 GB i think) no other in puts on
,,L
,,
,,
EOF
Thanks
EDIT: what does EOF stands for? End of F?????
umount /dev/mmcblk1p1 sfdisk -uM /dev/mmcblk1 << EOF ,2100,C ,,L ,, ,, EOF
The Following User Says Thank You to mornage For This Useful Post: | ||
|
2010-08-12
, 11:18
|
Posts: 1,729 |
Thanked: 388 times |
Joined on Jan 2010
@ Canada
|
#814
|
|
2010-08-12
, 11:22
|
Posts: 108 |
Thanked: 119 times |
Joined on Aug 2010
@ Dresden - Germany
|
#815
|
Hi!
installing NITDroid via the instructions on the first post of the thread is awesome! and made as simple as possible.
BUT:
* The Rest of your memory card will be usable by Maemo totally normally but the nitdroid partition is not seen in file manager etc
* You need to decide how to best partition YOUR card, i personally have my card partitioned as ~6gb fat32 and rest (~1.9gb) as ext3
* Some suggested size ratios are (in MB fat32/ext3 layout): 2GB: 100/1900, 4GB: 2100/1900, 6GB: 4100/1900 8GB: 6100/1900, 16GB: 14100/1900, 32GB: 30100/1900
* in below command REPLACE the <SIZE> text with your choosen fat32 size
Right thats enough crap now onto partitioning:
ignore errors whjen runnign umount its normal sometimes
Code:
the partitioning part I cant make work! i get an error "Cant stat /dev/mmcblk1p2: did you blah blah it correctly?" i though that this part is gonna be easier for me coz i did successfully partitioned my 32gm mass storage to pump the applications memory size.Code:umount /dev/mmcblk1p1 sfdisk -uM /dev/mmcblk1 << EOF ,<SIZE>,C ,,L ,, ,, EOF
please help!
EDIT: im really enjoying this, even though i messed up the device twice now
The Following User Says Thank You to AlphaX2 For This Useful Post: | ||
|
2010-08-12
, 12:05
|
Posts: 1,729 |
Thanked: 388 times |
Joined on Jan 2010
@ Canada
|
#816
|
|
2010-08-12
, 13:27
|
Posts: 10 |
Thanked: 8 times |
Joined on Jan 2010
|
#817
|
so i will do exactly like that? (except for
EDIT: what does EOF stands for? End of F?????
The Following User Says Thank You to cricker For This Useful Post: | ||
|
2010-08-12
, 13:50
|
Posts: 108 |
Thanked: 119 times |
Joined on Aug 2010
@ Dresden - Germany
|
#818
|
|
2010-08-12
, 14:50
|
Posts: 1,306 |
Thanked: 1,697 times |
Joined on Dec 2009
@ Durham North-East UK
|
#819
|
|
2010-08-12
, 14:54
|
Posts: 108 |
Thanked: 119 times |
Joined on Aug 2010
@ Dresden - Germany
|
#820
|
dev_mount sdcard /sdcard 1 /devices/platform/mmci-omap-hs.1/mmc_host/mmc1 dev_mount sdcard_ext /ext_sd 1 /devices/platform/mmci-omap-hs.0/mmc_host/mmc0
dev_mount sdcard_ext /ext_sd 1 /devices/platform/mmci-omap-hs.0/mmc_host/mmc1
dev_mount sdcard_ext /ext_sd 1 /devices/platform/mmci-omap-hs.1/mmc_host/mmc1
umount /dev/mmcblk1p1
sfdisk -uM /dev/mmcblk1 << EOF
,<SIZE>,C
,,L
,,
,,
EOF