Date: Mon, 30 Jun 1997 14:13:59 -0700 (PDT)
From: Jeremy Cooper <jeremy@broder.com>
To: makoto@komekome.bay.prug.or.jp
cc: port-sun3@NetBSD.ORG
Subject: Re: [1.2/sun3x] cp: /tmp/disktab.shadow: Read-only file system
In-Reply-To: <19970701003053I.makoto@komekome.bay.prug.or.jp>
Message-ID: <Pine.BSI.3.96.970630141030.13760A-100000@pillbox.broder.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII



On Tue, 1 Jul 1997 makoto@komekome.bay.prug.or.jp wrote:

> [ sun3x miniroot install ]
> 
> Proceed with installation? [n] y
> Cool!  Let's get to it...
> cp: /tmp/disktab.shadow: Read-only file system

This is a bug in the sun3 machine independent install script.  It is
failing to make the root filesystem writeable because of the existance of
a file named /tmp/.root_writeable, which wasn't erased when you rebooted.

Try doing the following, and then run the install script immediately
afterwards:

/sbin/mount_kernfs /kern /kern
/sbin/mount -u /kern/rootdev /

-J


