LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-16-2006, 03:52 PM   #1
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Error w/DVD drive...can't mount DVDs


Running Slackware 11.0 w/2.4 kernel

I have a cdrom reader and dvd reader on the same IDE flat cable and they are on the same controller on a new motherboard...

When I go to mount a DVD, I get the following error:

Code:
media@lambda:/mnt$ sudo mount -t iso9660 /dev/dvd /mnt/dvd
Password:
mount: block device /dev/dvd is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/dvd,
       missing codepage or other error
       (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
I have the following as an entry in /etc/fstab


Code:
 
/dev/dvd         /mnt/dvd         iso9660     noaudo,user,ro   0   0
I've also gone thru /var/log/messages and don't see anything odd, now when I do go thru dmesg, I see the following:

Code:
root@lambda:/var/log# dmesg | more
 sector 348
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 352
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 356
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 360
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 364
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 368
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 372
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 376
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 380
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 384
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 388
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 392
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 396
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 120
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 124
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 120
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 124
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 0
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 4
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 0
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 4
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 0
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 4
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 8
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 12
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 16
hdc: tray open
end_request: I/O error, dev 16:00 (hdc), sector 20
cdrom: open failed.
And I know that dvd points to hdc...

Code:
root@lambda:/var/log# ls -al /dev/dvd
lrwxrwxrwx 1 root root 8 2006-10-14 17:47 /dev/dvd -> /dev/hdc
I'm not sure what is going on, the bay tray is closed to the DVD
player, so why the error messages appear from dmesg, I don't know...anyone have any ideas?

thanks
 
Old 10-17-2006, 07:16 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,737

Rep: Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921
Quote:
on a new motherboard
Explain, replaced motherboard but had existing linux installation? Did you change anything else with the new motherboard?

Check the entire output of the dmesg command to see if both drives are being recognized.

Have you tried the CDROM drive? Does it work correctly?
 
Old 10-17-2006, 08:34 AM   #3
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Negative, it is a brand new Slackware 11 installation.

Both drives are recognized because I can read files from cdr from the cdrom drive.

I think the DVD drive is bad...it was made in 1999...
 
Old 10-17-2006, 11:36 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,737

Rep: Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921Reputation: 5921
FYI
Typically iso9660 is a CD data filesystem and DVDs use the udf filesystem. What is on the DVD? Have you tried to mounting a regular data CD? More then likely the drive is bad due to the tray open fault.

Last edited by michaelk; 10-17-2006 at 11:37 AM.
 
Old 10-17-2006, 11:59 AM   #5
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Hey, thanks for the help with the DVD drive.

Hopefully this thread will help others out.
 
  


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
Brand New DVD Error (I cannot get Xine to play DVDs) Adrohak Linux - Software 42 08-24-2011 01:44 PM
DVD Drive and CDRW Drive Will not mount on Slackware 10.1 Kernel 2.6.1 necrozen Linux - Hardware 1 09-13-2005 08:21 PM
can't mount a dvd on a cd burner/dvd rom drive dr_zayus69 Linux - Hardware 7 12-09-2004 08:56 AM
DVD-ROM Drive cannot read DVDs, only CD-ROMs since u/grade to 10 choicebox Mandriva 8 05-26-2004 01:32 PM
The easiest way to watch dvds in slack with my new dvd drive jimdaworm Slackware 20 01-03-2004 05:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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