LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-30-2004, 07:28 AM   #1
WARHEAD
LQ Newbie
 
Registered: Feb 2004
Location: Germany
Distribution: Fedora Core 2
Posts: 16

Rep: Reputation: 0
cant mount cdrom, mounting dvd = error


hi!

i have got some problems with my cd/dvd drives...
when i try to mount my dvd, i get an error:
/dev/dvd: Input/Output error
mount: you must specify the filesystem type

..under suse everything worked..

and i cant mount my cdrw drive..
when i mount /dev/cdrom slack tries to mount dvd.

heres my fstab:
/dev/hda2 swap swap defaults 0 0
/dev/hda3 / reiserfs defaults 1 1
/dev/hda1 /mnt/windows ntfs ro,user,umask=000 1 0
/dev/dvd /mnt/dvd auto noauto,owner,ro 0 0
/dev/cdrom /mnt/cdrw auto 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

..how can i mount the cdrw drive and why do i get the error?
 
Old 06-30-2004, 07:42 AM   #2
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Try update your links (/dev/dvd) to suit your system. Example :
rm /dev/dvd
ln -s /dev/hdd /dev/dvd (assuming dvd drive is /dev/hdd)
same for cdrw
 
Old 06-30-2004, 08:31 AM   #3
WARHEAD
LQ Newbie
 
Registered: Feb 2004
Location: Germany
Distribution: Fedora Core 2
Posts: 16

Original Poster
Rep: Reputation: 0
ok that works, now he tries to mount the right drive, but now i've got the error on both drives..
 
Old 06-30-2004, 09:01 AM   #4
subekk0
Member
 
Registered: Sep 2003
Location: Dallas, TX.
Distribution: Slacking since '94
Posts: 153

Rep: Reputation: 32
is it a CD/DVD drive or do you have a cd and a dvd drive (2 drives)?
is one a burner or are they both burners?
- if so do you have your "append" message in your lilo?
- and your /dev/scd0 linked to /dev/cdrom?
 
Old 06-30-2004, 03:32 PM   #5
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Correct your fstab like :

/dev/dvd /mnt/dvd udf,iso9660 noauto,owner,ro 0 0
/dev/cdrom /mnt/cdrw iso9660 noauto,owner,ro 0 0

...as the auto does not work very well, and udf is format for DVDs
 
Old 06-30-2004, 04:03 PM   #6
WARHEAD
LQ Newbie
 
Registered: Feb 2004
Location: Germany
Distribution: Fedora Core 2
Posts: 16

Original Poster
Rep: Reputation: 0
..there are two drives, one dvd and one cdrw.
i added /dev/hdc = ide-scsi to lilo and replacing the auto wont help, too

but i did not link /dev/scd0 to /dev/cdrom.. how do i do that?

thx, christian
 
Old 06-30-2004, 04:07 PM   #7
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
I assume you use a 2.4.xx kernel, otherwise ide-cd will be more suitable for kernel 2.6.xx parameter.

The syntax is :
ln -s <source file> <name of link>
so to link /dev/scd0 to /dev/cdrom :
ln -s /dev/scd0 /dev/cdrom
 
Old 06-30-2004, 08:02 PM   #8
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
Try changing the "owner' in you fstab lines to "user" or "users" for both devices...........
 
Old 07-01-2004, 06:09 AM   #9
WARHEAD
LQ Newbie
 
Registered: Feb 2004
Location: Germany
Distribution: Fedora Core 2
Posts: 16

Original Poster
Rep: Reputation: 0
hmh.. now he sais no medium found..
i dont understand this machine :>
 
Old 07-01-2004, 06:13 AM   #10
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
"No medium found" usually means there's no CD in the drive...........
 
Old 07-01-2004, 10:58 AM   #11
WARHEAD
LQ Newbie
 
Registered: Feb 2004
Location: Germany
Distribution: Fedora Core 2
Posts: 16

Original Poster
Rep: Reputation: 0
well thats why im wondering ^^
there was one in it.. so it dont seem to work
 
Old 07-01-2004, 11:57 AM   #12
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Be more precise when asking help please, give your kernel version, if cdrom is IDE or scsi, what are the lilo kernel parameter in your config, what does dmesg say about your cdrom drive, how do you try to mount the drive (what options did you use with mount command), the filesystem type of the CD etc...
 
Old 07-01-2004, 12:15 PM   #13
subekk0
Member
 
Registered: Sep 2003
Location: Dallas, TX.
Distribution: Slacking since '94
Posts: 153

Rep: Reputation: 32
try putting an audio CD in and opening XMMS just to see if it plays. audio CDs do not have to be mounted to play.

Last edited by subekk0; 07-01-2004 at 12:17 PM.
 
Old 07-01-2004, 03:53 PM   #14
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
I also noticed by the Distribution under your name in the left column you are using Slack 10.....................They changed some of the groups for the block devices, so you will need to add you user to those groups, if you already haven't done so................do the 'ls -l' command for those devices (if they're symlinks, do the command on the devices they point to) to find the group they belong to and add your user to them...........
 
Old 07-03-2004, 07:08 AM   #15
WARHEAD
LQ Newbie
 
Registered: Feb 2004
Location: Germany
Distribution: Fedora Core 2
Posts: 16

Original Poster
Rep: Reputation: 0
finally i got slackware trying to mount the cdrom drive, but then slack crashes and the only way to get out is to power off..

know any solutions?


(slack10, kernel-2.4.26, 1 ide dvd drive, 1 ide cd/rw drive, tried booting w/ & w/o hdd=ide-scsi, mounted <mount /mnt/cdrom> [->/dev/hdd | /dev/scd0], fs type of the cd: iso9660)
 
  


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
mounting cdrom and dvd combo stumped Linux - Hardware 3 12-19-2005 01:04 PM
Mount cdrom/dvd aquino.espindola SUSE / openSUSE 1 10-06-2005 05:00 PM
CDROM/DVD-ROM mounting correctly ProtoformX Slackware 2 09-16-2005 01:03 PM
usb cdrom/dvd not mounting pck3152 Linux - Hardware 1 08-23-2005 10:21 PM
usb cdrom/dvd not mounting pck3152 Linux - Software 1 08-23-2005 06:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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