Subject: Re: How to boot on IIx?
To: None <holcomb@csugrad.cs.vt.edu>
From: Ken Nakata <kxn3796@hertz.njit.edu>
List: macbsd-general
Date: 08/11/1994 15:40:19
   From: David Holcomb <holcomb@csugrad.cs.vt.edu>
   Date: Wed, 10 Aug 1994 16:48:33 -0400 (EDT)

   To mount the filesystem r/w:
       1) use the installer to copy out /etc/fstab.sd, e.g.
	    cpout /etc/fstab.sd fstab

Or you could simply do the followings:
	mount -u / /dev/sd0a
	cp /etc/fstab.sd /etc/fstab

       2) use a word processor to edit fstab. 

Then you can use ed to edit fstab.

Ken

------------------------------------------------------------------------------