Super block error

Jonathan Chen jonc at chen.org.nz
Thu Oct 30 11:26:00 PST 2003


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 at chen.org.nz>
----------------------------------------------------------------------
    The Internet: an empirical test of the idea that a million monkeys
                banging on a million keyboards can produce Shakespeare


More information about the freebsd-questions mailing list