ok, this is weird, I have a sony ide cdburner on hdc, and ide-scsi is all
set up, I'm running a clean install of Mandrake 8, but apparantly I've
boffed something up while trying to disable automount on my cd drives....or
not, hadn't really tried mounting this drive before either.
[root@littlebox /root]# lsmod
<snip>
ide-scsi 7568 0
scsi_mod 85312 1 [ide-scsi]
[root@littlebox /root]# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: SONY Model: CD-RW CRX145E Rev: 1.0b
Type: CD-ROM ANSI SCSI revision: 02
[root@littlebox /root]# mount /dev/scd0 /mnt/cdrom
mount: /dev/scd0: unknown device
[root@littlebox /root]# ls -l /dev/scd0
brw-rw---- 1 root cdwriter 11, 0 Apr 14 07:06 /dev/scd0
mount /dev/hdc /mnt/cdrom gives the same thing, unknown device
I'm at a loss here.
In case it makes a difference here's /etc/fstab, although it shouldn't
matter when I try to mount it manually like above...
[root@littlebox /root]# cat /etc/fstab
/dev/hdb5 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdb7 /home ext2 defaults 1 2
/dev/hdc /mnt/cdrom auto user,noauto,nosuid,exec,nodev,ro 0 0
/dev/cdrom2 /mnt/cdrom2 auto user,noauto,nosuid,exec,nodev,ro 0 0
/dev/hda6 /mnt/downloads ext2 defaults 1 2
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
/dev/hda1 /mnt/windows vfat
user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0
none /proc proc defaults 0 0
/dev/hda5 /usr ext2 defaults 1 2
/dev/hdb6 swap swap defaults 0 0
also:
[root@littlebox /root]# mount -t iso9660 /dev/hdc /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
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?)
ide-scsi: hdc: unsupported command in request queue (0)
isofs_read_super: bread failed, dev=16:00, iso_blknum=16, block=32
Please if anyone can tell me whats wrong reply to me @
[EMAIL PROTECTED] or [EMAIL PROTECTED]