LinuxQuestions.org
Help answer threads with 0 replies.
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 05-09-2003, 05:26 AM   #1
neo_nirvane
Member
 
Registered: Dec 2002
Location: Malaysia
Distribution: Slackware
Posts: 31

Rep: Reputation: 15
weird cdrom


hi, i'm running slackware 9.0.
Well, i have a very strange asus 52X cdrom which is located in hdc.
the problem is i can never get it mounted...
both
mount -t iso9660 -r /dev/cdrom /mnt/cdrom
mount -t iso9660 -r /dev/hdc /mnt/cdrom
only return "Mount:Not a directory"....

even if i'm with root the problem persists as well....
below is my fstab
/dev/hda3 / reiserfs defaults 1 1
/dev/hda1 /mnt/WinBoot vfat defaults,umask=000 0 0
/dev/hda7 /mnt/WinDocs vfat defaults,umask=000 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0

when i use kcd in kde with root, the cdrom surprisingly can be read and play songs, but when in normal user account, i'll get "cdrom can't be accessed"(i've change the cdrom options to user in fstab, as stated in linux docs website, but still can't access it)



anyone with a solution? any help is appreciated...

Last edited by neo_nirvane; 05-09-2003 at 05:30 AM.
 
Old 05-09-2003, 05:32 AM   #2
quietguy47
Member
 
Registered: Mar 2003
Location: Everett
Distribution: Slackware
Posts: 805

Rep: Reputation: 35
try mount /dev/cdrom
 
Old 05-09-2003, 08:43 AM   #3
deesto
Member
 
Registered: May 2002
Location: NY, USA
Distribution: FreeBSD, Fedora, RHEL, Ubuntu; OS X, Win; have used Slackware, Mandrake, SuSE, Xandros
Posts: 448

Rep: Reputation: 31
I'm having a similar problem, and no matter what I try, I get the following:
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)


So far I have tried:

mount -t iso9660 /dev/cdrom /mnt/cdrom
mount -t iso9660 /dev/hdc /mnt/cdrom
mount /dev/cdrom
mount /mnt/cdrom

And they all give the same error.

Last edited by deesto; 05-09-2003 at 08:44 AM.
 
Old 05-09-2003, 11:22 AM   #4
neo_nirvane
Member
 
Registered: Dec 2002
Location: Malaysia
Distribution: Slackware
Posts: 31

Original Poster
Rep: Reputation: 15
hey deesto...
do u have the same problems with other distro as well?
how u managed to install other distro?
before i try slackware, i had mandrake and redhat.
mandrake failed to be installed as during installation it alreadi said the cdrom can't be mounted..... but redhat proceed with no error,weird...
slackware also failed to detect the cdrom during installation,
but due to its flexible installer, i got thru it with tricks...(but not when the system is up ;P)

sigh....
 
Old 05-09-2003, 01:11 PM   #5
deesto
Member
 
Registered: May 2002
Location: NY, USA
Distribution: FreeBSD, Fedora, RHEL, Ubuntu; OS X, Win; have used Slackware, Mandrake, SuSE, Xandros
Posts: 448

Rep: Reputation: 31
Hi neo_nirvane, this is happening on a Slackware 8.1 box at the moment. I'm logging into the box remotely, and I can't get the CD-ROM drive mounted. When I installed Slackware months ago it read the drive fine and I was able to boot from the CD to perform the installation, so it not being able to mount now is a bit of a mystery to me.
 
Old 05-09-2003, 05:15 PM   #6
quietguy47
Member
 
Registered: Mar 2003
Location: Everett
Distribution: Slackware
Posts: 805

Rep: Reputation: 35
what type of cd are you trying to mount?
 
Old 05-09-2003, 05:20 PM   #7
dos1
Member
 
Registered: May 2003
Location: Auckland, New Zealand
Posts: 49

Rep: Reputation: 15
I am having the same problem yet haven't had a look around yet to try and figure out what is causing it. I pass "hdc=ide-scsi" to the kernel with LiLo cos thats what someone told me was needed to use a CDR drive ??? Correct?
 
Old 05-09-2003, 08:35 PM   #8
deesto
Member
 
Registered: May 2002
Location: NY, USA
Distribution: FreeBSD, Fedora, RHEL, Ubuntu; OS X, Win; have used Slackware, Mandrake, SuSE, Xandros
Posts: 448

Rep: Reputation: 31
Hi quietguy47, I'm trying to mount a Slackware 9.0 CD from a verified image that was burned in Windows.
 
Old 05-10-2003, 01:01 AM   #9
neo_nirvane
Member
 
Registered: Dec 2002
Location: Malaysia
Distribution: Slackware
Posts: 31

Original Poster
Rep: Reputation: 15
me too, i've tried all sorts of cds i can find, slackware cds, music cds, compilation cds i made in windows..... all failed....
btw, 1 thing is that how do i pass parameter to the boot now?
 
Old 05-10-2003, 02:33 AM   #10
killi
Member
 
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440

Rep: Reputation: 30
http://www.linuxquestions.org/questi...threadid=56071
you may can fin something here
 
Old 05-10-2003, 05:52 AM   #11
quietguy47
Member
 
Registered: Mar 2003
Location: Everett
Distribution: Slackware
Posts: 805

Rep: Reputation: 35
When you pass the option hdc=ide-scsi in lilo, you turn your cd-rw to just a burner. It won't mount any cd.
This is why I have a cd-rw and a cd.
 
Old 05-10-2003, 07:53 AM   #12
deesto
Member
 
Registered: May 2002
Location: NY, USA
Distribution: FreeBSD, Fedora, RHEL, Ubuntu; OS X, Win; have used Slackware, Mandrake, SuSE, Xandros
Posts: 448

Rep: Reputation: 31
killi was right! Excalibur provided an answer that worked in the link killi gave! Basically, the problem is that the drive is not just a CD-ROM drive, but a CD-RW. If that's the case for you as well, just follow Excalibur's response ste-by-step and it will work!
 
Old 05-11-2003, 07:13 AM   #13
neo_nirvane
Member
 
Registered: Dec 2002
Location: Malaysia
Distribution: Slackware
Posts: 31

Original Poster
Rep: Reputation: 15
erm... but i'm sure mine is a plain ide 52X cdrom.... it can't be a burner!
 
Old 05-11-2003, 07:20 AM   #14
deesto
Member
 
Registered: May 2002
Location: NY, USA
Distribution: FreeBSD, Fedora, RHEL, Ubuntu; OS X, Win; have used Slackware, Mandrake, SuSE, Xandros
Posts: 448

Rep: Reputation: 31
Well give it a go anyway? Maybe creating a link will help?
 
Old 05-11-2003, 07:33 AM   #15
nukkel
Member
 
Registered: Mar 2003
Location: Belgium
Distribution: Hardened gentoo
Posts: 323

Rep: Reputation: 30
I suggest you try to use the 'ide-scsi' method even on a normal cd-rom drive (not burner): it gives you the advantage of being able to read digital audio from audio cd's!
Of course, if you never use your drive to do that, never mind

Have fun,

nukkel
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
weird, weird problems with logitech precision USB gamepad ikataii Linux - Hardware 4 10-14-2005 04:31 AM
HP Photosmart weird weird weird.... Vlad_M Linux - General 5 02-20-2005 05:41 AM
Weird, weird apache2 problem atheist Debian 1 09-17-2004 08:26 PM
cdrom acting weird Vindane Slackware 5 05-30-2004 12:53 AM
9.1 install, boot from cdrom, select source as cdrom, Can't find disk jake555 Slackware 1 10-30-2003 10:34 AM

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

All times are GMT -5. The time now is 03:51 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