still having problems...
It could be possible that a weak power supply is causing the corruption, but once the drive is corrupted switching out power bricks isn't going to help.
The link I posted covers how to "find" the scan disk program (you actually run it from the command line and yes e2fsck is part of the standard installation).
If there is a corrupted event/folder, is can be difficult to find.... That's why I mentioned it can take some trial n error when copying programs.
Then scan disk will sometimes move corrupted files to the "lost and found" folder. The 622/722 will ignore files in this folder (this is a good thing).
I'd probably stay away from the drive type that has given you two corruptions. Though I'm a little surprised. For me, I've found the 622 to be pickier then the 722. I have one series of drives that are fine on the 722 but don't get along with the 622.
A couple more notes on e2fsck. By default, it runs in a mode where it asks you to accept each correction. In some cases you could end up sitting there hitting "y" 100's of times (remapping lost clusters). You can hit cntrl-C (abort), then use the option to assume the "y" response....
type:
e2fsck -help
to see all the switches.
Also, even if you're still truly bent on trying to copy the files, I think you should run the e2fsck first.
Oh yea, and after you run e2fsck and it corrects the errors, I'd suggest you run it again to see it declare the drive error free.
I got a new EHD (and new power supply) and was finally able to successfully get Ubuntu running. After more than a bit of trial and error with permissions on the EHD, I was able to start copying some files to test out moving them to this new EHD that had up until today been working just fine with my primary dvr. Admittedly, I didn't run fsck beforehand b/c I just can't figure out how to get it to work.
So I went ahead and moved a small set of folders, and then moved the EHD back to my DVR. I can't remember if I unmounted or just unplugged the USB, but almost immediately after I connected the EHD back to my DVR, the DVR rebooted. It didn't even need me to try to access the EHD, and the reboot was back-to-back-to-back-to-back, with the system not even completely coming back up before rebooting again, at which point I pulled out the USB and then the DVR stopped rebooting and now seems fine.
I reconnected the EHD to Ubuntu to see if I could find any corruption in the new files, but when running fsck, I'm getting this error pasted in at the end of this post... I really am at the end of the little that I know about Ubuntu, so if anyone can help, please put it into "dummies" terms, as that is how I feel now

What do I try next? I'm now down **three** EHDs, as I had planned to use this third one to facilitate an exchange via either WD or the store. This latest EHD is less than 30 days old, the second one is barely 90 days old, and the oldest one is less than a year old. I really don't want to lose all of these archives, as I never had a chance to watch much of this other than some movies that I did watch but wanted to keep...
Oh, and all lost and found folders are empty.
fsck results even after changing to Root and setting permissions and unmounting:
root@ubuntu:~# sudo chown -R jd:jd /media/disk
root@ubuntu:~# fsck /dev/disk
fsck 1.41.4 (27-Jan-2009)
e2fsck 1.41.4 (27-Jan-2009)
fsck.ext2: Is a directory while trying to open /dev/disk
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>