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 08-05-2005, 01:15 PM   #1
F0ul_Olli
Member
 
Registered: Aug 2005
Location: Flintshire, WALES, UK
Distribution: Slackware
Posts: 57

Rep: Reputation: 15
Onmibook hotswap cdrom mounting probs!


Hello!

I have been spending the past week trying to get Slackware on to an old HP Omnibook 800

I just bought a CDROM module which you place in a external caddy and it should be accessable - the problem it isn't!

I orginally had Slackware 9.1 on the HDD, but I just formatted the drive as there was a fault with one of the superblocks. I thought I should be able to mount the CDROM and reload Slackware from there, but it isn't working!

Im currently using the latest version of TOMRTBT (downloaded today!) and although I could mount the HDD to fdisk and then create a new filesystem, I can't get it to mount the CDROM.

Error messages are:

mount /dev/cdrom /mnt/cdrom -t iso9660
mount: mount point /mnt/cdrom does not exist

mount /dev/hdb /mnt/cdrom
mount: /dev/hdb is not a valid block device

My question is is there a certain name I should be giving this device e.g. hdd, cdrom etc and how do I add something to the fstab so that it will accept that a device exists?

Any help gratefully accepted!

Yours

F0ul Oli
 
Old 08-05-2005, 01:28 PM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Your first error is caused by there not being a directory /mnt/cdrom. Create one ('mkdir -p /mnt/cdrom'). Try mounting again.
 
Old 08-05-2005, 02:38 PM   #3
F0ul_Olli
Member
 
Registered: Aug 2005
Location: Flintshire, WALES, UK
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 15
did that now I'm getting a different error!

mount /dev/cdrom /mnt/cdrom -t iso9660
mount: special device /dev/cdrom does not exist

what command should I send it to make it look for it?

thanks for your help!

Oli
 
Old 08-05-2005, 02:40 PM   #4
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Ok, now we're getting somewhere. Please do: 'dmesg | grep -i cd', and if that doesn't return anything obvious, try 'dmesg | grep ide' and 'dmesg | grep hd'. If in doubt, post the output of them all here.
 
Old 08-05-2005, 03:02 PM   #5
F0ul_Olli
Member
 
Registered: Aug 2005
Location: Flintshire, WALES, UK
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 15
That was interesting ( what was I doing by the way?!!)

grep ide gave me
BIOS-provided physical RAM map:
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
grep hd gave me the details of the hard drive

I was looking through the DEV directory and couldn't find anything to do with CDROM. What was the old name for CDROM before it was known as CDROM? Was it something like HDB or SCD0?

Oli
 
Old 08-05-2005, 04:56 PM   #6
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
It depends on how your cdrom is connected. Is the external caddy connected via usb? If so, you probably need 'scsi cd' support.

'dmesg' is the kernel ring buffer... basically, the last 16/32/64 (depending on config) k of kernel messages.
 
Old 08-08-2005, 07:53 AM   #7
F0ul_Olli
Member
 
Registered: Aug 2005
Location: Flintshire, WALES, UK
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 15
Sorry been a while getting back to you - real life gets in the way sometimes!

The CDROM fits into an external caddy which is conected by a propriatory connector ( I don't think its a SCSI port) on the side of the laptop. its not a USB port although there is a USB port on the laptop.

I now understand what you were getting me to do. The drive does spin up on bootup, it just doesn't attempt to load anything even though the BIOS is asking it to do so.

Does the dmesg hold info on everything that has been touched during the start up? would it be easier just to load the whole thing up and check it manually or is that too big a task?

Oli
 
Old 08-08-2005, 11:41 AM   #8
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
dmesg should contain pretty much everything since boot. Mine does, shortly after booting:
Code:
$ dmesg | head -n1
Linux version 2.6.12-gentoo-r6-ozone (root@ozone) (gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)) #1 SMP Wed Jul 20 13:53:39 EDT 2005
 
Old 08-09-2005, 05:35 AM   #9
F0ul_Olli
Member
 
Registered: Aug 2005
Location: Flintshire, WALES, UK
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 15
I've just been reading up and it seems this might well have a SCSI CDROM.

What is the dev name for a CDROM?

is it something like /dev/scd0 or is there another device name I can use?

Oli
 
Old 08-09-2005, 12:16 PM   #10
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
/dev/scd0. Did you see anything with 'dmesg | grep -i cd'?
 
Old 08-10-2005, 06:17 AM   #11
F0ul_Olli
Member
 
Registered: Aug 2005
Location: Flintshire, WALES, UK
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 15
Dmesg didn't bring up anything about SCSI

I started thinking that maybe I need to use another bootdisk with a SCSI2 driver on it.

The research I've done on this CD seems to point to it being a SCSI2 device which is a bit tempremental at the best of times!

I have bought the whole Slack Pack from Slackware so I will not have the full version of Slackware 10.1 - I'm assuming it comes with a boot floppy, so I'll use TMRTBT to clean the current hdd and start again - although it would be nice to just get the cd working before this!

Is it possible that the problem lies with the fact that there is two different versions of Linux on my system (Slack and Tom's RooT) ?

So many questions, so little time!!


F0ul Oli
 
Old 08-22-2005, 09:17 AM   #12
F0ul_Olli
Member
 
Registered: Aug 2005
Location: Flintshire, WALES, UK
Distribution: Slackware
Posts: 57

Original Poster
Rep: Reputation: 15
now got Slackware 10.1

Right - Ive been away on Holiday, and I'm now back to get this finished!!

So I have a SCSI external CDROM, and an external FD0, I can boot from the FD0, but it won't detect the CDROM because it isn't there.
when I try and boot from the CDROM, it doesn't want to know!

I have created a boot disk (Slackware 10.1) using the SCSI.S kernel with my desktop, and will be trying that tonight - my questions are:

where can I find a list of all the possible names for this drive? (e.g. SCD1, SR0, etc)

is there an auto mount option I can put into the bootdisk to look for the CDROM when I boot using the FD0 which is placed in the same caddy during the boot time?

Can I install the boot disk to the HDD if all I can do is boot from FD0 so I can then place the CDROM into the caddy to try and detect it during boot up?

I know all these questions might seem a bit basic, but this is the first time I have found myself using SCSI

thanks

Oli
 
  


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 mounting problem => /dev/cdrom is not a valid block device Vizy Linux - Hardware 8 11-04-2010 04:46 PM
cdrom probs with 2.6.8.1 TRBoyle Linux - Hardware 1 09-16-2004 12:06 AM
Could this be causing cdrom probs for me? silentwhispers Linux - Hardware 2 08-02-2004 07:11 PM
CDROM and Floppy probs leongoogs Linux - Newbie 1 11-22-2003 05:38 AM
Mounting probs Stevy123 Linux - General 2 10-09-2002 12:52 PM

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

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