You are not logged in.

#1 2006-04-27 19:20:18

JollyRoger
Member
Registered: 2006-04-01
Posts: 8

cdrw and dvdrw not recognized correctly

I have ide cdrw and dvdrw. They are recognized as generic scsi devices - /dev/sr0 and /dev/sr1. Why is that? Shouldn't they be /dev/hdc and /dev/hdd?
As a result k3b is not working.

latest kernel26 from current and latest udev

Offline

#2 2006-04-27 20:02:37

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: cdrw and dvdrw not recognized correctly

Mine is setup under <code>fstab</code> to be at <code>/dev/cdrom</code>.  Is it creating more than one device node by chance?

Offline

#3 2006-04-28 04:20:35

JollyRoger
Member
Registered: 2006-04-01
Posts: 8

Re: cdrw and dvdrw not recognized correctly

fstab

/dev/cdrom             /mnt/cd   iso9660   ro,user,noauto,unhide   0      0
/dev/dvd               /mnt/dvd  auto      ro,user,noauto,unhide   0      0

ls -l /dev/cdr*

lrwxrwxrwx  1 root root 17 2006-04-28 10:07 /dev/cdrom -> /dev/cd/cdrom-sr0
lrwxrwxrwx  1 root root 17 2006-04-28 10:07 /dev/cdrom0 -> /dev/cd/cdrom-sr0
lrwxrwxrwx  1 root root 17 2006-04-28 10:07 /dev/cdrom1 -> /dev/cd/cdrom-sr1
lrwxrwxrwx  1 root root 16 2006-04-28 10:07 /dev/cdrw -> /dev/cd/cdrw-sr0
lrwxrwxrwx  1 root root 16 2006-04-28 10:07 /dev/cdrw0 -> /dev/cd/cdrw-sr0
lrwxrwxrwx  1 root root 16 2006-04-28 10:07 /dev/cdrw1 -> /dev/cd/cdrw-sr1

ls -l /dev/dvd*

lrwxrwxrwx  1 root root 15 2006-04-28 10:07 /dev/dvd -> /dev/cd/dvd-sr1
lrwxrwxrwx  1 root root 15 2006-04-28 10:07 /dev/dvd0 -> /dev/cd/dvd-sr1

ls -l /dev/cd/*

lrwxrwxrwx  1 root root 6 2006-04-28 10:07 /dev/cd/cdrom-sr0 -> ../sr0
lrwxrwxrwx  1 root root 6 2006-04-28 10:07 /dev/cd/cdrom-sr1 -> ../sr1
lrwxrwxrwx  1 root root 6 2006-04-28 10:07 /dev/cd/cdrw-sr0 -> ../sr0
lrwxrwxrwx  1 root root 6 2006-04-28 10:07 /dev/cd/cdrw-sr1 -> ../sr1
lrwxrwxrwx  1 root root 6 2006-04-28 10:07 /dev/cd/dvd-sr1 -> ../sr1

ls -l /dev/sr*

brw-rw----  1 root optical 11, 0 2006-04-28 10:07 /dev/sr0
brw-rw----  1 root optical 11, 1 2006-04-28 10:07 /dev/sr1

It seems that udev is messing things up. I don't know. sad

Offline

#4 2006-05-02 17:46:47

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: cdrw and dvdrw not recognized correctly

You must have "ide-scsi" loaded somewhere, or are using SATA drives.


·¬»· i am shadowhand, powered by webfaction

Offline

Board footer

Powered by FluxBB