From owner-freebsd-questions@FreeBSD.ORG Sun Mar 9 12:23:17 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 5D91D106566B for ; Sun, 9 Mar 2008 12:23:17 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id BACC58FC1B for ; Sun, 9 Mar 2008 12:23:16 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from joshua.ath.cx (athedsl-305854.home.otenet.gr [85.73.242.92]) (authenticated bits=0) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m29CNEs3029787; Sun, 9 Mar 2008 14:23:14 +0200 Message-ID: <47D3D6B2.9020102@otenet.gr> Date: Sun, 09 Mar 2008 14:23:14 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.9 (X11/20080108) MIME-Version: 1.0 To: Viktor Penkov References: <35e542ab0803090441j66464273kfdb8656d1c633114@mail.gmail.com> In-Reply-To: <35e542ab0803090441j66464273kfdb8656d1c633114@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: ext3 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: Sun, 09 Mar 2008 12:23:17 -0000 Viktor Penkov wrote: > Hi everybody!!!I've installed the new release of fbsd, but I can't mount my > ext3 partitions.can somebody help me with this? > best regards > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Have a look at man 5 ext2fs for instructions. You will have to mount ext3 as ext2. This is possible as long as the ext3 filesystem is not "dirty" (i.e. the journal is clean, meaning the volume was properly dismounted last time you used it). Mind you, IIRC, if you write something to the disk while it is mounted as ext2, it will probably go through a long fsck next time you reboot into Linux (assuming you are sharing this partition between Linux and FreeBSD).