LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-15-2017, 04:45 PM   #1
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 472

Rep: Reputation: Disabled
Disk burners that can verify that the copy is exact after burning to disk


When I burnt data (or anything else) to a DVD or CD in windows, the burning program offered the option of verifying that the copy was exact after the burning was done. I presume that it compared the MD5s (etc) of the copy and the original to check that they were the same.

What Linux disk burning program can do this please? I have not been able to find one.

It is dissatisfying to burn something to disk, and then not be sure if it is an exact copy or not. I have in the past had instances where the copy was not exact, particularly when not copied at a slow speed.

Thanks.
 
Old 02-15-2017, 07:58 PM   #2
Doug G
Member
 
Registered: Jul 2013
Posts: 749

Rep: Reputation: Disabled
k3b for one
 
Old 02-15-2017, 08:02 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
K3B has a setting to verify the disk write. It's under one of the tabs--I forget which one--that opens when you click to "Burn Disk," K3B in in your repos.

Brasero to have a similar setting (they it "Check Disk Integrity").
 
Old 02-16-2017, 04:51 AM   #4
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by frankbell View Post
K3B has a setting to verify the disk write. It's under one of the tabs--I forget which one--that opens when you click to "Burn Disk," K3B in in your repos.

Brasero to have a similar setting (they it "Check Disk Integrity").
When you tell K3b to burn files or disc images to DVD, etc you will see a dialog box like the one below. And you can select the option to verify the files/disc image there.
Attached Thumbnails
Click image for larger version

Name:	k3b-verify.png
Views:	61
Size:	74.6 KB
ID:	24270  
 
Old 02-17-2017, 11:13 AM   #5
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,137
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
man md5sum
man shasum

From a data CD I had laying around.

Check optical disk checksum:
Code:
dd if=/dev/sr0 bs=2048 | md5sum
06d4e6362d806b0491e685b285d9d181
.iso checksum:
Code:
dd if=/dev/sr0 of=image.iso bs=2048
Code:
md5sum image.iso
06d4e6362d806b0491e685b285d9d181
 
Old 02-20-2017, 10:02 AM   #6
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
You could probably use cmp too.

# cmp image.iso /dev/sr0

But I've never done it that way. At the end of the day you don't really care what the md5sum is, you only care that the data matches. Although cmp might be the slower / slowest option since it does a byte by byte comparison.
 
Old 02-20-2017, 10:39 AM   #7
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
@teckk: That method will probably fail without specifying a count for dd. (The md5sum of the whole of the optical medium will usually never match the original iso.)
 
Old 03-04-2017, 05:39 PM   #8
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 472

Original Poster
Rep: Reputation: Disabled
K3B it is then, although it's not as easy to use as some other burners.
 
  


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
Creating an EXACT copy of a disk ajeetraina Linux - Software 3 05-26-2008 05:58 PM
making exact copy of hard disk Micik Linux - Newbie 8 10-04-2007 02:57 AM
make exact copy of a hard disk in fedora AQG Linux - Hardware 6 08-07-2005 04:11 PM
Creating an EXACT copy of a disk elluva Linux - Software 5 10-14-2004 11:21 PM
How to make an exact copy of a Hard Disk danishmr Linux - General 15 11-10-2003 01:48 AM

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

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