|
|
2010-07-24
, 09:46
|
|
Posts: 101 |
Thanked: 30 times |
Joined on Jul 2010
|
#151
|
|
|
2010-07-24
, 09:53
|
|
Posts: 42 |
Thanked: 12 times |
Joined on Dec 2009
@ Italy
|
#152
|
umount /dev/mmcblk1p1 sfdisk -uM /dev/mmcblk1 << EOF ,<SIZE>,C ,,L ,, ,, EOF
|
|
2010-07-24
, 09:55
|
|
Posts: 101 |
Thanked: 30 times |
Joined on Jul 2010
|
#153
|
|
|
2010-07-24
, 10:04
|
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#155
|
my problem is this :
http://talk.maemo.org/showpost.php?p...&postcount=711
If i write mmcblk1 (senza p1) i got this error:
"unable to open /dev/mmcblk1"
another question:
when i write my size partition
es: 6100/1900Code:umount /dev/mmcblk1p1 sfdisk -uM /dev/mmcblk1 << EOF ,<SIZE>,C ,,L ,, ,, EOF
devo scrivere pure <6100/1900> ??
thanks
| The Following User Says Thank You to Coffee For This Useful Post: | ||
|
|
2010-07-24
, 10:10
|
|
Posts: 42 |
Thanked: 12 times |
Joined on Dec 2009
@ Italy
|
#157
|
Mate,
Assuming you are formatting an 8gb SD card, just type this:
umount /dev/mmcblk1p1
sfdisk -uM /dev/mmcblk1 << EOF
,6100,C
,,L
,,
,,
EOF
..skip to step 5 

|
|
2010-07-24
, 10:18
|
|
Posts: 101 |
Thanked: 30 times |
Joined on Jul 2010
|
#158
|
|
|
2010-07-24
, 10:19
|
|
Posts: 222 |
Thanked: 22 times |
Joined on Jul 2010
@ Sydney Australia
|
#159
|
|
|
2010-07-24
, 10:21
|
|
Posts: 101 |
Thanked: 30 times |
Joined on Jul 2010
|
#160
|