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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to