LinuxQuestions.org
Visit Jeremy's Blog.
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 08-05-2008, 07:09 AM   #1
dhivyas
LQ Newbie
 
Registered: Apr 2007
Posts: 2

Rep: Reputation: 0
Error in mounting DVD in DVD-RW


Hello all,

I couldn't able to mount a dvd in DVD-RW. I can able to mount a CD in this drive.

I have pasted my current fstab entries here:

/dev/VolGroup00/suseroot / reiserfs acl,user_xattr 1 1
/dev/hda1 /boot ext3 acl,user_xattr 1 2
/dev/hdb1 /data1 auto noauto,user 0 0
/dev/hdb2 /data2 auto noauto,user 0 0
/dev/VolGroup00/home /home reiserfs acl,user_xattr 1 2
/dev/VolGroup00/swap swap swap pri=42 0 0
rana:/work /work nfs rw,noauto,user,exec,suid,mand,dev,soft,timeo=30 0 0

devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
sysfs /sys sysfs noauto 0 0
/dev/cdrom /media/cdrom subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/dvd /media/dvdrecorder subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharaset=utf8 0 0
/dev/fd0 /media/floppy subfs fs=floppyfss,procuid,nodev,nosuid,sync 0 0

Can anyone help me to mount my DVD?

Thanks.
 
Old 08-05-2008, 07:21 AM   #2
dhivyas
LQ Newbie
 
Registered: Apr 2007
Posts: 2

Original Poster
Rep: Reputation: 0
I have also looked into the system log whether there is any problem in drive itself.

dvdwriter:/# dmesg | grep hdc
hdc: media error (bad sector): status=0x51 { DriveReady SeekComplete Error }
hdc: media error (bad sector): error=0x30
end_request: I/O error, dev hdc, sector 140
Buffer I/O error on device hdc, logical block 17
hdc: media error (bad sector): status=0x51 { DriveReady SeekComplete Error }
hdc: media error (bad sector): error=0x30
end_request: I/O error, dev hdc, sector 136
Buffer I/O error on device hdc, logical block 17

Is the above problem is with the drive or the driver?
 
Old 08-05-2008, 07:28 AM   #3
rahilmaknojia
Member
 
Registered: Dec 2007
Distribution: RHEL6, CentOS6.3
Posts: 188

Rep: Reputation: 32
Quote:
Originally Posted by dhivyas View Post
Hello all,

I couldn't able to mount a dvd in DVD-RW. I can able to mount a CD in this drive.

I have pasted my current fstab entries here:

/dev/VolGroup00/suseroot / reiserfs acl,user_xattr 1 1
/dev/hda1 /boot ext3 acl,user_xattr 1 2
/dev/hdb1 /data1 auto noauto,user 0 0
/dev/hdb2 /data2 auto noauto,user 0 0
/dev/VolGroup00/home /home reiserfs acl,user_xattr 1 2
/dev/VolGroup00/swap swap swap pri=42 0 0
rana:/work /work nfs rw,noauto,user,exec,suid,mand,dev,soft,timeo=30 0 0

devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
sysfs /sys sysfs noauto 0 0
/dev/cdrom /media/cdrom subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/dvd /media/dvdrecorder subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharaset=utf8 0 0
/dev/fd0 /media/floppy subfs fs=floppyfss,procuid,nodev,nosuid,sync 0 0

Can anyone help me to mount my DVD?

Thanks.


If you wanna mount for temporary see the commad below

"mount /dev/dvd /media/" (this command is to mount temporary after restart it will unmounted you have to mount it again. if you wanna permanent you to do entry in fstab type should be "iso9660"

let me know which distro u use
 
Old 08-05-2008, 12:21 PM   #4
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by dhivyas View Post
dmesg | grep hdc
hdc: media error (bad sector): status=0x51 { DriveReady SeekComplete Error }
hdc: media error (bad sector): error=0x30
end_request: I/O error, dev hdc, sector 140
Buffer I/O error on device hdc, logical block 17
hdc: media error (bad sector): status=0x51 { DriveReady SeekComplete Error }
hdc: media error (bad sector): error=0x30
end_request: I/O error, dev hdc, sector 136
Buffer I/O error on device hdc, logical block 17

Is the above problem is with the drive or the driver?
All that bad sector stuff sounds like an error with the disk (disk faulty/not formatted/not compatible with the drive).

What type of disk is it (a +RW in a drive that only does -RW would do this, as would a RAM in a drive incompatible with that; the + and - RW can also be unformatted which would probably do the same thing; if you were writing, a disk 'speed' (allowed range of writing speeds) out of the range supported by the drive would also do something similar)?

A physically damaged (scratched or with any deposit on the surface) disk would do something similar and I've had one whole box of disks that might as well have been paper plates for all the writing that they did (never bought that brand again and now they seem to have gone from the market).

Have you tried multiple disks from multiple manufacturers and batches?
 
  


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
[SOLVED] Suse 9.3 fail mounting dvd and dvd recorder enrico_dvchp Linux - Software 2 07-07-2006 11:48 AM
CDRW/DVD Combo Drive, DVD Not Mounting Wulfrunner Linux - Hardware 6 06-22-2006 08:48 AM
Mounting DVD to a CDR/DVD combo drive f34r7h1s Slackware 38 05-16-2005 07:50 PM
cant mount cdrom, mounting dvd = error WARHEAD Slackware 17 07-03-2004 10:19 AM
mounting cd-rw/dvd error Assorted Mandriva 4 05-29-2004 02:57 PM

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

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