From owner-freebsd-questions@FreeBSD.ORG Mon Aug 15 00:07:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0BB7D16A41F for ; Mon, 15 Aug 2005 00:07:18 +0000 (GMT) (envelope-from boxiao63@hotmail.com) Received: from hotmail.com (bay103-f20.bay103.hotmail.com [65.54.174.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id C376F43D45 for ; Mon, 15 Aug 2005 00:07:17 +0000 (GMT) (envelope-from boxiao63@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 14 Aug 2005 17:07:15 -0700 Message-ID: Received: from 65.54.174.206 by by103fd.bay103.hotmail.msn.com with HTTP; Mon, 15 Aug 2005 00:07:15 GMT X-Originating-IP: [65.54.174.206] X-Originating-Email: [boxiao63@hotmail.com] X-Sender: boxiao63@hotmail.com In-Reply-To: <950333AF-D55D-4FF8-BA5B-3E242661557D@shire.net> From: "Bo Xiao" To: chad@shire.net Date: Mon, 15 Aug 2005 00:07:15 +0000 X-OriginalArrivalTime: 15 Aug 2005 00:07:15.0636 (UTC) FILETIME=[4B26C740:01C5A12D] MIME-Version: 1.0 Content-Type: text/plain; format="flowed" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Can FreeBSD handle 300G SATA disk? 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: Mon, 15 Aug 2005 00:07:18 -0000 Right on, Chad! Some other folks set it on. I know where to check next time. Thank you for the help! Bo Xiao >From: "Chad Leigh -- Shire.Net LLC" >To: Bo Xiao >CC: freeBSD Questions >Subject: Re: Can FreeBSD handle 300G SATA disk? >Date: Sun, 14 Aug 2005 17:20:33 -0600 > > >On Aug 14, 2005, at 4:30 PM, Bo Xiao wrote: > >> >> Installation on another box, also with 5.4R, went well. So it >>must be >> this particular Dell PowerEdge 750. After moving the disk back, >> >> % sudo newfs /dev/ad3s1d >> newfs: /dev/ad3s1d: failed to open disk for writing >> % sudo mount /dev/ad3s1d /mnt/a >> mount: /dev/ad3s1d: Operation not permitted >> % > >Does the box you are trying this on have a SECURELEVEL set? > >kern_securelevel_enable="YES" >kern_securelevel="3" (or 2 or other number) > >After one of the secure levels, you cannot open disks for writing. >You will have to reset it to NO and reboot and do what you need. >Read in the handbook for exact details, which I cannot remember now >(like at which secure level this takes effect) > >Chad > >--- >Chad Leigh -- Shire.Net LLC >Your Web App and Email hosting provider >chad@shire.net > >