Yes, possibly it was remounted read-only after an error. If you are using ext4 (check with "mount" command), you may "just" need to run fsck and repair the errors. You may try to remount rw (mount -o remout,rw /), but without knowing the cause this is likely to increase your trouble a lot.