LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 04-03-2004, 12:36 PM   #1
jarin scott
Member
 
Registered: May 2003
Distribution: LFS 6.0
Posts: 67

Rep: Reputation: 15
toshiba cd-rom does not mount cd's on a quantex labtop


I recently received an old quantex ts30h laptop with a Toshiba cd-rom drive. The laptop had a copy of Libranet installed on it. I was testing the cd-rom drive and found that it could not mount cd's. The cdrom was set to /dev/hdc. I had this problem before on my regular computer but never fixed it. I figured that the device was incorrect and ran one of the admin utilities and it recognized the cd-rom and installed it under /dev/scd1, i believe. I saved the settings to fstab, and ran mount and got a variety of cd's to mount. So I am sure the cd drive works so I went ahead and reformatted so I could install a newer linux, namely mandrake 9.1. The cd's booted but as it was getting ready to installing it kept popping up the message that the boot medium was not readable. I eventually got Mandrake installed by using a usb cd-rw that my job has and now I am facing the same problem as Libranet had. Linux is saying the cd-rom dev is hdc, but won't mount any cd's. I guess the cd-rom device should be scd1 but I have no idea how to go about changing this in Mandrake. Any suggestions would be greatly appreciated.

Thanks,
Jarin Scott
 
Old 04-03-2004, 12:43 PM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
what command are you using to mount the cds??? what error messages do you get???
 
Old 04-03-2004, 01:14 PM   #3
jarin scott
Member
 
Registered: May 2003
Distribution: LFS 6.0
Posts: 67

Original Poster
Rep: Reputation: 15
I use mount /mnt/cdrom and the error message is "mount: I could not determine the filesystem type, and none was specified." The same message appears if I do a mount /dev/hdc.
 
Old 04-03-2004, 02:01 PM   #4
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
if your cd-rom is /dev/hdc then to mount a cd:

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

(this assumes that a directory called /mnt/cdrom already exists...)

Last edited by win32sux; 04-03-2004 at 02:30 PM.
 
Old 04-03-2004, 02:12 PM   #5
jarin scott
Member
 
Registered: May 2003
Distribution: LFS 6.0
Posts: 67

Original Poster
Rep: Reputation: 15
Tried to run that command and got a message saying "mount" block device is write-protected, mounting read-only" and then "mount: not a directory." If I try as a user I get "mount: pnly root can do that" now what.
 
Old 04-03-2004, 02:28 PM   #6
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
try this (as root):

mkdir /mnt/cdrom-toshiba

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

what does THAT give you???
 
Old 04-03-2004, 05:03 PM   #7
jarin scott
Member
 
Registered: May 2003
Distribution: LFS 6.0
Posts: 67

Original Poster
Rep: Reputation: 15
Same message as before. Did no good.
 
Old 04-03-2004, 05:42 PM   #8
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
hmmm... what kinda cd are you trying to mount??? you can't mount a music cd, for example...

Last edited by win32sux; 04-03-2004 at 06:16 PM.
 
Old 04-03-2004, 06:19 PM   #9
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
i found signs on the web that this has happened to other folks before (not sure what causes it yet, though...):

http://www.redhat.com/archives/fedor.../msg03130.html

http://linux-user.com/index.php?view=219&

hmmm...
 
Old 04-03-2004, 07:17 PM   #10
jarin scott
Member
 
Registered: May 2003
Distribution: LFS 6.0
Posts: 67

Original Poster
Rep: Reputation: 15
I am trying to mount plain old data cd's. I will look at those links.
Thanks
 
Old 04-03-2004, 08:55 PM   #11
jarin scott
Member
 
Registered: May 2003
Distribution: LFS 6.0
Posts: 67

Original Poster
Rep: Reputation: 15
When installing Mandrake 9.1 on the laptop, the cd could not be found or read. I had this problem on my regular machine when I had a dvd and a cd-rw installed, the cd-rw would not install because it was using the wrong device. The cd-rw was called, I believe hdd. This was when I was dual booting with windows so I did little to get it to work, but when I built my second macine I put the cd-rw in it alone and it worked with no prodding. The cd-rw was renamed to scd1. This is the same thing that happened with the laptop. Again the distro was libranet and the cd was hdc. This device I am sure was wrong for I ran a cd utility on the system and it redetected it as scd1 and it started to work. Is there a way to get mandrake to rescan the cd, to get the right device. I can't use the external cd-rw everytime I need something off a cd, since it is not mine. The external cd-rw was the only way I got Mandrake installed.

Jarin Scott
 
Old 04-03-2004, 10:11 PM   #12
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
afaik, devices like /dev/scd0 are for cd writers...

this is because linux (at least version 2.4 and prior) needs to use scsi emulation to get cd writers to write... but you don't use scsi emulation for regular cd-rom drives... so i'm not sure why you would need to have your cd-rom at /dev/scdx...

http://www.troubleshooters.com/linux/cdrw.htm

the one you're trying to get to work is just a regular cd-rom (not cd-r/rw), right???

i really don't think your problem is the device address... plus those problems during the install sound kinda creepy... did that drive ever work right at one time (with linux)??? i mean, could it be that the drive just isn't compatible with linux? i ask this because i went to the mandrake website to check the supported cd-roms for 9.2 and there was like ONE toshiba and it was listed as "not supported"...

http://www.mandrakelinux.com/en/hard...drom&F_ID=3379
 
Old 04-03-2004, 10:53 PM   #13
jarin scott
Member
 
Registered: May 2003
Distribution: LFS 6.0
Posts: 67

Original Poster
Rep: Reputation: 15
It did work at one time with libranet, but I think the guy said libranet was similar to gentoo.

Jarin Scott
 
Old 04-04-2004, 12:00 AM   #14
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
libranet is a debian-based binary distro... gentoo is source-based... they are VERY different...

=)

but anyways, hardware compatibility isn't a "distro" issue, it's a "kernel" issue...

what's the model number of your drive?? it's not the one listed as "not supported" by mandrake, right??
 
Old 04-05-2004, 09:56 AM   #15
jarin scott
Member
 
Registered: May 2003
Distribution: LFS 6.0
Posts: 67

Original Poster
Rep: Reputation: 15
The model number is Xm-1702b. It is not the one "not supported" by mandrake.

Jarin Scott
 
  


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
cd rom drive selectively seeing CD's mat_uk111 Linux - Newbie 4 10-29-2004 10:11 AM
cd-rom and dvd-rom drives won't mount... :-( Ausar Linux - Newbie 12 09-01-2004 02:51 PM
RH9 in Toshiba Labtop A40 SSH123 Linux - Laptop and Netbook 3 02-28-2004 02:00 PM
Multiple cd-rom icons from one cd-rom mount CEG Linux - General 5 02-04-2004 07:04 PM
CD Rom fails to initialize audio CD's general774 Linux - Hardware 6 01-12-2004 12:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 03:04 PM.

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