Code to change from read-only file system to read/write file system?

Hakan Koseoglu hakan.koseoglu at gmail.com
Tue Apr 21 15:36:18 UTC 2009


On Tue, Apr 21, 2009 at 3:55 PM,  <stevenvollom at sbcglobal.net> wrote:
> I am stuck in a command line that is read only.  I want to copy the
> xorg.conf file and rename it for  back-up and am unable to do so.

If your file system is readonly, usually there is a reason like a file
system issue.

If you are in single-user mode, you can change this with the following command:
mount -o rw,remount /
but before doing that I would recommend figuring out why your file
system is mounted as ro.

If the file is read-only for your non-root user, try sudo.


-- 
Hakan (m1fcj) - http://www.hititgunesi.org




More information about the kubuntu-users mailing list