Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2003 08:25:56 +1300
From:      Jonathan Chen <jonc@chen.org.nz>
To:        Gregory Stearns <stearns@mail.com>
Cc:        freebsd-questions@freeBSD.org
Subject:   Re: Super block error
Message-ID:  <20031030192556.GB39983@grimoire.chen.org.nz>
In-Reply-To: <20031030191645.56016.qmail@mail.com>
References:  <20031030191645.56016.qmail@mail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 30, 2003 at 02:16:45PM -0500, Gregory Stearns wrote:
> 
>    When I try and mount my cdrom or my floppy I get an invalid super
>    block error.
> 
>    I use the following command:
> 
>    mount  /dev/acd0c /cdrom
> 
>    How do I correct this error so that I may use my cdrom?

You need to specify the filesystem type, ie:

    # mount -t cd9660 /dev/acd0c /cdrom

Check if there's an entry in /etc/fstab. If there is, you should be
able to do:

    # mount /cdrom

-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
    The Internet: an empirical test of the idea that a million monkeys
                banging on a million keyboards can produce Shakespeare



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031030192556.GB39983>