From owner-freebsd-questions@FreeBSD.ORG Sun Aug 15 19:38:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 328E116A4CF for ; Sun, 15 Aug 2004 19:38:09 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A2F43D2F for ; Sun, 15 Aug 2004 19:38:08 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i7FJc7x24711; Sun, 15 Aug 2004 15:38:07 -0400 (EDT) From: Jerry McAllister Message-Id: <200408151938.i7FJc7x24711@clunix.cl.msu.edu> To: jayobrien@att.net (Jay O'Brien) Date: Sun, 15 Aug 2004 15:38:06 -0400 (EDT) In-Reply-To: <411F9FA3.9070205@att.net> from "Jay O'Brien" at Aug 15, 2004 10:38:43 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Nathan Kinkade cc: FreeBSD - questions Subject: Re: Mount point problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2004 19:38:09 -0000 > > Nathan Kinkade wrote: > > > On Sun, Aug 15, 2004 at 12:39:24AM -0700, Jay O'Brien wrote: > > > >>I've changed the mount point for devices; i.e., ad0s1g > >>was /usr and now I want ad0s1f to mount on boot as /usr. > >> > >>I can't seem to get anywhere with disklabel editor in > >>single-user mode. It errors out; device busy. When I > >>start diskeditor again, mount points are shown as . > >> > >>I'm sure I'm overlooking a very basic issue, and I could > >>sure use some guidance. > >> > >>Jay O'Brien > >>Rio Linda, CA USA > > > > > > The disklabel doesnt' specify the mount point for partitions, it simply > > describes the size and number of partitions. Edit the file /etc/fstab > > to direct init how/where to mount your various partitions that the > > disklabel describes. The disklabel editor that is part of sysinstall > > asks about a mount point because it will usually need to automatically > > mount your partitions during a new install. > > > > Nathan > > > Thank you. I hadn't grasped the concept that disklabel's purpose > is on initial boot of a new system. I edited /etc/fstab as you > suggested and that fixed my problem. > > There's lots more to learn! This one can be a little confusing because in /stand/sysinstall, when it collects information to build a disk, it asks for the mount point and it sort of looks like disklabel did it. But, really, sysinstall collects that information and then runs fstab, runs disklabel, runs newfs and edits /etc/fstab all under the covers. So, when you do it yourself, then you notice the several steps that look like just one in the installer. Sort of like making it too easy for the user shorts out some learning. But, it is nice to have it on initial installs. ////jerry > > Jay > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >