Peter Rundle <[EMAIL PROTECTED]>
>  % mount /mnt/cdrom
>   mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
>        or too many mounted file systems
>        (aren't you trying to mount an extended partition,
>        instead of some logical partition inside?)
> 
>  % grep cdrom /etc/fstab
>   /dev/cdrom       /mnt/cdrom         iso9660 noauto,owner,ro 0 0
> 
>  % ls -l /dev/cdrom
>   lrwxrwxrwx    1 root     root            3 Mar 29 22:56 /dev/cdrom -> hda

what happens when you type:
mount -t iso9660 /dev/hda /mnt
and "fdisk /dev/hda" or "fsck /dev/hda"
(just wondering if they might give different errors that
might give more of a hint)

(and it is supposed to be hda isn't it? not hda1? guess not,
cos the cd isn't partitioned, just wondering out loud)

just spotted:

> % cat /proc/ide/ide0/hda/model
>  HITACHI CDR-8435

so it's an IDE cd writer then?
isn't there something weird about them? like they appear as
scsi devices instead of ide?  I have this vague idea there's
some catch with them.

Dave.


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to