From owner-freebsd-questions@FreeBSD.ORG Fri Jun 20 01:45:56 2003 Return-Path: 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 5D1EB37B401 for ; Fri, 20 Jun 2003 01:45:56 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52CC243FA3 for ; Fri, 20 Jun 2003 01:45:55 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp121.sa.padsl.internode.on.net [150.101.244.120]) h5K8jq7R028392; Fri, 20 Jun 2003 18:15:53 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: derrich , freebsd-questions@freebsd.org Date: Fri, 20 Jun 2003 18:15:52 +0930 User-Agent: KMail/1.4.3 References: <20030620004434.L54359-100000@sigma.freebsdhackers.net> In-Reply-To: <20030620004434.L54359-100000@sigma.freebsdhackers.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200306201815.52365.malcolm.kay@internode.on.net> Subject: Re: fsck'ing UFS partitons under linux? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 08:45:56 -0000 On Fri, 20 Jun 2003 15:18, derrich wrote: > I'm trying to fsck a UFS (created under FreeBSD 4.8) partition from wit= hin > a Linux system, and I'm having a whole lot of trouble. I know UFS suppo= rt > is enabled in the kernel, because I'm able to mount the drive read-only= =2E I > believe I've been unable to mount it read-write because the drive needs= to > be fsck'ed, but I can't figure out how to do this under linux. > > I've tried running 'fsck -t ufs /dev/hda2', but I get an error about > /sbin/fsck.ufs not existing ... and googling 'fsck.ufs' turns up very > little, and what little it turns up isn't all in English, which doesn't > really help me. > =46rom this I would gather linux does not have an fsck variant able to de= al with an ufs file system (and I don't think I'd want to trust it if it did). If= the=20 partition is imperfect then clean it up under FreeBSD. Surely this is a question for linux -- not FreeBSD. I, and guess many other subscribers to this mailing list, would have no i= dea how linux names and manages bsd style partitions within slices which I be= lieve is exotic in linux. Malcolm Kay