From owner-freebsd-questions Sat Oct 6 3:30:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id E906637B409 for ; Sat, 6 Oct 2001 03:30:41 -0700 (PDT) Received: from hades.hell.gr (patr530-a101.otenet.gr [212.205.215.101]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f96AUcv25577; Sat, 6 Oct 2001 13:30:38 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f96AUUQ12255; Sat, 6 Oct 2001 13:30:30 +0300 (EEST) (envelope-from charon@labs.gr) Date: Sat, 6 Oct 2001 13:30:29 +0300 From: Giorgos Keramidas To: Nathan Mace Cc: freebsd-questions Subject: Re: tmp is read-only? Message-ID: <20011006133029.A12065@hades.hell.gr> References: <20011005170614.77b08932.mace_nathan@uchaswv.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011005170614.77b08932.mace_nathan@uchaswv.edu> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nathan Mace wrote: > when i boot into single user mode...i CD into /usr/src and type 'make > installworld" i did a make buildworld last night which completed ok. > but when i try to do the make install world it says that /tmp is > read-only. i checked and it most defianltly is not read-only so whats > the problem? i've done this a few times and never had a problem....any > idea? Before you installworld you should mount your filesystems as read-write. Looking at /usr/src/UPDATING you'll see the commands: reboot in single user [3] [3] From the bootblocks, boot -s, and then do fsck -p mount -u / mount -a cd /usr/src adjkerntz -i # if COMS is wall time And then `make installworld'. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message