LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 12-30-2012, 06:01 PM   #1
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,373

Rep: Reputation: Disabled
how can I be sure my DVD/CD drive is failing?


I think my DVD drive is failing: it's increasingly failing to burn discs properly burn discs, and it's often slow to respond to the eject button. I'd rather not assume it needs replacement and get rid of it. Is there any program that can analyze it and tell me if anything's wrong with it?
 
Old 12-31-2012, 04:49 AM   #2
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
this help may help you
http://freecode.com/projects/cdck
another option is to burn a disc and compare md5 checksums of the cd and the files on the hard disk

Last edited by kareempharmacist; 12-31-2012 at 04:53 AM.
 
Old 12-31-2012, 05:00 AM   #3
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
Talking

To simply see if a drive can be read, you can use dd(1). This will read in the contents of the CDROM and will ignore/discard the data (note that the CDROM device may have another name on your system):

Code:
dd if=/dev/cdrom of=/dev/null
from this link
http://unix.stackexchange.com/questi...tool-for-linux
 
Old 12-31-2012, 05:02 AM   #4
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
http://en.wikipedia.org/wiki/Inquisi...ng_software%29
 
Old 12-31-2012, 05:08 AM   #5
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
http://downloads.sourceforge.net/inq...ve-3.0-x86.iso
 
Old 12-31-2012, 05:13 AM   #6
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
what you are searching for is benchmarking software for Linux and this is what I searched for in Google" using the the following keywords "linux cd-rom benchmark"
good luck
 
Old 12-31-2012, 03:11 PM   #7
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,373

Original Poster
Rep: Reputation: Disabled
Thank you. Hmm...cdck (which I used a long time ago and had forgotten about) and dd seem to be analyzing the disc in the drive rather than analyzing the drive, so I'll try this Inquisitor program.

Last edited by newbiesforever; 12-31-2012 at 03:17 PM.
 
Old 01-01-2013, 05:16 AM   #8
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Software that will burn then analyse the burnt CD/DVD can help figure out if the CD/DVD burning and reading lasers and OK or not (BTW, you'll need to burn at least one CD and one DVD as they have different writing and reading lasers). IMO its easiest to just use a normal burning program and verify the data after the burn.

That wont help you find out if the eject machanism is bad or not.

IMO with CD/DVD burners being avaible for $25 US or less is easier to replace drives with any issues rather than spending time trying to find testing/benchmarking software (which wont really do what you want anyway).
 
Old 01-01-2013, 10:15 AM   #9
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Burn a disk and then use 'cmp' to compare the iso to the burned image. It should say 'EOF on dvd.iso', which means that everything was identical (except for padding on the burned image).
 
Old 01-01-2013, 06:23 PM   #10
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,649
Blog Entries: 4

Rep: Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934
Drives aren't expensive. If you think it might be failing, replace the damm thing.
 
Old 01-01-2013, 08:57 PM   #11
moxieman99
Member
 
Registered: Feb 2004
Distribution: Dabble, but latest used are Fedora 13 and Ubuntu 10.4.1
Posts: 425

Rep: Reputation: 147Reputation: 147
Hold on. The OP asked if the burner was failing, which implies an intermittent failure, so tests of specific burns may not reveal a problem, which is unreliability. That involves probability analysis.

OP, how often are your burns failing? Are you doing/using anything diiferent comparing successful and unsucessful burns?

Sundial hit the nail on the head.
 
Old 01-02-2013, 09:56 AM   #12
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,373

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by moxieman99 View Post
Hold on. The OP asked if the burner was failing, which implies an intermittent failure, so tests of specific burns may not reveal a problem, which is unreliability. That involves probability analysis.

OP, how often are your burns failing? Are you doing/using anything diiferent comparing successful and unsucessful burns?

Sundial hit the nail on the head.
I would say every other burn fails. I know Sundial was right that drives are cheap, but if I made this post in the first place, that suggests I can't necessarily run out and replace parts on suspicion of failure. Times are hard.
 
Old 01-02-2013, 12:01 PM   #13
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
Have you tried simply slowing down the burn speed?
 
Old 01-02-2013, 12:30 PM   #14
moxieman99
Member
 
Registered: Feb 2004
Distribution: Dabble, but latest used are Fedora 13 and Ubuntu 10.4.1
Posts: 425

Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by newbiesforever View Post
I would say every other burn fails. I know Sundial was right that drives are cheap, but if I made this post in the first place, that suggests I can't necessarily run out and replace parts on suspicion of failure. Times are hard.
1. As another suggested, slow down burn speeds.

2. Examine your discs. Are some dirty/smudged/stored in sunlight/damaged? Could that explain your failure rates?

3. When did you start getting such a high failure rate? What changed immediately before then (Girlfriend dump vacuum lint into computer as a protest of your time wasting? You dropped the computer? You got new burner software?)?

4. Are you doing something else with the computer while burning that you weren't doing before? That could lead to buffer under runs and such. Compare what your computer is running/doing during successful burns as opposed to failures.

5. There are cleaning discs out there. Try one.
 
Old 01-05-2013, 10:39 AM   #15
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
If you want to "be sure" your drive is failing, hit it with a hammer. =) Couldn't resist. But, seriously, just replace it. DVD drives don't cost enough to spend a lot of time and anguish on.
 
  


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
DVD Drive Weirdness - Debian (possibly grub) makes my dvd drive disappear Daws Debian 8 08-26-2007 04:50 PM
which DVD player can play DVD from hard drive *and* support DVD Menu ? tho_x_tran Linux - Software 16 11-16-2006 02:00 PM
my hard drive or my optical drive is failing fatblueduck Linux - Hardware 7 01-28-2006 08:30 PM
hard drive failing, how can I create an image of my drive? oily_rags SUSE / openSUSE 6 07-07-2005 02:19 PM
dvd::rip failing frieza Linux - Software 2 02-09-2005 04:20 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 07:32 PM.

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