Subject: Re: read-only file system....
To: Nicholas Ritter <nritter@mail.lfcds.lfc.edu>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 07/30/1996 19:04:46
> 
> Everytime I try to edit a file (using ed), I get a read-only fil system
> error, how do I fix this?

You're running in single-user mode. At this point, all the file systems
are mounted read-only (so you can fsck them w/o cache consistancy errors).

Either:

1) type logout to let the boot proceed to multi-user

2) mount -o rw / (from memory; possibly a bit off)

Take care,

Bill