On Wed, 16 Oct 2002 13:06:36 -0400 "Paul DiMarco" <[EMAIL PROTECTED]> wrote:
> > Same thing. > > (dominoold:root) /># mount /dev/cdrom /mnt/cdrom/ > 32 > /dev/cdrom: Input/output error > mount: you must specify the filesystem type > > Here is my dmesg line > hdc: SAMSUNG CD-ROM SC-148F, ATAPI CDROM drive: > > > > > > Bret Hughes > > <bhughes@elevatin To: > [EMAIL PROTECTED] > > g.com> cc: > > Sent by: Subject: Re: Problem > mounting cdrom > > redhat-list-admin > > @redhat.com > > > > 10/16/2002 12:05 > > PM > > Please respond to > > redhat-list > > > > > > > > On Wed, 2002-10-16 at 09:25, Paul DiMarco wrote: > > I've got a Red Hat Linux release 7.0 (Guinness), Kernel 2.2.16-22 > > on an i686 system. > > > > When I put a CD into the CD-ROM and try to mount I get the > > following. > Not > > matter what I do I can't mount my CD. > > > > (dominoold:paul) /home/paul> mount /dev/cdrom > > mount: wrong fs type, bad option, bad superblock on /dev/cdrom, > > or too many mounted file systems > > > > > > I don't think there are any other filesystems mounted either so I > > have no idea. > > > > > > try mounting it as /mnt/cdrom. When using the mount command you > need to use the mountpoint as defined in /etc/fstab. it is the > mount point most likely used in your /etc/fstab and it will use the > /dev/cdrom device with is probably a symlink to the real device like > /dev/hdc > > HTH > Bret > > > The 'mount' command looks to the /ect/fstab file to see if the device (/dev/cdrom) and it's mountpoint , as well as filesystem type and ownership, are specified. Here is an example entry from my /etc/fstab: /dev/cdrom /mnt/cdrom iso9660 noauto,nosuid,owner,ro 0 0 So, if my cdrom is /dev/hdc, and there is an entry in /dev for cdrom which symlinks to /dev/hdc, AND the filesystem type (iso9660) is specified in /etc/fstab, AND the mountpoint (/mnt/cdrom) exists, just a 'mount /dev/cdrom' will work. If the filesytem type ( or the cdrom line itself) is missing from /etc/fstab, you would get your error message. In that case, you would have to give 'mount' that detailed information: mount /dev/hdc -t iso9660 /mnt/cdrom See 'man mount' and 'man fstab' for more. Best, Tom -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list