View Single Post
pichlo's Avatar
Posts: 6,450 | Thanked: 20,983 times | Joined on Sep 2012 @ UK
#4
Originally Posted by danito View Post
/dev/mmcblk0p3 on /home type ext4 (rw,noatime,errors=remount-ro,barrier=1,stripe=8,data=ordered
Taking a wild guess, errors while mounting /home resulted in it being mounted read-only?

I am far from an expert, so this is what I would do. Become a root, then
Code:
cd /
umount /dev/mmcblk0p3
fsck /dev/mmcblk0p3
Preferably do a backup first. I have had cases in the past when fsck, in an attempt to fix the file system, broke it even more.
 

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