Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2001 12:15:47 +1000
From:      Edwin Groothuis <edwin@mavetju.org>
To:        Abdulmohsen Alwuhaib <aalwuhaib@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: CD-Rom mounting problem
Message-ID:  <20010929121547.F482@k7.mavetju.org>
In-Reply-To: <20010929015131.47752.qmail@web10705.mail.yahoo.com>; from aalwuhaib@yahoo.com on Fri, Sep 28, 2001 at 06:51:31PM -0700
References:  <20010929015131.47752.qmail@web10705.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 28, 2001 at 06:51:31PM -0700, Abdulmohsen Alwuhaib wrote:
> the device of my cdrom is located at /dev/acd0c,
> whenever I try to mount my cd-rom using the command
> mount /dev/acd0c /cdrom it gives me the error message
> "incorrect super block"
> When I perform cat /dev/acd0c it gives me the message
> "Bad address"
> Maybe there is a kind of configuration that I need?

What does "mount_cd9660 /dev/acd0c /cdrom" say?

If that works, just add this line to your /etc/fstab:
/dev/acd0c              /cdrom      cd9660  ro,noauto       0       0

Edwin

-- 
Edwin Groothuis   |              Personal website: http://www.MavEtJu.org
edwin@mavetju.org |           Interested in MUDs? Visit Fatal Dimensions:
------------------+                       http://www.FatalDimensions.org/

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?20010929121547.F482>