View Single Post
Posts: 255 | Thanked: 107 times | Joined on Nov 2010
#4
you could fix the read only error from the device itself
Code:
sudo gainroot
umount /dev/mmcblk0p1
/sbin/fsck.vfat -a /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
exit