Re: Super block error
From: Jonathan Chen (jonc_at_chen.org.nz)
Date: 10/30/03
- Previous message: Dan Nelson: "Re: Super block error"
- In reply to: Gregory Stearns: "Super block error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 31 Oct 2003 08:25:56 +1300 To: Gregory Stearns <stearns@mail.com>
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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Dan Nelson: "Re: Super block error"
- In reply to: Gregory Stearns: "Super block error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|