From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 17:07:47 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 ED9801065675 for ; Mon, 8 Dec 2008 17:07:47 +0000 (UTC) (envelope-from lhecking@users.sourceforge.net) Received: from ns1.cypress.com (ns1.cypress.com [157.95.67.4]) by mx1.freebsd.org (Postfix) with ESMTP id D01198FC18 for ; Mon, 8 Dec 2008 17:07:47 +0000 (UTC) (envelope-from lhecking@users.sourceforge.net) Received: from corpmail.cypress.com (corpmail [157.95.1.2]) by ns1.cypress.com (8.12.10/8.12.10) with ESMTP id mB8H7lum004064 for ; Mon, 8 Dec 2008 09:07:47 -0800 (PST) Received: from cork.irdesign.cypress.com (cork.irdesign.cypress.com [157.95.24.1]) by corpmail.cypress.com (8.12.10/8.12.10) with ESMTP id mB8H7fo6027725 for ; Mon, 8 Dec 2008 09:07:41 -0800 (PST) Received: from cork.irdesign.cypress.com (localhost [127.0.0.1]) by cork.irdesign.cypress.com (Postfix) with ESMTP id AAACA4E4A6 for ; Mon, 8 Dec 2008 17:07:40 +0000 (GMT) Received: by cork.irdesign.cypress.com (Postfix, from userid 0) id 9B31D4E625; Mon, 8 Dec 2008 17:07:40 +0000 (GMT) From: Lars Hecking To: freebsd-questions@freebsd.org References: <20081206131320.4BE834E625@cork.irdesign.cypress.com> <44skoybozt.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <44skoybozt.fsf@be-well.ilk.org> X-Mutt-References: <44skoybozt.fsf@be-well.ilk.org> Message-Id: <20081208170740.9B31D4E625@cork.irdesign.cypress.com> Date: Mon, 8 Dec 2008 17:07:40 +0000 (GMT) Subject: Re: Disappearing mount point 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, 08 Dec 2008 17:07:48 -0000 Lowell Gilbert writes: > lhecking@users.sourceforge.net writes: > > > I have a really weird problem. After changing the mount point of a Linux > > ext3 fs to a different device, the mount point disappears after mounting > > and is inaccessible. [...] > Did you try an fsck on ad4s8? I figured out the problem in the meantime. Not only did I change the device, but also rebuild the fs on, and this thread provided me with the solution: http://forums.freebsd.org/showthread.php?s=eecb9ad9ab9a673778a998ffeef1143f&t=471 I.e. the default inode size in e2fsprogs changed to 256, so rebuilding the fs with an inode size of 128 fixed it.