LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-07-2004, 09:38 AM   #1
colabus
Member
 
Registered: Mar 2004
Distribution: Debian Sarge, FC4
Posts: 100

Rep: Reputation: 15
CD-Rom mounting..


hey guys,

bit of a newbie question here. i'm running xandros box and trying to mount a CD.. I read the other post http://www.linuxquestions.org/questi...hreadid=178681
but still having some problems..

in /mnt/
Code:
amnt  cdrom0  fd0  XandrosMntDir
i tired a few ways but keep getting some errors.

Code:
# mount /dev/cdrom /mnt/cdrom0
mount: you must specify the filesystem type
and..

Code:
# mount /dev/cdrom /mnt/cdrom0 -t iso9660 -o ro,umask=0
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
       or too many mounted file systems
could ya gimme a little bit of a hand.. also maybe with mounting floppy, (lol that sounds bad).

thanks
 
Old 05-07-2004, 09:50 AM   #2
odd
Member
 
Registered: Apr 2004
Location: England
Distribution: Redhat 9
Posts: 123

Rep: Reputation: 15
If your using kde go to the start menu, select system tools, disk management, select CD ROM and click mount. If your not I'm sure whatever you are using has something similar.
 
Old 05-07-2004, 10:01 AM   #3
colabus
Member
 
Registered: Mar 2004
Distribution: Debian Sarge, FC4
Posts: 100

Original Poster
Rep: Reputation: 15
narr i'm using console.. i do everything through the console
 
Old 05-07-2004, 10:05 AM   #4
colabus
Member
 
Registered: Mar 2004
Distribution: Debian Sarge, FC4
Posts: 100

Original Poster
Rep: Reputation: 15
some more info to help me..
# ls -l /dev/cdrom
lr-xr-xr-x 1 root root 13 2004-04-28 23:04 /dev/cdrom -> cdroms/cdrom0

/dev/ide/host0/bus0/target0/lun0/part1 / reiserfs rw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom0 iso9660 ro,nosuid,nodev,exec,user,noauto,async,unhide 0 0
/dev/fd0 /mnt/fd0 auto rw,nosuid,nodev,exec,nouser,noauto,async 0 0
proc /proc proc rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw,devmode=0666 0 0
 
Old 05-07-2004, 10:19 AM   #5
HarPaX
LQ Newbie
 
Registered: Oct 2003
Posts: 29

Rep: Reputation: 15
Are you certian that this disc is good and readable? Are you sure it was written with a ISO9660 filesystem? Maybe try in another computer?
 
Old 05-07-2004, 10:24 AM   #6
colabus
Member
 
Registered: Mar 2004
Distribution: Debian Sarge, FC4
Posts: 100

Original Poster
Rep: Reputation: 15
doesn't have to be a certain disc.. i just want to know how to do it, and why the way i'm doing it is wrong


i'll try another cd..
 
Old 05-07-2004, 10:26 AM   #7
colabus
Member
 
Registered: Mar 2004
Distribution: Debian Sarge, FC4
Posts: 100

Original Poster
Rep: Reputation: 15
i just crashed the damn thing using "ls", surely it's not this hard
 
Old 05-07-2004, 10:28 AM   #8
Borje
Member
 
Registered: Apr 2004
Location: Helsingborg, Sweden
Distribution: Debian/Xandros 3.0
Posts: 41

Rep: Reputation: 15
what IDE-channel do you use for your cdrom?
Was that you /etc/fstab you printed out last?

What happens if you type: "mount /mnt/cdrom0"
 
Old 05-07-2004, 10:41 AM   #9
colabus
Member
 
Registered: Mar 2004
Distribution: Debian Sarge, FC4
Posts: 100

Original Poster
Rep: Reputation: 15
Code:
# mount /mnt/cdrom0
mount: wrong fs type, bad option, bad superblock on /dev/cdroms/cdrom0,
       or too many mounted file systems
current fstab
Code:
/dev/ide/host0/bus0/target0/lun0/part1  /                 reiserfs  rw                                              0     0
/dev/cdroms/cdrom0                      /mnt/cdrom0       iso9660   ro,nosuid,nodev,exec,user,noauto,async,unhide   0     0
/dev/fd0                                /mnt/fd0          auto      rw,nosuid,nodev,exec,nouser,noauto,async        0     0
proc                                    /proc             proc      rw                                              0     0
usbdevfs                                /proc/bus/usb     usbdevfs  rw,devmode=0666                                 0     0
also i'm not sure if this is related but i use dmesg and get alot of stuff like
Code:
ide-scsi: expected 2048 got 4096 limit 2048
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: [[ 28 0 0 0 0 5d 0 0 1 0 0 0 ]
]
ide-scsi: expected 2048 got 4096 limit 2048
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: [[ 28 0 0 0 0 5e 0 0 1 0 0 0 ]
]
ide-scsi: expected 2048 got 4096 limit 2048
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: [[ 28 0 0 0 0 5f 0 0 1 0 0 0 ]
]
ide-scsi: expected 2048 got 4096 limit 2048
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: [[ 28 0 0 0 0 60 0 0 1 0 0 0 ]
]
ide-scsi: expected 2048 got 4096 limit 2048
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: [[ 28 0 0 0 0 61 0 0 1 0 0 0 ]
I have no SCSI drives.. one hdd (one partition) one cdrom and floppy
 
Old 05-07-2004, 10:49 AM   #10
Borje
Member
 
Registered: Apr 2004
Location: Helsingborg, Sweden
Distribution: Debian/Xandros 3.0
Posts: 41

Rep: Reputation: 15
In the file where you load modules at boot (on my set its /etc/modules) is ide-scsi an included module?

in my /etc/fstab the cdrom is specified as follows:

/dev/scd0 /cdrom iso9660 ro,user,noauto 0 0

it's on scd0 since I load the ide-scsi module at boot (to be able to use cd-writing)

Any changes made to /etc/fstab needs a reboot to take place.

Last edited by Borje; 05-07-2004 at 10:51 AM.
 
Old 05-07-2004, 10:53 AM   #11
colabus
Member
 
Registered: Mar 2004
Distribution: Debian Sarge, FC4
Posts: 100

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Borje
In the file where you load modules at boot (on my set its /etc/modules) is ide-scsi an included module?

in my /etc/fstab the cdrom is specified as follows:

/dev/scd0 /cdrom iso9660 ro,user,noauto 0 0

it's on scd0 since I load the ide-scsi module at boot (to be able to use cd-writing)

Any changes made to /etc/fstab needs a reboot to take place.
hid
keybdev
mousedev
parport
e100
floppy
i810_audio
ide-scsi
sr_mod
usb-uhci

are loaded according to that file.. i'll have a mess with it again tomorrow already crashed it trying to read /dev/cdroms/cdrom0 :/ thx for your help, i'll try again later
 
Old 05-07-2004, 11:00 AM   #12
Borje
Member
 
Registered: Apr 2004
Location: Helsingborg, Sweden
Distribution: Debian/Xandros 3.0
Posts: 41

Rep: Reputation: 15
You see that ide-scsi is loaded then. Either comment that row out or make your /etc/fstab look like:
/dev/scd0 /mnt/cdrom0 iso9660 ro,nosuid,nodev,exec,user,noauto,async,unhide 0 0

that should solve your problem, if not post here again and we'll work it out.

Edit: Commenting out a row is done by putting a # in front of the text on that row.

Last edited by Borje; 05-07-2004 at 11:04 AM.
 
  


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 not mounting mio_carpe Slackware 7 01-30-2005 10:20 AM
CD-ROM Mounting carlgulliver100 Linux - Hardware 1 07-04-2004 04:15 PM
mounting cd-rom dvd-rom and cd-rw antoweb Mandriva 4 12-04-2003 10:37 AM
CD-ROM Mounting... Yawmark Linux - General 4 06-17-2001 10:14 PM
CD-ROM Mounting Pete Linux - Software 2 06-12-2001 11:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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