From owner-freebsd-questions@FreeBSD.ORG Sat Apr 23 06:21:28 2005 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 7FA7716A4CE for ; Sat, 23 Apr 2005 06:21:28 +0000 (GMT) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1633043D1D for ; Sat, 23 Apr 2005 06:21:28 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.222.227] (helo=[192.168.99.232]) by hobbiton.shire.net with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.43) id 1DPE18-000LwB-OS; Sat, 23 Apr 2005 00:21:27 -0600 In-Reply-To: <200504230007.j3N07HLJ058444@newhost.cpf.navy.mil> References: <200504230007.j3N07HLJ058444@newhost.cpf.navy.mil> Mime-Version: 1.0 (Apple Message framework v728) Message-Id: <54E1C64B-24EA-4D48-A33D-A5C349979887@shire.net> From: "Chad Leigh -- Shire.Net LLC" Date: Sat, 23 Apr 2005 00:21:25 -0600 To: Kent Kuriyama X-Mailer: Apple Mail (2.728) X-SA-Exim-Connect-IP: 67.161.222.227 X-SA-Exim-Mail-From: chad@shire.net Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on hobbiton.shire.net X-Spam-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_50 autolearn=disabled version=3.0.0 X-Spam-Level: X-SA-Exim-Version: 4.1+cvs (built Mon, 23 Aug 2004 08:44:05 -0700) X-SA-Exim-Scanned: Yes (on hobbiton.shire.net) cc: List Free Bsd Subject: Re: No disks found! - Problem with fdisk under sysinstall 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, 23 Apr 2005 06:21:28 -0000 On Apr 22, 2005, at 6:07 PM, Kent Kuriyama wrote: > Whenever I run fdisk under sysinstall I receive a "No disks found!" > message. > > When I boot from floppy or CDROM, fdisk is able to function fine. As > far as I can tell this problem started happening with version 5.1. I > have no problems with version 4.10. > > Any help would be greatly appreciated. Thanks. Do you have a secure level turned on? If it is a high level (like 2 and 3 -- check the handbook for exact details) you cannot futz around with your disks and you will get that message from fdisk. Check your rc.conf Chad been there, done that