From owner-freebsd-questions Fri Sep 28 10:24:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cornflake.nickelkid.com (cornflake.nickelkid.com [216.116.135.26]) by hub.freebsd.org (Postfix) with ESMTP id 6194E37B40C for ; Fri, 28 Sep 2001 10:24:54 -0700 (PDT) Received: from localhost (jooji@localhost) by cornflake.nickelkid.com (8.9.3/8.9.3) with ESMTP id NAA16602; Fri, 28 Sep 2001 13:24:52 -0400 (EDT) (envelope-from jooji@cornflake.nickelkid.com) Date: Fri, 28 Sep 2001 13:24:52 -0400 (EDT) From: "Jasper O'Malley" To: Jason Cc: questions@FreeBSD.ORG Subject: Re: Disklabel Mistake In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Fri, 28 Sep 2001, Jason wrote: > I made a error in labling a slice during installation of FreeBSD. I know > it's a stupid thing, but I did it. > > I labled a slice (ad1s1g) /htpp when it should be /http. Actually, ad1s1g is a FreeBSD "partition," not a "slice." The "slice" is ad1s1 (which is a disk "partition" in the Linux/DOS world; confused yet? ;). > I have ony realized this after finishing the installation and cvsup'ing to > 4.4-STABLE. > > Is there a way I can change it without re-installing? Also, on this drive > is /usr (ad1s1e). Create the /http directory, then edit the partition's entry in /etc/fstab to correct the mount point name. Then, either reboot the machine, or unmount and remount the partition. Cheers, Mick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message