From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 10:36:53 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 324A616A41C for ; Tue, 5 Jul 2005 10:36:53 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id C59BA43D46 for ; Tue, 5 Jul 2005 10:36:52 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 5 Jul 2005 11:37:32 +0100 Message-ID: <42CA62C1.3090307@dial.pipex.com> Date: Tue, 05 Jul 2005 11:36:49 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: Jaap Boender References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Jul 2005 10:37:32.0763 (UTC) FILETIME=[8CFAAAB0:01C5814D] Cc: freebsd-questions@freebsd.org Subject: Re: fsck_ext2fs problems 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: Tue, 05 Jul 2005 10:36:53 -0000 Jaap Boender wrote: > Hi all, > > I'd like to share a filesystem on the same computer between FreeBSD > and Linux, > and as it seems that FreeBSD supports ext2 better than Linux does > ufs(2), I've > created an ext2 filesystem. Mounting & accessing Works fine, except > when I try > to fsck it, fsck_ext2fs fails with the error message: > "execve: No such file or directory". When I use the e2fsck program, > however, > I can fsck the filesystem just fine. Unfortunately, at boot time, FreeBSD > wants to use fsck_ext2fs... > > A quick search on the Internet didn't show any solutions, so - does > anybody > here know what I can do to get rid of the error message? Does Linux maybe support UFS(1) better than UFS(2)? Are you running ext2fs from Linux? If you are running it from FreeBSD then try making a symlink in /sbin from fsck_ext2fs to wherever you have e2fsck and make sure that e2fsck will be available when fsck runs. That almost certainly means it has to bee on your root partition. (Or just copy it to /sbin). If you do not want to fsck the filesystem at all at startup then set the sixth (last) field in /etc/fstab to 0. --Alex