check whether currently the filesystem is mounted read only
# cat /proc/mounts rootfs / rootfs rw 0 0 /dev/root / ext3 ro,data=ordered 0 0 ## remount with read-write # mount -o remount,rw <filesystem_path>
## remount with read-write # mount -o remount,rw <filesystem_path>