View Single Post
Posts: 137 | Thanked: 71 times | Joined on Mar 2008
#9
Originally Posted by muttleytm View Post
I....
I can do this, but, when I get to the next step

umount /media/mmc1
mkdosfs /dev/mmcblk1p1
mke2fs /dev/mmcblk1p2

I get a message saying cannot umount /dev/mmc1 : Invalid argument


???
you said you did
umount /media/mmc1 whereas the error you pasted shows
umount /dev/mmc1 : Invalid argument

make sure you are typing umount /media/mmc1 not umount /dev/mmc1