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-30-2003, 08:02 AM
|
#1
|
LQ Newbie
Registered: Jul 2003
Distribution: slacware
Posts: 7
Rep:
|
cd rom
hi, i've a problem mounting my 2° cdrom. I use slackware9, and i have 2 cdrom devices. in the /etc/fstab there is only one line for cdrom, so i write the missing one for the second cdrom, i created the /mnt/cdrom2 and #mount -a to read the fstab. It doesn't work, in the /dev there's no file for /cdrom2
any idea
-thanks-
|
|
|
07-30-2003, 08:08 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
/dev/cdrom will only be a symlink for ease of reading it.... it will probably point to /dev/hdc, and your new device will probably be /dev/hdd, either create that symlink or just use the original IDE device block.
|
|
|
07-30-2003, 08:15 AM
|
#3
|
LQ Newbie
Registered: Jul 2003
Distribution: slacware
Posts: 7
Original Poster
Rep:
|
i don't understand. how does linux work?
I have my cdrom second device, i add a line to /etc/fstab and the for the system the second cdrom exists?
|
|
|
07-30-2003, 10:32 AM
|
#4
|
LQ Guru
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194
Rep:
|
/dev/hda is primary master
/dev/hdb is primary slave
/dev/hdc is secondary master
/dev/hdd is secondary slave
/dev/cdrom is just a link to one of them.
|
|
|
07-30-2003, 10:35 AM
|
#5
|
LQ Guru
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194
Rep:
|
If your 2nd cdrom is connected on secondary slave, it would be /dev/hdd. The line for it in fstab would probably look like this:
/dev/hdd /mnt/cdrom2 iso9660 noauto,users 0 0
This assumes that the folder /mnt/cdrom2 exists.
|
|
|
All times are GMT -5. The time now is 05:42 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
|
|