From owner-freebsd-questions@FreeBSD.ORG Sat Oct 1 15:56:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E9616A4B3 for ; Sat, 1 Oct 2005 15:56:48 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs4.arnes.si (avs4.arnes.si [193.2.1.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id C771043D4C for ; Sat, 1 Oct 2005 15:56:47 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs4.arnes.si [193.2.1.77]) by avs4.arnes.si (Postfix) with ESMTP id 509422C3470 for ; Sat, 1 Oct 2005 17:56:46 +0200 (CEST) Received: from avs4.arnes.si ([193.2.1.77]) by localhost (avs4.arnes.si [193.2.1.77]) (amavisd-new, port 10024) with ESMTP id 17430-05 for ; Sat, 1 Oct 2005 17:56:46 +0200 (CEST) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs4.arnes.si (Postfix) with ESMTP id 15E042C345E for ; Sat, 1 Oct 2005 17:56:45 +0200 (CEST) Received: from [192.168.10.249] (MASTER.workgroup [192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.3/8.13.3) with ESMTP id j91FuhvJ042296 for ; Sat, 1 Oct 2005 17:56:43 +0200 (CEST) (envelope-from sasa@stupar.homelinux.net) Date: Sat, 01 Oct 2005 17:56:48 +0200 From: Sasa Stupar To: freebsd-questions@freebsd.org Message-ID: <82FA534ED1EF6E1B93CACE3E@[192.168.10.249]> In-Reply-To: <44u0g1fmj4.fsf@be-well.ilk.org> References: <346061EE2E91E3AAD03DD354@[192.168.10.249]> <433E00E2.7090806@nawcom.com> <44u0g1fmj4.fsf@be-well.ilk.org> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Subject: Re: Mounting ext3 problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sasa Stupar List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 15:56:49 -0000 --On 1. oktober 2005 8:29 -0400 Lowell Gilbert wrote: > Sasa Stupar writes: > >> --On 30. september 2005 23:22 -0400 nawcom wrote: >> >> > ext3 is compatible w/ext2 when the dirty bit is not set. When >> > it is set (one common reason is the filesystem not being correctly >> > unmounted), journal rollback is necessary which only ext3 can handle. >> > >> > thats why running fsck_ext2fs on the partition should take care of the >> > issues. >> > >> > it doesn't mean your partition is actually "dirty", its just that >> > freebsd doesn't (usually) attempt to mount partitions that were >> > incorrectly unmounted. >> > >> > Let me know if it works. If you dont have ext2 support in fsck yet - >> > you can find the source in /usr/ports/sysutils/fsck_ext2fs >> > >> > -Ben >> >> >> I can't find that port. I have cvsup my ports and I have even searched >> on the FreeBSD home page of ports collection but it didn't find >> it. Are you sure about the name? > > $ grep fsck /usr/ports/MOVED > sysutils/fsck_ext2fs|sysutils/e2fsprogs|2004-03-01|Better utility > $ Found it and installed it. I have tried with: #/sbin/fsck_ext2fs -f /dev/ad3 execve: No such file or directory I have read man pages for fsck_ext2fs. What am I doing wrong here? Sasa