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 07-26-2004, 11:20 AM   #1
rmd3boy
LQ Newbie
 
Registered: Jun 2003
Posts: 18

Rep: Reputation: 0
Dell Inspiron 1100 - CD Rom - Slackware


I installed Slackware 9 on my Dell Inspiron 1100... and I've gotten everything installed and working except for my cd-rom, I'm new to Linux, and I was wondering if someone could help me configure and install my cd-rom. Its the default cd-rom that comes with a Dell Inspiron 1100... if someone could give me the basic commands on how to install and configure my cd-rom or a link, something helpful, that'd be great. Thanks.
 
Old 07-26-2004, 11:14 PM   #2
mickx27
LQ Newbie
 
Registered: Mar 2004
Posts: 24

Rep: Reputation: 15
Re: Dell Inspiron 1100 - CD Rom - Slackware

Quote:
Originally posted by rmd3boy
I installed Slackware 9 on my Dell Inspiron 1100... and I've gotten everything installed and working except for my cd-rom, I'm new to Linux, and I was wondering if someone could help me configure and install my cd-rom. Its the default cd-rom that comes with a Dell Inspiron 1100... if someone could give me the basic commands on how to install and configure my cd-rom or a link, something helpful, that'd be great. Thanks.
# mount /dev/cdrom is what i use.
after you type that you can access the CDROM from konsole or xwindows

My CDROM wont open unless I unmount the drive. So I use

# umount /dev/cdrom
 
Old 07-27-2004, 01:09 AM   #3
rmd3boy
LQ Newbie
 
Registered: Jun 2003
Posts: 18

Original Poster
Rep: Reputation: 0
When I try to mount the cd-rom this is the message I'm getting:

# mount /dev/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems

# mount /dev/cdrom/
mount: can't find /dev/hda in /etc/fstab or /etc/mtab
#

Don't know exactly what that means... or what to do or where to go from here... if anyone has suggestions, or a site that might be able to help I'd appricate it, thanks!
 
Old 07-27-2004, 08:40 AM   #4
AhYup
Member
 
Registered: Mar 2004
Distribution: Suse
Posts: 85

Rep: Reputation: 15
I have Slackware 10 on this laptop. It has a couple quirks including that the hard drive mounts as hdc and there is no floppy.

fstab should have a line that says: /dev/cdrom /mnt/cdrom iso9660 noauto, owner,ro 00

I never really use the cdrom so I have'nt figured bothered to mess with it much but Slackware 10 insists on calling it /dev/hda in the mtab and the hard drive /dev/hdc but it seems to work ok. I think that mtab works by how the device is jumped and/or where it is on the cable. /dev/hda would be primary master and /dev/hdc would be the secondary master. Anyhow, mtab should read the same as fstab except for being /dev/hda instead.

That should work, it does on mine anyhow. I suspect that your key error is that one or both of these files does not have the iso9660 in as the fs type.

Last edited by AhYup; 07-27-2004 at 08:44 AM.
 
Old 07-27-2004, 09:52 AM   #5
rmd3boy
LQ Newbie
 
Registered: Jun 2003
Posts: 18

Original Poster
Rep: Reputation: 0
My fstab says:

/dev/hdc3 swap swap defaults 0 0
/dev/hdc2 / reiserfs defaults 1 1
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0

and... my mtab says:

/dev/hdc2 / reiserfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
proc /proc proc rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0

do I need to add, or change anything? or am I just typing something wrong that I can't access my cd-rom? Please help, thanks!
 
Old 07-27-2004, 10:06 AM   #6
AhYup
Member
 
Registered: Mar 2004
Distribution: Suse
Posts: 85

Rep: Reputation: 15
You may need to add /dev/hda /mnt/cdrom iso9660 noauto,owner,ro 0 0 to your mtab. Not all distro's seem to need this but Slackware may.

If not that. Hmm. I'd have to think more.
 
Old 07-27-2004, 10:22 AM   #7
rmd3boy
LQ Newbie
 
Registered: Jun 2003
Posts: 18

Original Poster
Rep: Reputation: 0
I added that line to my mtab, then tryed to mount my cd-rom... this is what I came up with...

# mount /dev/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems

# mount /dev/cdrom/
[mntent]: warning: no final newline at the end of /etc/mtab
mount: wrong fs type, bad option, bad superblock on /dev/hda,
or too many mounted file systems
#
 
Old 07-27-2004, 10:35 AM   #8
AhYup
Member
 
Registered: Mar 2004
Distribution: Suse
Posts: 85

Rep: Reputation: 15
no final newline at the end of /etc/mtab sounds like a syntax error. Post all of both files again.
 
Old 07-27-2004, 10:41 AM   #9
rmd3boy
LQ Newbie
 
Registered: Jun 2003
Posts: 18

Original Poster
Rep: Reputation: 0
This might be the problem... my cdrom and hd have the same id...:

# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hdc2 19172984 9650956 9522028 51% /
/dev/hda 19172984 9650956 9522028 51% /mnt/cdrom
#
 
Old 07-27-2004, 11:52 AM   #10
rmd3boy
LQ Newbie
 
Registered: Jun 2003
Posts: 18

Original Poster
Rep: Reputation: 0
Anyone have a solution to my problem? ;-/
 
Old 07-27-2004, 12:37 PM   #11
AhYup
Member
 
Registered: Mar 2004
Distribution: Suse
Posts: 85

Rep: Reputation: 15
Can you put up the mtab and fstab files as they are now?
 
Old 07-28-2004, 12:47 PM   #12
rmd3boy
LQ Newbie
 
Registered: Jun 2003
Posts: 18

Original Poster
Rep: Reputation: 0
mtab:

/dev/hdc2 / reiserfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
proc /proc proc rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0

fstab:

/dev/hdc3 swap swap defaults 0 0
/dev/hdc2 / reiserfs defaults 1 1
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
 
Old 07-28-2004, 01:06 PM   #13
AhYup
Member
 
Registered: Mar 2004
Distribution: Suse
Posts: 85

Rep: Reputation: 15
What I was looking for was to see if there was a syntax error of some kind in the mtab line I told you to put in. That's what the error message looked like. Put it in again as the second line of mtab and then reboot. Watch for any mount related error messages at boot or check the log after. If there is an error message post it.

If there is no boot error messages try mounting again. Then post any error message you may get and post the fstab and mtab as the are with that entry in mtab

If none of this works I would be curious to see what your partition table for hdc looks like as well.

There is no floppy on your laptop right? You may want to take the floppy line out of fstab as well. It probably dos'nt matter but just to avoid any confusion.

Last edited by AhYup; 07-28-2004 at 03:27 PM.
 
Old 07-28-2004, 10:25 PM   #14
KuriosD
LQ Newbie
 
Registered: Jul 2004
Location: Elsewhere
Distribution: Slackware
Posts: 26

Rep: Reputation: 15
Probably doesn't help, but the cdrom on my laptop is hdc under Slackware 10 (pretty sure it was the same on Slack9 but it was a while ago).

Are you running the 2.6 kernel? If so, you can hop into your /dev folder (which doesn't have quite as much crap as it did under 2.4) Might help pin down what the system's calling it.

So, on my system
# mount /dev/hdc

works, but if I want to be specific about it,

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

Best of luck.
 
Old 07-29-2004, 12:44 AM   #15
rmd3boy
LQ Newbie
 
Registered: Jun 2003
Posts: 18

Original Poster
Rep: Reputation: 0
I'm running 2.4.26 ... should I just change the mounts for the hard drive to hda and the mount for the cdrom to hdc and where all should I change it... and could you post the exact commands? If that wont work can you explain what I need to do? Sorry I'm new to linux... Thank you all for your help!
 
  


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
FreeBSD 4.9 on DELL Inspiron 1100 gary00ie *BSD 1 07-09-2004 10:39 PM
Problems post-installation of Slackware 9.1 on a Dell Inspiron 1100 cddesjar Linux - Laptop and Netbook 1 06-27-2004 08:01 PM
Dell inspiron 1100 Invdaderzim Linux - Laptop and Netbook 1 02-16-2004 03:01 PM
Dell inspiron 1100 external monitor. el_pajaro! Linux - Laptop and Netbook 1 12-06-2003 11:04 AM
Help with Dell TrueMobile 1100 wlan adapter on Dell inspiron 8200 with suse8.1 simpson75us Linux - Laptop and Netbook 0 08-11-2003 10:34 AM

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

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