From owner-freebsd-questions@FreeBSD.ORG Sat Oct 4 21:16:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C126106568D for ; Sat, 4 Oct 2008 21:16:59 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by mx1.freebsd.org (Postfix) with ESMTP id 097B08FC12 for ; Sat, 4 Oct 2008 21:16:58 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so1588109fkk.11 for ; Sat, 04 Oct 2008 14:16:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=2u7F4wVCE0a7IMYVEZ2XG7+O7L6tySng9WyAEdHB7GU=; b=Rnadc+bJh+XXutaMnpvvUse0qHROpXpKo0TOCvk5TkoR8ExdqSOuzurc1xu0hXZH84 w6dVLx/widoiPayJx81Dwzu221upHAKiH/CgasqTb3rsfo6w1XESlXmzvaniq7rEr6E6 e+mnyJoyKZbPewaKd9dAYjrG+dkILM7cAs9n8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ATkUl/bLauO8MTnNHn3IkZmXyIo+EojDG9euSWlN9QRmgrsTBSj/xohGJ4Yf3B134E ne72spnfH4Y+MjFBSEzNKB0y6unU9Fn35miyy2pMvzKf6HoYl5FApi1VpO/426Hn/Lpr /PFRVEf8rKc3/uMEao9Vs6HzBCdcH5Tl9o9fY= Received: by 10.187.212.14 with SMTP id o14mr779843faq.14.1223153483368; Sat, 04 Oct 2008 13:51:23 -0700 (PDT) Received: by 10.187.220.2 with HTTP; Sat, 4 Oct 2008 13:51:23 -0700 (PDT) Message-ID: <8e10486b0810041351je5262fbi3bee00f47ef3bc68@mail.gmail.com> Date: Sat, 4 Oct 2008 17:51:23 -0300 From: "Alexandre Biancalana" To: "Don O'Neil" In-Reply-To: <4A5E18EB2ED142C2B97EFD5A82AA805F@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081004181923.N2683@wojtek.tensor.gdynia.pl> <4A5E18EB2ED142C2B97EFD5A82AA805F@mickey> Cc: Wojciech Puchar , Michael Powell , freebsd-questions@freebsd.org Subject: Re: Can't add new 1TB disk in FreeBSD 6.1 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: Sat, 04 Oct 2008 21:16:59 -0000 On 10/4/08, Don O'Neil wrote: > >>> I've tried an old 'bypass': sysctl kern.geom.debugflags=16, but that > >>> didn't help. > >>> > >>> Can anyone help me get this new disk installed without having to boot > >>> off a recovery CD? The server is 500 miles away from me and I don't > >>> have direct console access. > >>> > >> > >> Uhmm... This may seem silly, but did you use fdisk to create a slice > >> first before you tried partitioning? > >> > >this is NOT needed. actually i don't do it anywhere. > > > >it just may be sysinstall problem, anything else. > > > I tried using fdisk first, same problem, won't let me write to the disk. Do you will use the entire disk in one partition ? If so, just do: newfs /dev/ad4 Maybe you should to use gjournal for this large filesystem....