From owner-freebsd-stable@FreeBSD.ORG Wed Jan 7 03:54:02 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AECF01065670 for ; Wed, 7 Jan 2009 03:54:02 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 3E7D88FC1F for ; Wed, 7 Jan 2009 03:54:01 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by ey-out-2122.google.com with SMTP id d26so886206eyd.7 for ; Tue, 06 Jan 2009 19:54:01 -0800 (PST) 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=AF18bPTUH5ydy39wQ6Hw7KXIyrZJweC6lC1hkVSAA7Q=; b=l9uPxlz/fIGOl8O975YpY0+tJ4wTCC2lB2enrjPAz1Z4PcCRJmMOhAGlp0STgoO8u/ BXww2VIqwvFzu9F6oTgBLmZDtjka4FAWqH9B40XTJtKApHwNw/QSFoMD8GeM/GeWWmxG PzJNwqMlxaCBUa2nZwgucXF/yxldrXNCqFMRQ= 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=L2vSBI51ENQGi1cVQr/PS4EjSOGH+jHlmpbn9YlJs0Bbi9qjANSStyvQZX0XCcNgjG uuUHjqtdAZ4O6kBQvuED0zU3Ogj/zq+VDmTW2ACLbNnnIKRMWiZCSU8vk45+SJG5Ek6r B2JAGUCabMVgxdAqHfCZPDMgTiRK7D0YTwA3Y= Received: by 10.67.15.15 with SMTP id s15mr13676824ugi.39.1231300440854; Tue, 06 Jan 2009 19:54:00 -0800 (PST) Received: by 10.67.88.9 with HTTP; Tue, 6 Jan 2009 19:53:59 -0800 (PST) Message-ID: <7d6fde3d0901061953s5f623082u8cab20a0902e554a@mail.gmail.com> Date: Tue, 6 Jan 2009 19:53:59 -0800 From: "Garrett Cooper" To: "Tom Samplonius" In-Reply-To: <17218792.31231294718710.JavaMail.root@ly.sdf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <006401c96477$3dd8e440$b98aacc0$@com> <17218792.31231294718710.JavaMail.root@ly.sdf.com> Cc: SDH Admin , freebsd-stable@freebsd.org Subject: Re: ver 4.2 won't allow save because it can't see 2.2T disk drive X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 03:54:03 -0000 On Tue, Jan 6, 2009 at 6:18 PM, Tom Samplonius wrote: > > ----- "SDH Admin" wrote: > >> >I need to patch this until I can update the system, any pointers to >> >where (if there is one) to get the patch for this, and installation >> >instructions. >> >> What is the 2.2T disk formatted as? Can you give more details on your >> hardware (storage device and the 4.2 server), as well as posting your >> dmesg >> output. > > In this case, it is pretty clear the the 2.2TB disk is mounted on NFS. And the OP said it was a StorageVault, so that means it is a WAFL filesystem, which is meaningless here. > > Is it really FreeBSD 4.2? > > Anyways, it doesn't really matter what "df" reports. If df is folding some of the 64bit values in negative numbers, it is no issue really. But if the StorageVault is returning errors when files are created or written to, then that is probably a configuration issue. > > NFS is a client-server filesystem. So "df" on NFS just queries the StorageVault for the info, and displays it. The NFS client doesn't shutdown, because the filesystem appear to be full, or have negative capacity. > > Tom Are you perhaps referring to OpenBSD 4.2 0-0? -Garrett