LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-06-2005, 06:18 AM   #1
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Rep: Reputation: 15
Linux doesn't want to mount...


...Burned CDs. it won't even read a CD it read before! i'm running slackware...I put it in, it says something like Bad Superblock, Missing Code...blah blah blah dmesg | tail...blah blah....Whats wrong and how do i fix it ...All i wanted was wine, is that to much to ask ?

Well i'm at it i would also like to know something else...I've installed slackware about 9 times now...and 4 or 5 of those time after it searches for a CD and doesn't find one, and continues to boot, it starts going

99 99 99 99 99 99 99 99 99 99 99 99 99 99 99

Except like a million and one times(But not really, only about 3 and a half lines)
It could be Hex code, but i don't get why it would be the same hex over and over...so i don't think it is...

Anywho its not happening now(don't know why).
 
Old 07-06-2005, 07:47 AM   #2
justin_p
Member
 
Registered: Jan 2004
Location: Virginia, USA
Distribution: slack 13; I've used it all :)
Posts: 433

Rep: Reputation: 30
what does your /etc/fstab look like? Post it. were you able to mount cds before? have you looked in the slackware forum? ask the moderator to move.
 
Old 07-06-2005, 09:55 AM   #3
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Original Poster
Rep: Reputation: 15
My what?

and yes i was able to mount burned CDs, i can mount AoE2 and FF7 but i can't do anything with them because wine is on a burned CD...
 
Old 07-06-2005, 10:03 AM   #4
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally posted by Linux_n00b_57
My what?
The file named "fstab" in the /etc directory. It contains a list of partitions on your hard disks, rewritable drives, etc. If you can actually boot linux, open up a terminal and type "cat /etc/fstab" (without the quotes) and copy and paste the output.

Last edited by Nylex; 07-06-2005 at 10:05 AM.
 
Old 07-06-2005, 10:04 AM   #5
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Original Poster
Rep: Reputation: 15
how do i look at it?
 
Old 07-06-2005, 10:11 AM   #6
Ha1f
Member
 
Registered: Jun 2005
Location: University of Maryland
Distribution: FreeBSD
Posts: 268

Rep: Reputation: 30
open it with a text editor

ie:

# <text editor> /etc/fstab
 
Old 07-06-2005, 11:08 AM   #7
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Original Poster
Rep: Reputation: 15
Ok, i found it....now i'm going to be running up and down stairs to get it done...


/dev/hda1 / reiserfs defaults 1 1
/dev/hda2 /hda2 /reiesers defaults 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto owner, ro 0 0
/dev/fdo /mnt/floppy auto noauto owner 0 0
/dev/pts /dev/pts devpts gid=5, mode=620 0 0
/proc /proc proc defaults 0 0



Ok....now i'm not sure if i wrote it out right, only thing that would be wrong would be the slashes...if its important i will correct it for you.
 
Old 07-06-2005, 11:18 AM   #8
Ha1f
Member
 
Registered: Jun 2005
Location: University of Maryland
Distribution: FreeBSD
Posts: 268

Rep: Reputation: 30
does it mount the cd drive at all when you tell it to?
 
Old 07-06-2005, 11:23 AM   #9
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Original Poster
Rep: Reputation: 15
no....i will go write it down and copy it....damn old fashion paper and pen....
 
Old 07-06-2005, 11:34 AM   #10
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Original Poster
Rep: Reputation: 15
Mount: Wrong fs type, bad option, bad super block on dev/cdrom
Missing Code Page
(Could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
In some cases useful info is found in syslog - try
dmesg |tail or so
 
Old 07-06-2005, 11:42 AM   #11
Ha1f
Member
 
Registered: Jun 2005
Location: University of Maryland
Distribution: FreeBSD
Posts: 268

Rep: Reputation: 30
check to make sure that /dev/cdrom is your actual cdrom--

it might be /dev/hdb, /dev/hdc, or something else.
 
Old 07-06-2005, 11:54 AM   #12
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Original Poster
Rep: Reputation: 15
???

It says /dev/cdrom/...

where do i look to make sure thats right?
 
Old 07-06-2005, 12:08 PM   #13
Ha1f
Member
 
Registered: Jun 2005
Location: University of Maryland
Distribution: FreeBSD
Posts: 268

Rep: Reputation: 30
well, if its not mounting when you tell it to, its probly not right..

so change it, and see if it works. when i was using debian i put in cd, booted, and saw what device it was reading the cd from... then i changed my fstab to fit the bill...

there might be an easier way to do it, like a hardware detect, but im in teh dark on that--maybe someone else knows how to do it.
 
Old 07-06-2005, 12:09 PM   #14
Linux_n00b_57
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Slackware 11.0
Posts: 148

Original Poster
Rep: Reputation: 15
How do i change it?
 
Old 07-06-2005, 12:14 PM   #15
justin_p
Member
 
Registered: Jan 2004
Location: Virginia, USA
Distribution: slack 13; I've used it all :)
Posts: 433

Rep: Reputation: 30
change the owner to users
 
  


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
how to mount a nfs mount from linux client to AIX nfs server dennyqian AIX 13 04-11-2016 11:30 PM
CD Mount in Suse Linux pakuson Linux - Hardware 1 11-14-2005 02:56 AM
fat32 mount in linux ash_great Linux - Software 1 07-30-2005 04:50 AM
Mount UFS HD In Linux TechnoGecko Linux - General 2 04-29-2004 08:01 PM
I cannot mount what Linux will not let me mount TheTwistedSpasm Linux - General 3 01-27-2004 12:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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