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.
|
|
12-14-2003, 02:18 PM
|
#1
|
LQ Newbie
Registered: Dec 2003
Posts: 12
Rep:
|
Can't mount cdrom on Dell Latitude
I just loaded RH9 onto my notebook, and, in general, it works. However, I cannot get the cdrom to work, and I cannot recognize or mount any of the ntfs partitions on the notebook. The most important thing is the CDROM. I suspect I just need to load a module for the ntfs support.
I loaded the software with the cdrom, so I can't figure out why it does not mount. When I type mount /mnt/cdrom I get the message:
[root@localhost root]# mount /mnt/cdrom
mount: special device /dev/cdrom does not exist
My /etc/fsab file looks like this:
[root@localhost etc]# cat fstab
LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda6 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,users,kudzu,ro 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/scd0 /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
The cdrom is scd0
my /mnt directory looks like this:
[root@localhost mnt]# ls -la
total 20
drwxr-xr-x 5 root root 4096 Dec 14 13:44 .
drwxr-xr-x 21 root root 4096 Dec 14 14:10 ..
drwxrwxrwx 2 root root 4096 Dec 14 13:32 cdrom
drwxrwxrwx 2 root root 4096 Dec 14 13:44 floppy
drwxr-xr-x 2 root root 4096 Dec 14 13:06 windows
Does anyone have any idea what my problem is?
TIA
|
|
|
12-14-2003, 04:57 PM
|
#2
|
Member
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401
Rep:
|
This may be a silly question, but when you examine the /dev directory, is there a cdrom entry?
For instance when I run...
root@linux-xxx:/dev# ls -l cdrom
I get...
lrwxrwxrwx 1 root root 8 Nov 16 09:37 cdrom -> /dev/sr0
|
|
|
01-06-2004, 12:39 AM
|
#3
|
Newbie
Registered: Aug 2003
Location: Ohio, USA
Distribution: Currently in between distros...
Posts: 17
Rep:
|
RH9 SAME EXACT PROBLEM
Hi! I've got the same exact problem with a new installation of RH9. My output says no such file or directory. However, i do see a cdwriter (which should be true). I'm so confused! Please try to help me, kind soul...
|
|
|
01-06-2004, 02:30 PM
|
#4
|
LQ Newbie
Registered: Oct 2003
Posts: 26
Rep:
|
Is your fstab correct:
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,users,kudzu,ro 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/scd0 /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/mnt/cdrom is mentioned three times and /dev/cdrom is mentioned twice.
Try taking the othe ones out or renaming
Ian
|
|
|
All times are GMT -5. The time now is 01:56 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
|
|