Click to See Complete Forum and Search --> : SCSI-Emu: CDRecord works, but I can't mount my /dev/scdx anymore.


MBMarduk
06-20-2001, 06:26 AM
I don't get it. I compiled a 'monolithical' kernel to get rid of the pesky modules.
Everything works except this.

If i do a 'cdrecord -scanbus' it sees everything fine just like before.

Instead if I try to mount it says:

root@hellreich:/home/metalhed# mount -t iso9660 /dev/sr0 /cdrom
mount: /dev/sr0: unknown device

root@hellreich:/home/metalhed# mount -t iso9660 /dev/sr1 /cdrom
mount: /dev/sr1: unknown device

root@hellreich:/home/metalhed# mount -t iso9660 /dev/sg1 /cdrom
mount: /dev/sg1 is not a block device

root@hellreich:/home/metalhed# mount -t iso9660 /dev/scd1 /cdrom
mount: /dev/scd1: unknown device

root@hellreich:/home/metalhed# mount -t iso9660 /dev/sda1 /cdrom
mount: /dev/sda1: unknown device


I've also serched the forum and read these threads: http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=1&t=006417 http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=1&t=011837 http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=1&t=012436 http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=1&t=012693 http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=1&t=013908 http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=1&t=014622 http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=1&t=016226 http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=1&t=016830 http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=1&t=017031
...but to no avail.

Can anyone shed light on this?
:(

TIA
-Mike

Marcel2008
06-20-2001, 07:35 AM
How about mount /dev/cdrom ?
What's the contents of fstab?

Saptech
06-20-2001, 07:39 AM
Try the mount command with a blank cd disk and a cd disk with info on it!

MBMarduk
06-20-2001, 07:56 AM
I didn't change anything else! Just the kernel.


root@hellreich:/home/metalhed# cat /etc/fstab
/dev/hda5 / ext2 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
/dev/hda8 swap swap defaults 0 0
#
/dev/hda1 /winC vfat defaults,users,noauto 0 0
/dev/scd0 /cdrw iso9660 defaults,ro,users,noauto 0 0
/dev/scd1 /cdrom iso9660 defaults,ro,users,noauto 0 0
/dev/hda3 /home ext2 defaults 1 1
/dev/fd0 /floppy vfat defaults,users,noauto 0 0
/dev/hda6 /usr/local ext2 defaults 1 1
root@hellreich:/home/metalhed#



root@hellreich:/home/metalhed# ll /dev/cdrom
0 lrwxrwxrwx 1 root root 9 Jun 12 01:30 /dev/cdrom -> /dev/scd1
root@hellreich:/home/metalhed# ll /dev/scd1
0 brw-r----- 1 metalhed users 11, 1 Jul 18 1994 /dev/scd1


I'm recompiling the fscker as I type... :(

MBMarduk
06-20-2001, 08:25 AM
To the next person that reads this: (perhaps you were doing a forum search too?)
make sure you got "Support for SCSI CD-ROM" also enabled in the kernel, along with:
IDE/ATA-->SCSI-Emulation
SCSI-->Generic

:rolleyes: :p