|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] file system problem
|
You could try to re-mount the drive as read/write, although you have to be
careful:
mount -v -f -o rw,remount
the -f switch means it's just for practice and will not actually do the
system call. Once you feel comfortable that it'll work, remove the -f switch
to actually do the change from ro to rw.
----- Original Message -----
From: "Art Alexion" <art.alexion@verizon.net>
To: "Philadelphia Linux User's Group Discussion List"
<plug@lists.phillylinux.org>
Sent: Thursday, February 10, 2005 10:49 AM
Subject: Re: [PLUG] file system problem
>
___________________________________________________________________________
> Philadelphia Linux Users Group --
http://www.phillylinux.org
> Announcements -
http://lists.phillylinux.org/mailman/listinfo/plug-announce
> General Discussion --
http://lists.phillylinux.org/mailman/listinfo/plug
>
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|