From owner-freebsd-questions@FreeBSD.ORG Tue Aug 14 22:40:08 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3204C16A417 for ; Tue, 14 Aug 2007 22:40:08 +0000 (UTC) (envelope-from gao@schrodinger.com) Received: from schrodinger.com (thermidore.schrodinger.com [192.156.98.99]) by mx1.freebsd.org (Postfix) with ESMTP id 1526B13C442 for ; Tue, 14 Aug 2007 22:40:07 +0000 (UTC) (envelope-from gao@schrodinger.com) Received: from [192.156.98.12] (ithi.schrodinger.com [192.156.98.12]) by schrodinger.com (8.13.4/8.13.4) with ESMTP id l7EMe6gw016724; Tue, 14 Aug 2007 15:40:06 -0700 (PDT) (envelope-from gao@schrodinger.com) Message-ID: <46C22F44.4000007@schrodinger.com> Date: Tue, 14 Aug 2007 15:40:04 -0700 From: Simon Gao User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: Jerry McAllister References: <46C0F96C.3060600@schrodinger.com> <46C1F8FD.6090406@schrodinger.com> <20070814190905.GA9655@gizmo.acns.msu.edu> In-Reply-To: <20070814190905.GA9655@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (schrodinger.com [192.156.98.99]); Tue, 14 Aug 2007 15:40:07 -0700 (PDT) Cc: questions@freebsd.org, "illoai@gmail.com" Subject: Re: Can't fdisk newly installed disks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 22:40:08 -0000 Jerry McAllister wrote: > > It can prevent you from making almost any changes. A secure level of 3 > is very high and may be what you want for your production - depending > on what you are doing, but will make any installation or development > very difficult or impossible. > > ////jerry > That's it. A secure level of 3 setting was the problem. Once changed secure level to -1, everything worked. Thanks. Simon