Mounting CDROM

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Thomas Mondoshawan Tate
Date:  
Subject: Mounting CDROM
--wxDdMuZNg1r63Hyj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Nov 07, 2001 at 08:01:13PM -0800, Matt Alexander wrote:
> "hdc" means that you've got an IDE device (your cdrom) plugged into the
> secondary IDE controller and set as the Master. /dev/cdrom is just a
> symlink to /dev/hdc (in your case). So check that /dev/cdrom exists, and
> if it doesn't, create it like this:
>=20
> ln -s /dev/hdc /dev/cdrom
>=20
> Then mount it like this:
>=20
> mount /dev/cdrom /mnt/cdrom
>=20
> If that works, then you can add this to your /etc/fstab to be able to
> mount your cdrom like this in the future:
>=20
> mount /mnt/cdrom


Additionally, your "Unknown filesystem" errors could be due to a missing
default filesystem option in the fstab. Check to make sure that the third
field for your cdrom entry reads as "iso9660" -- otherwise you will have to
specify the filesystem type every time you try to mount. (mount /mnt/cdrom
-t iso9660).

--=20
Thomas "Mondoshawan" Tate

http://tank.dyndns.org

--wxDdMuZNg1r63Hyj
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE76gHMYp5mUsPGjjwRAupsAJ45bDlrPuBaGkxX5x7k2w8MzGmncACfUaLy
yyjpYRjldApVIGAGJX0di2Q=
=87m/
-----END PGP SIGNATURE-----

--wxDdMuZNg1r63Hyj--