View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#39
This will unmount the partition and then try to mount it rw
Code:
sudo gainroot
umount /dev/mmcblk1p1
mount -o rw /dev/mmcblk1p1 /media/mmc1
or if already mounted you can try
Code:
sudo gainroot
mount -o remount,rw /dev/mmcblk1p1 /media/mmc1
 

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