View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#69
This is were you format /dev/mmcblk0p1 , because of the missing file system the memory card is noticed as corrupted.
First you have to install rootsh again. Then
Code:
sudo gainroot
mkfs.vfat -F32 -s64 -n MyDocs /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
 

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