Please no posting message to this mail list that contain HTML.  Plain text
only.  It will be appreciated by all.

>This is a multi-part message in MIME format.
>
>------=_NextPart_000_0004_01BF3415.CEDCD600
>Content-Type: text/plain;
>       charset="iso-8859-1"
>Content-Transfer-Encoding: quoted-printable
>
>I am a Linux "Newbie" and I need some help getting my Backpack cdrom =
>mounted running Red Hat 6.0. The installation goes fine, no problems, =
>but when I try to mount the cdrom after the system reboots I get the =
>msg: you must specify filesystem.=20
>
>So I type:
>
>mount -t iso9660 /dev/cdrom /mnt/cdrom
>
>and I get the msg: the cdrom does not exist.
>
>Then, I go into /etc/fstab and change the line:
>
>/dev/cdrom /mnt/cdrom iso9660 noauto,ro 00
>
>to=20
>
>/dev/bpcd /mnt/cdrom iso9660 noauto,ro 00
>
>then at the command line I type:
>
>mount /dev/bpcd /mnt/cdrom
>
>and I get this msg:
>
>you must specify file system
>
>so I type:
>
>mount -t /dev/bpcd /mnt/cdrom
>
>and I get this msg:
>
>the kernel does not recognize /dev/bpcd ad a block device(maybe 'insmod =
>driver'?)
>
>Any help would be greatly appreciated!

When your system boots, what does Linux report it as?  In my case it is
/dev/hdd.  You then want to create a symbolic link from that device:

        ln -s /dev/hdd /dev/cdrom

Then you want /etc/fstab to contain:

        /dev/cdrom         /cdrom        iso9660 noauto,user,ro  0 0

Notice that it is "0 0" not "00".  Change the "/cdrom" to wherever
you want your mount point to be.

You should then be able to do a "mount /cdrom" as root or as a user.

MB
-- 
e-mail: [EMAIL PROTECTED]
        [Where do you think Microsoft would be today if they waited]
        [until their software worked?     (Hyperion Bay - 10/12/98)]
Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to