On Mon, Nov 01, 2004 at 03:56:57PM -0600, William L. Jarrold wrote: > Hi, > > I have been getting some odd behavior from my home debian linux > machine lately. Consider the following... > > [EMAIL PROTECTED]:~$ echo testing1234 >> junk.text > -bash: junk.text: Read-only file system
The filesystem is probably mounted as read-only. YOu can try to temporarily fix it like this; # mount -o remount,rw /dev/hda8 If that works ( using the correct device name ) then you can fix your fstab as was suggested earlier. -Phil Carinhas -- .--------------------------------------------------------. | Dr. Philip A. Carinhas | pac(at)fortuitous.com | | Fortuitous Technologies Inc. | http://fortuitous.com | | Linux Consulting & Training | Tel : 1-512-351-7783 | `--------------------------------------------------------' _______________________________________________ Siglinux mailing list [EMAIL PROTECTED] http://machito.utacm.org/mailman/listinfo/siglinux
