View Single Post
Posts: 10 | Thanked: 0 times | Joined on Aug 2011
#3
i successfully use your code like this

sfdisk -uM /dev/mmcblk1 << EOF
but after that i tried to enter this code but it gives me error

umount /dev/mmcblk1p1
it gives me error that " Invalid Argument "

after i use your code sfdisk -uM /dev/mmcblk1 << EOF my N900 say

Memory Card Format Unsupported
but i know this Unsupported is due to i format the memory card to other format.. now i want to know how will i do after i use your CODE

then i want to insert this code

umount /dev/mmcblk1p1
mkfs.vfat /dev/mmcblk1p1 -n sdcard
mke2fs -j -m0 -L Android /dev/mmcblk1p2
but in the line of "umount /dev/mmcblk1p1" it gives me error Invalid Argument..

any idea?