> > -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
I didn't know u could do that on the fly for the root partition (to which we're booted). Saves the trouble of booting to a situation where we needn't have to mount it. > > 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 > -- ************************************************************************************** * Analabha Roy * * Graduate Student * * Room:RLM 12.314 * * Department Of Physics, University of Texas at Austin * * Austin, Texas 78712, * * United States * * emails: [EMAIL PROTECTED], [EMAIL PROTECTED] * * [EMAIL PROTECTED] * * Home Page: http://www.ph.utexas.edu/~daneel * ************************************************************************************** _______________________________________________ Siglinux mailing list [EMAIL PROTECTED] http://machito.utacm.org/mailman/listinfo/siglinux
