Welcome,
Guest
. Please
login
or
register
.
June 18, 2013, 04:39:21 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Jan 9, 2012
John Beardsworth's new Lightroom site
Lightroom Solutions
27968
Posts in
5116
Topics by
2914
Members
Latest Member:
imthedamstar
The DAM Forum
DAM Stuff
Migration Issues
RE: Transferring Large Volume of Images, Integrity Check
« previous
next »
Pages:
[
1
]
Author
Topic: RE: Transferring Large Volume of Images, Integrity Check (Read 5574 times)
Emile
Newbie
Posts: 12
RE: Transferring Large Volume of Images, Integrity Check
«
on:
January 11, 2007, 02:36:38 PM »
I'm planning to move about 185 GB of image files from one Seagate to another.
When I download images from a CF card to the HDD of my main computer, I'm able to do an integrity check right away, by opening the images in a browser and working on them. It's only afte I've completed the edit, and backed up the images that I wipe the cards.
I've never moved a volume this large, and I'm concerned about discovering corrupt files only after I've zeroed out the data on the older Seagate. Yes, I've backed up the images to DVD, too, but I'd like to avoid having to recover the images from DVDs.
Is there a good way to do an integrity check on the images after they've been transferred without having to go through the whole volume in an image browser?
Suggestions, anyone?
Thanks in advance.
-Emile
Logged
David C. Buchan
Quantum Gardener
Jr. Member
Posts: 66
Re: RE: Transferring Large Volume of Images, Integrity Check
«
Reply #1 on:
January 11, 2007, 06:27:22 PM »
Hi Emile,
I did a quick search on the web for "md5 checksum batch generator" and came up with
http://www.brothersoft.com/file_disk_management/miscellaneous/ef_checksum_manager_28413.html
I've not used this software so all the usual caveats apply. Looks like will create a checksum for each file or directory which you can then regenerate and match after you've copied your files. The description on the linked page says it all.
If it works, post here as I'm sure this would be a useful tool for testing the integrity of backups to CD/DVD as well.
Regards,
David
Logged
Marc Rochkind
Hero Member
Posts: 1136
Re: RE: Transferring Large Volume of Images, Integrity Check
«
Reply #2 on:
January 11, 2007, 06:30:38 PM »
You can try ImageIngesterPro. It wasn't built specifically for this, but it does have the capability of handling lots of images and doing a verification of JPEGs and raws. The raw verification involves converting with DNG Converter and throwing away the result, so it's going to be slow for great numbers of images. Neither verification is absolutely foolproof, of course.
A better approach is to run a copying utility that can also then do a verification check. This doesn't really tell you whether the images are OK, only that the copy is the same as the original. But, that's probably all you want.
--Marc
--Marc
Logged
http://ImageIngester.com
Dawnne Gee
Full Member
Posts: 128
"Art is science made clear." ~ Jean Cocteau
Re: RE: Transferring Large Volume of Images, Integrity Check
«
Reply #3 on:
January 23, 2007, 08:14:38 AM »
FWIW, I used the method Marc describes to move roughly 0.75Tb of stored RAW photographs from three hard drives to a new disc array. As he notes, verification takes a long time, but it did work just fine. Also as he notes, verifying a good copy of a bad file doesn't tell us much. But if you know before-hand that you have no bad files, then verifying a good copy becomes meaningful.
Logged
~ Dawnne Gee
Marc Rochkind
Hero Member
Posts: 1136
Re: RE: Transferring Large Volume of Images, Integrity Check
«
Reply #4 on:
January 23, 2007, 10:07:38 AM »
Dawnne (and others)--
The chief problem with a large re-ingestion is if you're running DNG Converter for verification, as it stops on the first error. Without running DNG Converter, it should be OK. JPEG verification works well for a large re-ingestion, as it will report as many errors as it finds.
For a future release, I'm considering making raw verification a built-in feature, to both speed it up and make it more robust when it finds an error. However, this will not be until Version 3.
--Marc
Logged
http://ImageIngester.com
Dawnne Gee
Full Member
Posts: 128
"Art is science made clear." ~ Jean Cocteau
Re: RE: Transferring Large Volume of Images, Integrity Check
«
Reply #5 on:
January 24, 2007, 07:46:28 AM »
Heh....guess I was lucky, then. I only had three "bad" images in the archive, and I took care of them before I used IIP to copy them over to the new server. Thanks for all the work on II/IIP you do Marc. It was truly a heartache saver during this migration!
Logged
~ Dawnne Gee
peterkrogh
Administrator
Hero Member
Posts: 5682
Re: RE: Transferring Large Volume of Images, Integrity Check
«
Reply #6 on:
January 28, 2007, 02:05:56 PM »
Marc,
What can one use for an independent JPEG integrity check?
Peter
Logged
Marc Rochkind
Hero Member
Posts: 1136
Re: RE: Transferring Large Volume of Images, Integrity Check
«
Reply #7 on:
January 28, 2007, 08:55:40 PM »
Peter--
Independent of what? ImageIngester?
--Marc
Logged
http://ImageIngester.com
peterkrogh
Administrator
Hero Member
Posts: 5682
Re: RE: Transferring Large Volume of Images, Integrity Check
«
Reply #8 on:
January 29, 2007, 04:04:51 PM »
Yes, independent of ImageIngestr. Or can I point ImageIngester to a folder full of images and just let it run. I have not tried that.
i was assuming that ImageIngester is using some other application (as it uses the DNG converter) to perform the JPEG integrity check, but maybe you just built some kind of checksum?
I'm interested in these kinds of data validation tools.
Peter
Logged
Marc Rochkind
Hero Member
Posts: 1136
Re: RE: Transferring Large Volume of Images, Integrity Check
«
Reply #9 on:
January 29, 2007, 04:19:52 PM »
Peter--
For JPEGs, the integrity check is internal to ImageIngester. I simply read the JPEG image data in and decompress it, using a JPEG-processing library, and see if there are any errors. However, I don't do anything with the in-memory image--I just discard it and go on to the next JPEG.
I plan in the future to do DNG and TIFF verification the same way, but that won't be for a while.
You can certainly use ImageIngester that way, although you will get a temporary copy, which you can then discard.
--Marc
Logged
http://ImageIngester.com
peterkrogh
Administrator
Hero Member
Posts: 5682
Re: RE: Transferring Large Volume of Images, Integrity Check
«
Reply #10 on:
January 29, 2007, 05:11:57 PM »
Well, it seems we can start work on ImageVerifier once ImageIngester delivers...
Peter
Logged
Marc Rochkind
Hero Member
Posts: 1136
Re: RE: Transferring Large Volume of Images, Integrity Check
«
Reply #11 on:
January 29, 2007, 07:12:09 PM »
Yup... that's exactly my thinking. Might be a built-in feature, though. I've also been thinking about doing something about the administration of buckets.
--Marc
Logged
http://ImageIngester.com
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> DAM Workshops
=> Comments about the book
=> General Discussion
=> Photo Blogs
=> GPS/ Geotagging
=> dpBestflow.org Discussions
-----------------------------
DAM Useful Stuff
-----------------------------
=> DAMuseful Video training
=> DAMuseful Software
=> DAM Useful CS3 Beta Products
-----------------------------
Software Discussions
-----------------------------
=> RAW File Converters
=> Lightroom
=> Choosing Software/Other DAM Applications
=> Aperture
=> Bridge/ Camera Raw
=> Media Pro & Expression Media
=> iView MediaPro
=> ImageIngester and ImageVerifier
=> idImager
=> Import From Camera
=> Scripting
-----------------------------
Workflow Discussions
-----------------------------
=> Multi-User Configurations
=> High Volume
=> Stock Photography
=> Wedding Workflow
=> Tethered Shooting
-----------------------------
DAM Stuff
-----------------------------
=> Loss and Recovery
=> Keywords and Controlled Vocabulary
=> Naming Issues
=> Migration Issues
=> Scans and Camera Scans
=> DNG
=> Software Discussions
=> Hardware Discussions
=> Backup Strategies and Tools
=> Data Validation
Loading...