I am trying to delete a file on an Ubuntu 12.04 system for which I have root access. However, I am getting this error:
root@CRST-Web:/home/real_property/html# rm -r -f results.php
rm: cannot remove `results.php': Read-only file system
df /home/real_property/html output:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/CRST--Web--vg-root 121407596 65468436 49748876 57% /
I tried to remount the partition rw but it failed:
# mount / -o remount,rw
mount: cannot remount block device /dev/mapper/CRST--Web--vg-root read-write, is write-protected