From owner-freebsd-stable@FreeBSD.ORG Sat Jan 9 06:40:03 2010 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 12520106566C for ; Sat, 9 Jan 2010 06:40:03 +0000 (UTC) (envelope-from zkolic@sbb.rs) Received: from smtp4.sbb.rs (smtp4.sbb.rs [89.216.2.36]) by mx1.freebsd.org (Postfix) with ESMTP id 7F8A08FC08 for ; Sat, 9 Jan 2010 06:40:01 +0000 (UTC) Received: from mycenae.net (cable-94-189-188-78.dynamic.sbb.rs [94.189.188.78]) by smtp4.sbb.rs (8.14.0/8.14.0) with ESMTP id o096dx0D022307 for ; Sat, 9 Jan 2010 07:39:59 +0100 Received: by mycenae.net (Postfix, from userid 1001) id DEEB45C23; Sat, 9 Jan 2010 07:40:16 +0100 (CET) Date: Sat, 9 Jan 2010 07:40:16 +0100 From: Zoran Kolic To: freebsd-stable@freebsd.org Message-ID: <20100109064016.GA1279@mycenae.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-SMTP-Vilter-Version: 1.3.2 X-SBB-Virus-Status: clean X-SBB-Spam-Score: 1.4 X-SBB-Spam-Level: XXX Subject: Re: mounting ext3 for rw 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: Sat, 09 Jan 2010 06:40:03 -0000 Late reply. Bussy week. After more reading, I changed my mind and decided to go with e2fsprogs to manage ext3 formatted usb hard drive. I still have no sheevaplug and no hdd, but I like to prepare everything and be ready for every surprise. I always recompile kernel and have no ext2fs in it. I should probably kldload ext2fs.ko first to have support. But, I still do not see the way to manage ext3 in a different way, since in the list of apps of e2fsprogs does not exist one to have it. What to do otherwise: mount -t ext2fs /dev/da0s1 /storage Or, did I misunderstand the way it works? Maybe I should not load the module and use something I'm still not aware of? Best regards Zoran