You are not logged in.
I have an external dual-layer DVD writer which is pretty nice recognized.
I have UDEV and here are the following files created :
/dev/cdrom
/dev/cdrw
/dev/dvd
/dev/dvdrw
What are the differences between these files ?
Offline
they're all links to the same file - /dev/cdroms/cdrom0
they're all 100% identical (do an "ls -l" and it should show where it points to)
they only reason they're there is so the user and programs can understand things a bit better.... just naming, really
Offline
Oh thanks for the tip :-)
Actually the 4 symlinks are pointing to the same device : /dev/scd0
I think I'm gonna use the /dev/cd symlink ( shorter to type lol )
Yes, I'm lazy...
Offline
Actually the 4 symlinks are pointing to the same device : /dev/scd0
ah yeah, /dev/cdroms/cdrom0 should point there as well...
Offline