Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2002 14:37:35 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        "freebsd-questions@FreeBSD.org" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: incorrect super block
Message-ID:  <20021103143735.GA8351@happy-idiot-talk.infracaninophi>
In-Reply-To: <3DC5339D.D5C7501B@earthlink.net>
References:  <3DC5339D.D5C7501B@earthlink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 03, 2002 at 09:33:01AM -0500, Walter wrote:

>    I added a 3 GB HD to my FreeBSD computer (as a second
> drive).  I used /stand/sysinstall to 'fdisk' and 'label' it.  But
> when I try to mount it with 'mount /dev/ad3s1e /data' it
> complains of an incorrect super block.  Any solutions?

Did you actually create a filesystem on the new disk?  Try:

    newfs /dev/ad3s1e
    tunefs -n enable /dev/ad3s1e
    mount -t ufs /dev/ad3s1e /data

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
                                                      Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

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?20021103143735.GA8351>