View Single Post
Posts: 10 | Thanked: 0 times | Joined on Aug 2011
#1
partitioning my sdCard giving me error like this

root
umount /dev/mmcblk1p1
sfdisk -uM /dev/mmcblk1p1 << EOF
,2100,C
,,L
,,
,,
EOF
ERROR

Checking that no-one is using this disk right now...
BLKRRPART: Invalid argument
OK
Warning: start=16 - this looks like a partition rather than the entire disk. Using fdisk on it is probably meaningless.
[Use the ==force option if you really want this]
i dont know what is the force option to do that? any idea?

and again
umount /dev/mmcblk1p1
mkfs.vfat /dev/mmcblk1p1 -n sdcard
mke2fs -j -m0 -L Android /dev/mmcblk1p2
ERROR

Could not stat /dev/mmcblk1p2 --- No such file or directory

The device apparently does not exist; did you specify it corectly?

please advice me about my problem please.....