LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 01-15-2004, 10:56 AM   #1
plasticle
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Rep: Reputation: 0
cdrom problems


i have installed mandrake with no prob, then i went to use a cdrom (i have two of them on my comp) and the disc wouldnt stop spinning and it made the whole computer slow down. i couldnt get the disc out. the other drive works similarly, but i can get the disc out when i want. in my fstab, everything referring to cdroms and floppy has "none" before the rest of the line. what should i do?
 
Old 01-15-2004, 11:26 AM   #2
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Post back some more info. First do an ls -l /dev | grep cdrom and post the output. Also post your /etc/fstab file.

CD-ROMs cannot be ejected while they are mounted. You need to unmount it using the umount command - take note that it's not actually called "unmount"!


Håkan
 
Old 01-15-2004, 11:35 AM   #3
plasticle
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Original Poster
Rep: Reputation: 0
im sorry, im a complete newb/idiot to linux.

lr-xr-xr-x 1 root root 13 Jan 15 11:58 cdrom -> cdroms/cdrom0
lr-xr-xr-x 1 root root 13 Jan 15 11:58 cdrom0 -> cdroms/cdrom0
lr-xr-xr-x 1 root root 13 Jan 15 11:58 cdrom1 -> cdroms/cdrom1

fstab:

/dev/hda5 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda7 /home ext2 defaults 1 2
none /mnt/cdrom supermount dev=/dev/scd0,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
none /mnt/cdrom2 supermount dev=/dev/scd1,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
/dev/hda1 /mnt/win_c ntfs iocharset=iso8859-1,umask=0,ro 0 0
/dev/sda1 /mnt/win_c2 ntfs iocharset=iso8859-1,umask=0,ro 0 0
none /proc proc defaults 0 0
/dev/hda6 swap swap defaults 0 0

part of the problem is i couldnt unmount it if i wanted to. everything completely slows down while the one cdrom is working, and it wont do anything. just spin all night if i left it alone.
 
Old 01-15-2004, 05:08 PM   #4
plasticle
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Original Poster
Rep: Reputation: 0
UPDATE:

now when i try to mount the cdrom, i get the following error

mount: wrong fs type, bad option, bad superblock on /dev/scd1,
or too many mounted file systems
 
Old 01-15-2004, 05:29 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Could be a supermount problem. With supermount you do not need to use the mount / umount command. As soon as you access the CD or floppy the disk is mounted. You might get errors when using the mountt command because the system thinks the CD is already mounted due to supermount.

After a certain period of inactivity the media is automatically unmounted. You still need to close and applications that are accessing the drive before ejecting.

supermount has its problems on some systems. Try disabling supermount.
supermount -i disable

See man pages for supermount for additional info.

After disabling supermount you will need to manually mount / umount removable media.

Last edited by michaelk; 01-15-2004 at 05:31 PM.
 
Old 01-15-2004, 09:54 PM   #6
plasticle
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Original Poster
Rep: Reputation: 0
i disabled the supermount like you said and restarted so i would be positive there no errors, but now i get this one:

Could not mount device.
The reported error was:
/dev/scd1: Input/output error
mount: I could not determine the filesystem type, and none was specified
 
Old 01-18-2004, 07:06 PM   #7
nuwuser
Member
 
Registered: Sep 2003
Location: Lincoln, NE
Distribution: First Red Hat 8.0, SUSE and also Fedora Core 1
Posts: 39

Rep: Reputation: 15
I am somewhat of a newbie and had about the same problem. I used the command usermount. It It brought up a nice little deal that showed all mountable devices. You select the one you want and then can mount or unmount it all you want. Maybe this will help somebody out there, it was the only thing that worked for me.
 
Old 01-18-2004, 07:18 PM   #8
plasticle
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Original Poster
Rep: Reputation: 0
thanx, ill see if it works
 
Old 01-18-2004, 07:31 PM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
How are your drives connected to your PC i.e. which one is master / slave on what controller etc.

Can you post the output of
ls -l /dev/scd1
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cdrom Problems Soulful93 Slackware 4 05-12-2005 09:53 AM
Second CDROM problems Maverick1182 Linux - Newbie 8 08-30-2004 07:57 AM
cdrom problems... punked Linux - Hardware 1 08-15-2004 07:28 AM
CD problems: /mnt/cdrom and /dev/cdrom okok Linux - Newbie 5 04-09-2003 10:11 AM
CDROM Problems neovox Linux - General 12 03-04-2001 07:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration