Date: Thu, 8 Feb 2001 16:45:45 -0700 (MST) From: John Reynolds~ <jreynold@sedona.ch.intel.com> To: George.Giles@mcmail.vanderbilt.edu Cc: freebsd-stable@freebsd.org Subject: Re: make installworld Message-ID: <14979.12201.845307.610042@hip186.ch.intel.com> In-Reply-To: <OF3E1EBBD4.D6C6D7DD-ON862569ED.007D6D31@MC.VANDERBILT.EDU> References: <OF3E1EBBD4.D6C6D7DD-ON862569ED.007D6D31@MC.VANDERBILT.EDU>
next in thread | previous in thread | raw e-mail | index | archive | help
[ On Thursday, February 8, George.Giles@mcmail.vanderbilt.edu wrote: ] > Running 4.2 to 4.2-stable upgrade > > After running: > > make buildworld > make installkernel > > I boot into single user mode (boot -s) > > then: > > mount /usr > cd /usr/src > make installworld > > and get the following error ,essage: > > mkdir /tmp/install.51 read only file system > if my crusty memory serves when you boot into single user mode with boot -s '/' is mounted read only. I would infer from your error that "/tmp" is not a parttion unto itself but just a directory underneath the / partition. Correct? You'll have to do this: mount -u -w / that should turn writing on for / and make /tmp writable. That's my guess. -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14979.12201.845307.610042>