|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] CDROM making me crazy
|
I think maybe the error message is the key...
mount /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
bad option?
I notice you have "noauto,owner,ro" in the fstab. This is Linux,
right? I don't see "owner" in my 'man mount', did you perhaps mean
"user"?
My cdrom mount entry in fstab looks like:
/dev/hdc /media/cdrom auto ro,noauto,user,exec 0 0
--
Kevin
Paul wrote:
>
> Oh, I see that you've tried that. How about "tail -f /var/log/messages"
> while you try to mount the drive? Is the drive using SCSI emulation?
> Maybe it's /dev/scd0 or 1?
>
> Paul wrote:
>
> > As a test, have you tried /dev/hdd and (not that I actually can think
> > of a reason why this would help) a different moint point?
>
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|