PDA

View Full Version : Need a Linux Guru...


GreggRN
01-04-2003, 09:33 PM
Quick senerio...Xtreme25, then Kravens update. Tried to noppv.tcl because it didn't seem to take well with Kravens. At a certain point, #cp TClient-lib.itcl TClient-lib.itcl.bak I am told that file is read only. So I #chattr -i TClient-lib.itcl and am told still, that it is read only.
Any suggestions?
:confused:

BubbleLamp
01-04-2003, 10:27 PM
Kraven's update mounts / as read-only. Type

mount -o remount,rw /

Then do your editing.

GreggRN
01-04-2003, 11:21 PM
Worked like a charm....should I now unmount to put back like it was??? And if so....what it the command?

zabs
01-04-2003, 11:27 PM
It is a good thing to do. (keeps you from accidentally screwing things up) :)

command is:

mount -o remount,ro /