From owner-freebsd-newbies Sun Oct 21 5:27:47 2001 Delivered-To: freebsd-newbies@freebsd.org Received: from bigglesworth.mail.be.easynet.net (bigglesworth.mail.be.easynet.net [212.100.160.67]) by hub.freebsd.org (Postfix) with ESMTP id 1ED6337B40A for ; Sun, 21 Oct 2001 05:27:40 -0700 (PDT) Received: from 212-100-182-22.adsl.easynet.be ([212.100.182.22] helo=venus.core.bsdaemon.be) by bigglesworth.mail.be.easynet.net with smtp (Exim 3.16 #1) id 15vHhV-00046E-00 for freebsd-newbies@freebsd.org; Sun, 21 Oct 2001 14:27:34 +0200 Date: Sun, 21 Oct 2001 14:30:20 +0200 From: oPr To: freebsd-newbies@freebsd.org Subject: ffs and ufs Message-Id: <20011021143020.7d722716.opr@bsdaemon.be> Organization: BSDaemon X-Mailer: Sylpheed version 0.6.1 (GTK+ 1.2.10; i386--freebsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, i've put a new hd in my freebsd box, but the filesystem is OpenBSD's ffs. When i try to mount it, it can not be mounted writeable because of some fsck errors. So i tried mounten it read-only, worked .. but it looks like only the home directory is fucked up... so i unmounted the fs, en ran fsck. Here's some output: bash# fsck /dev/ad1s4 ** /dev/ad1s4 CANNOT READ: BLK 86994592 CONTINUE? [yn] y THE FOLLOWING DISK SECTORS COULD NOT BE READ: 86994592, 86994593, 86994594, 86994595, ioctl (GCINFO): Invalid argument fsck: /dev/ad1s4: can't read disk label the error is quite normal, cause openbsd has ffs and not ufs like freebsd .. but someone told me ufs = ffs .. has anyone a clue how to get that home dir-data back? grtz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message