From owner-freebsd-questions@FreeBSD.ORG Sat Jul 12 08:31:05 2003 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 C205637B401 for ; Sat, 12 Jul 2003 08:31:05 -0700 (PDT) Received: from ns1.vagner.com (ns1.vagner.com [65.39.87.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id E029743FAF for ; Sat, 12 Jul 2003 08:31:04 -0700 (PDT) (envelope-from george@vagner.com) Received: (from root@localhost) by ns1.vagner.com (8.12.9/8.12.8) id h6CFUwjH025157; Sat, 12 Jul 2003 08:30:58 -0700 (MST) (envelope-from george@vagner.com) Received: from vagner.com (c-24-30-250-3.va.client2.attbi.com [24.30.250.3]) by ns1.vagner.com (8.12.9/8.12.8av) with ESMTP id h6CFUo2X025147; Sat, 12 Jul 2003 08:30:53 -0700 (MST) (envelope-from george@vagner.com) Message-ID: <3F1029B5.9090109@vagner.com> Date: Sat, 12 Jul 2003 11:31:01 -0400 From: Laszlo Vagner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: NiC References: <002d01c34863$9965e5a0$0100a8c0@nic> In-Reply-To: <002d01c34863$9965e5a0$0100a8c0@nic> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-1.1 required=4.0 tests=IN_REP_TO,REFERENCES,USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Virus-Scanned: by AMaViS perl-11 cc: freebsd-questions@freebsd.org Subject: Re: Can't make "label" for a new HDD 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: Sat, 12 Jul 2003 15:31:06 -0000 NiC wrote: >Hi all! > >Have trouble - new computer, must be FreeBSD4.8 >2 HDDs - first is 20Gb, second 200Gb > >When installing - all ok. > >After rebooting tried to do through /stand/sysinstall -> Fdisk -> selecting 200Gb HDD ->a->w->q > >Then "Label" menu->c->selecting maximum volume->selecting mount point "/base->w->shows the error "Error mounting /dev/ad2s1e on /base : Device not configured" > >What I'm doing wrong? > >Please help. > >Regards, >Nikolay >_______________________________________________ >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" > > > > > one thing i noticed was that after you create a partition (fdisk) the drive you have to reboot (power off) for the drive to reread the new partition and then the disklabel will work. Maybe it is because when freebsd boots up it didnt see a valid partition on the drive so it was not configured at boot time.