From owner-freebsd-questions Wed Jun 21 13:52: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 3rdrock.coserve.org (3rdrock.coserve.org [198.213.49.88]) by hub.freebsd.org (Postfix) with ESMTP id 318B437C005 for ; Wed, 21 Jun 2000 13:51:54 -0700 (PDT) (envelope-from fabry@panam.edu) Received: from earth (earth.coserve.org [198.213.49.85]) by 3rdrock.coserve.org (8.10.1/8.10.1) with SMTP id e5LKg7000175; Wed, 21 Jun 2000 15:42:07 -0500 (CDT) Message-ID: <003701bfdbc2$9540e620$5531d5c6@coserve.org> From: "Alain G. Fabry" To: Cc: References: <00c401bfdbb6$36da4bf0$5531d5c6@coserve.org> <20000621125409.A214@dialin-client.earthlink.net> Subject: Re: Incorrect super block. Date: Wed, 21 Jun 2000 15:52:15 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /stand/sysinstall does this newfs normally, when I checked the options, it was giving me with the option newfs -f 1024 I did away with that option and this worked. Why did it not work with this -f 1024 active when the default is the same? Thanks, Alain ----- Original Message ----- From: "Crist J. Clark" To: "Alain G. Fabry" Cc: Sent: Wednesday, June 21, 2000 2:54 PM Subject: Re: Incorrect super block. > On Wed, Jun 21, 2000 at 02:23:43PM -0500, Alain G. Fabry wrote: > > I just tried to install an additional hard drive and followed all the > > instructions in the handbook, /stand/sysinstall instructions. > > I add the statements in the /etc/fstab > > /dev/wd1s1e /mnt ufs rw,noauto 1 1 > > /dev/wd1s2e /mnt ufs rw,noauto 1 1 > > > > When I try to mount either (mount /mnt or mount /dev/wd1s1e /mnt), I receive > > the following error. > > > > /dev/wd1s1e on /mnt: Incorrect super block. > > > > What am I doing wrong? How can I solve this? > > Did you ever put a filesystem on them? See newfs(8). > > # newfs /dev/wd1s1e > # newfs /dev/wd1s2e > > -- > Crist J. Clark cjclark@alum.mit.edu > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message