|
2011-08-29
, 08:30
|
|
Posts: 196 |
Thanked: 113 times |
Joined on Jun 2010
@ Finland
|
#2
|
The Following 3 Users Say Thank You to Zas For This Useful Post: | ||
|
2011-08-29
, 10:35
|
Posts: 10 |
Thanked: 0 times |
Joined on Aug 2011
|
#3
|
sfdisk -uM /dev/mmcblk1 << EOF
umount /dev/mmcblk1p1
Memory Card Format Unsupported
umount /dev/mmcblk1p1
mkfs.vfat /dev/mmcblk1p1 -n sdcard
mke2fs -j -m0 -L Android /dev/mmcblk1p2
|
2011-08-29
, 10:45
|
|
Posts: 237 |
Thanked: 502 times |
Joined on May 2010
@ Mittelfranken, Germany
|
#4
|
The Following User Says Thank You to Amboss For This Useful Post: | ||
|
2011-08-29
, 10:56
|
Posts: 10 |
Thanked: 0 times |
Joined on Aug 2011
|
#5
|
Whats the output with:
sfdisk -l
|
2011-08-29
, 10:58
|
|
Posts: 1,625 |
Thanked: 998 times |
Joined on Aug 2010
|
#6
|
[...]
but in the line of "umount /dev/mmcblk1p1" it gives me error Invalid Argument..
any idea?
ls /dev/mm*
The Following User Says Thank You to misterc For This Useful Post: | ||
|
2011-08-29
, 11:05
|
|
Posts: 1,625 |
Thanked: 998 times |
Joined on Aug 2010
|
#7
|
The Following User Says Thank You to misterc For This Useful Post: | ||
|
2011-08-29
, 11:08
|
Posts: 10 |
Thanked: 0 times |
Joined on Aug 2011
|
#8
|
ls /dev/mm*
|
2011-08-29
, 11:08
|
Posts: 10 |
Thanked: 0 times |
Joined on Aug 2011
|
#9
|
|
2011-08-29
, 11:12
|
Posts: 10 |
Thanked: 0 times |
Joined on Aug 2011
|
#10
|
are you doing all this as root (or using sudo)?
root
umount /dev/mmcblk1p1
sudo gainroot
umount /dev/mmcblk1p1
and again
please advice me about my problem please.....