Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-05-2004, 09:30 PM
|
#1
|
Member
Registered: Dec 2003
Distribution: Debian (testing)
Posts: 210
Rep:
|
How do I get CDRW and DVDROM to work?
I am running Debian Sarge with kernel 2.6.6. When I put knoppix in, it says my cdrw is scd0.
Here is my fstab:
/dev/hdc2 none swap sw 0 0
/dev/hdc1 /boot ext3 defaults 0 2
/dev/hdc5 / ext3 defaults,errors=remount-ro 0 1
/dev/scd0 /dev/cdrom iso9660 defaults,ro,user,noauto 0 0
/dev/fd0 /media/floppy auto rw,user,noauto 0 0
/dev/pilot /pilot defaults,ro,user,noauto 0 0
I did: mount /dev/scd0 -t iso9660 /mnt/cdrw
and I got: mount point /mnt/cdrw does not exist
I cannot get my floppy, dvd, or palm to work either.
Thanks
|
|
|
07-05-2004, 09:59 PM
|
#2
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
make sure the mount points are intact
mkdir /mnt/cdrw
and so on.
Also the following entry in your fstab looks out of place
Quote:
/dev/scd0 /dev/cdrom iso9660 defaults,ro,user,noauto 0 0
|
Last edited by neo77777; 07-05-2004 at 10:00 PM.
|
|
|
07-05-2004, 10:00 PM
|
#3
|
Member
Registered: Nov 2002
Posts: 668
Rep:
|
the only way /mnt/cdrw exists if if you manually created it. Did you?...
The fstab mounts it at /mnt/cdrom. you are of course free to change it to cdrw if you wish, but it makes no difference.
|
|
|
07-06-2004, 02:19 PM
|
#4
|
Member
Registered: Dec 2003
Distribution: Debian (testing)
Posts: 210
Original Poster
Rep:
|
Thanks, well I got a little farther.
I did:
mkdir /mnt/cdrw
Then
mount /dev/scd0 -t iso9660 /mnt/cdrw
And got this:
mount: /dev/scd0 is not a valid block device
I changed /dev/scd0 /dev/cdrom iso9660 defaults,ro,user,noauto 0 0 to this:
/dev/scd0 /dev/cdrw iso9660 defaults,ro,user,noauto 0 0
Why do I get that? When I load knoppix it says my cdrw is scd0. I don't understand...
Last edited by r3dhatter; 07-06-2004 at 02:23 PM.
|
|
|
07-06-2004, 04:25 PM
|
#5
|
Member
Registered: Dec 2003
Distribution: Debian (testing)
Posts: 210
Original Poster
Rep:
|
Bump, anyone know why it says
/dev/scd0 is not a valid block device
|
|
|
07-06-2004, 05:30 PM
|
#6
|
Member
Registered: Nov 2003
Location: Toronto, Canada
Distribution: Gentoo AMD64
Posts: 374
Rep:
|
Probably because it's not using scd0. Try looking at /dev/cdrom and see where it points to. If it doesn't exist, make a symbolic link to /dev/bus/ide/.....can't remember the rest right now. But it might be using the IDE bus and not the scsi. Does for me any way. And use cdrdao-1.18 for burning. It has IDE support rather than using scsi. I had to figure all of this stuff out the hard way in 64bit. :-)
|
|
|
All times are GMT -5. The time now is 03:58 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|