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.
|
|
05-11-2006, 01:18 AM
|
#1
|
Member
Registered: Apr 2006
Location: MA
Distribution: Slackware 13
Posts: 67
Rep:
|
CD Burner not detected??
I'm having trouble with my cd burner on slackware. I'm not sure what type of cd burner it is, but it's an internal one. When I go to my devices window in KDE, there are icons for my regular cd drive, a floppy, and 2 partitions. There is no icon for my cd burner. Is linux supposed to autodetect my cd writer like it did for the regular cdrom drive or am I supposed to configure it somehow? Any help is greatly appreciated!!
Also, how can I permanently mount my cdrom drive and my windows partition?
|
|
|
05-11-2006, 02:15 AM
|
#2
|
Senior Member
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191
Rep:
|
You will need to provide a little more information about the CD drive for more specific instructions. What you will need to do is mount the CD to your filesystem. SLackware usually puts a line in your /etc/fstab that does this for you when you issue the command 'mount /mnt/cdrom'. All files on the CD will then be placed in the /mnt/cdrom directory. If you do not have this line already in the fstab, add it:
Code:
/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
You can add 'users' to the options if you want non-root users to be able to mount it as well.
let me know if you have any other questions.
regards,
...drkstr
Last edited by drkstr; 05-11-2006 at 02:19 AM.
|
|
|
05-11-2006, 06:40 PM
|
#3
|
Member
Registered: Apr 2006
Location: MA
Distribution: Slackware 13
Posts: 67
Original Poster
Rep:
|
hmm.. i'm just gonna put this one on hold.. my cd burner is so dusty it cant even read right now. I should pick up one of those discs with the bristles underneath.
I have another question.. is it possible to permanently mount the regular cd rom drive and my windows partition?
|
|
|
05-15-2006, 08:58 AM
|
#4
|
Senior Member
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
|
Yes, read man fstab & post back what you don't understand.
|
|
|
05-15-2006, 09:12 AM
|
#5
|
Moderator
Registered: Aug 2002
Posts: 26,353
|
Yes, you can automatically mount the windows drive at boot up. BTW you are mounting the filesystem i.e. the data on the CD and not the drive. You can automatically mount a CD at boot but disk is not present at boot you will see errors and you will still need to unmount when you want to swap CDs.
|
|
|
05-15-2006, 09:30 AM
|
#6
|
Senior Member
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191
Rep:
|
After re-reading your post, I realized you have 2 CD drives. '/mnt/cdrom' is usually a shortcut to your first CD drive. It would probably be better for you to use the actual device names in this case .
/dev/hda = Primary Master
/dev/hdb = Primary Slave
/dev/hdc = Secondary Master
/dev/hdd = Secondary Slave
Your CD drives would probably be hdc & hdd and you will need a line for each of them in the fstab.
As far as windows drives go, just look at another line in the /etc/fstab that mounts one of your partitions to get an idea of what you need. You will need to change the filesystem to either vfat or ntfs (no write support for ntfs). If this is a fat32 drive, you will need to add umask=000 (or the desired variant) to set rw permissions. As suggested above, type 'man mount' for a full list of options and post back if you do not understand any of it (man pages can be somewhat daunting when you're new to Linux)
regards,
...drkstr
|
|
|
All times are GMT -5. The time now is 12:19 PM.
|
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
|
|