Date: Mon, 15 Apr 2002 08:12:22 -0400 From: Brian T.Schellenberger <bts@babbleon.org> To: "alexus" <ml@db.nexgen.com>, <freebsd-questions@FreeBSD.ORG> Subject: Re: incorrect super block Message-ID: <20020415121222.DB42ABB39@i8k.babbleon.org> In-Reply-To: <000901c1e44a$c9b06ce0$faa0b542@noc> References: <000901c1e44a$c9b06ce0$faa0b542@noc>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 15 April 2002 02:57 am, alexus wrote: | hi | | i have a raid and when i'm trying i'm bootin it up i get this | | incorrect super block | | here is my mount line from /etc/fstab | | /dev/amrd0s1e /mnt/raid ufs rw,noatime 0 0 | | anyone have any ideas what could be wrong? You have an incorrect super block. That means, basically, that the header at the start of the file system has gotten corrupted. This is bad, but (from section 8 of the FBSD fsck man page): -b Use the block specified immediately after the flag as the super block for the filesystem. Block 32 is usually an alternate super block. So try fsck -b 32 If that doesn't work, then I hope you have a backup of the file system as it's probably toast. If you don't have a backup of the file system, you'll need to start learning a lot FreeBSD file systems and how to repair them. | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) ME --> http://www.babbleon.org http://www.eff.org <-- GOOD GUYS --> http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020415121222.DB42ABB39>