From owner-freebsd-questions@FreeBSD.ORG Tue Aug 14 09:07:35 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 9922816A473 for ; Tue, 14 Aug 2007 09:07:35 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id 2782B13C461 for ; Tue, 14 Aug 2007 09:07:34 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1903541mue for ; Tue, 14 Aug 2007 02:07:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lDaOR7t7aFaOdkwCAOy96KC7pJWOMUq8LUsCNYhuItjrZ4XKGCJJE8+4DrtGrB6Ddb9n/IIxY8qUf2zxtU/0pyg3j4j/oyUbHn3w+Gi4FS3GhUGG5b7xxI0WwFS8RsAkLhzqR486lx1RrCfeDdolwPyWdJX7GE8BagXfbY/VE9I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VB5LhqABh2dRYtl6vMj5EaN53x6umb72ilkYsxl2ZvGfUkrpZOy3nCq7f8NzO4RswkilerV1Sq/BoRu0a69TZjrYRKNUhNafnHYft+RPVq5X5AFEQe26KJJiuVQY+2Z2xZvt9OmJbzyRrXDW0q76ya7r7tAmhEMFyj8ATsJHEvQ= Received: by 10.82.111.8 with SMTP id j8mr8553189buc.1187082453606; Tue, 14 Aug 2007 02:07:33 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Tue, 14 Aug 2007 02:07:33 -0700 (PDT) Message-ID: Date: Tue, 14 Aug 2007 04:07:33 -0500 From: "illoai@gmail.com" To: "Simon Gao" In-Reply-To: <46C0F96C.3060600@schrodinger.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46C0F96C.3060600@schrodinger.com> Cc: questions@freebsd.org 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 09:07:35 -0000 On 13/08/07, Simon Gao wrote: > Hi, > > I am running into some problem with fdisk newly installed drives. . . . > # fdisk -BI da5 > fdisk: cannot open disk /dev/da5: No such file or directory What is your securelevel? For example: % sysctl kern.securelevel kern.securelevel: -1 man init for more about securelevels. -- --