Subject: fstab and single-user boots
To: Josh Hope <scrptwiz@glasscity.net>
From: The Great Mr. Kurtz [David A. Gatwood] <davagatw@mars.utm.edu>
List: port-mac68k
Date: 07/15/1996 23:20:41
On Mon, 15 Jul 1996, Josh Hope wrote:

> Here is my /etc/fstab file:
>
> /dev/sd1a   /   ufs rw 1 1
> /dev/sd1b   none   swap   sw 0 0
> kern      /kern   kernfs  rw 0 0
> proc      /proc   procfs  rw 0 0

The fstab doesn't effect single-user boots (except maybe identifying the
locations of the root & swap partitions, if even that).  In sinle-user
mode, only the root partition (mounted on / ) is mounted, and in read-only
mode.  That's to allow safe consistency checks (fsck).  In order to mount
everything read-write, you'd use

mount -a

but since you only have your single root&usr partition, just doing the -u
bit (mount -u / ) works.

Hope that clears up the confusion.  BTW, are you using the sbc kernel, and
if so, how well are things working with the EZ?  I'm very interested in
that myself, if only to have a backup root&usr on a cartridge.

Later,

 /---------------------------------------------------------------------\
|David A. Gatwood             And Richard Cory, one calm summer night,  |
|davagatw@mars              Went home and put a bullet through his head.|
|dgatwood@nyx.cs.du.edu              --Edwin Arlington Robinson         |
|http://mars.utm.edu/~davagatw -or- http://nox.cs.du.edu:8001/~dgatwood |
 \---------------------------------------------------------------------/