Date: Mon, 03 Apr 2000 13:23:08 +0200 From: Jaap Akkerhuis <jaap@nic.nl> To: Brad Knowles <blk@skynet.be> Cc: Stephen Montgomery-Smith <stephen@math.missouri.edu>, Coleman Kane <cokane@one.net>, Jeff Fisher <jeff@jeffenstein.org>, freebsd-stable@FreeBSD.ORG Subject: Re: What is needed in /stand Message-ID: <200004031123.NAA71586@114046.kema.nl> In-Reply-To: Your message of Sun, 02 Apr 2000 21:16:00 %2B0200. <v04220814b50d4c7bd7cf@[194.78.233.215]>
next in thread | previous in thread | raw e-mail | index | archive | help
Brad & all, At 5:30 PM -0600 2000/4/1, Stephen Montgomery-Smith wrote: > What was the experience that taught you this lesson? (I have always > done this.) Processes that need to make use of /tmp during the boot process, but before /usr is mounted will bomb out. This may keep the system from booting, etc.... The standard solution is to have a small /tmp on root, use that during the booting phase, and at the end of that, nfs mount /usr/tmp on top of that. Of course, one shouldn't leave any file open on the original /tmp. There are other ways to accomplish similar effects, for instance, mount_union. jaap 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?200004031123.NAA71586>