View Single Post
Amboss's Avatar
Posts: 237 | Thanked: 502 times | Joined on May 2010 @ Mittelfranken, Germany
#12
Originally Posted by maemo-coldhearted View Post
how can i know the output of this code

Code:
ls /dev/mm*
It will give you a list of devices with names starting with "mm"

There needs to be an item listed "mmcblk1p1" for the umount to work. If there is none u don't need to unmount it.

btw: did you type in the other lines before EOF as well?

Code:
sfdisk -uM /dev/mmcblk1 << EOF
,<YOUR NUMBER IN MB>,C
,,L
,,
,,
EOF
all lines are needed as the EOF actually ends the command.
 

The Following User Says Thank You to Amboss For This Useful Post: