Sponsored Content
Top Forums Shell Programming and Scripting cp to copy only non-corrupt files Post 302583867 by Corona688 on Wednesday 21st of December 2011 01:04:22 PM
Old 12-21-2011
Quote:
Originally Posted by LMHmedchem
In the last effort, I did a low level format
'low level formatting' hasn't been possible anywhere but the factory for decades now. What did you actually do?
Quote:
The same check disk cycle started, but this time it wouldn't finish.
Checking what? The bad drive, or the new one?
Quote:
There are many variables here, so the logical thing to do would be to try to insure that the fault was not in the data being moved.
Only you'd know whether your data's any good. If your application can't tell you, then nobody knows. Application errors can't corrupt a filesystem, though. That takes a hardware or kernel fault. (Checking dmesg may be illuminating.)

And if you're getting data corruption on good disks, something in that server must be malfunctioning, therefore any backups you make using that server are suspect. The longer you keep toying with the original disk in the original machine, the more likely it gets that something worse will happen to your data.
Quote:
Memory, the motherboard sata controller, sata cables, power supply, operating system, etc, are all other places where the problem could reside. In most of those cases, I would expect the problem to be more wide spread.
Does your system have lots of free memory? If yes, most of it's going to be used as disk cache. That makes pretty good odds that disk will be the first thing trashed by a bad spot in RAM, in a highly unpredictable way.
Quote:
I moved the drive off of the motherboard sata controller and onto a brand new PCI sata card in case the controller was going.
Which PCI sata card? It's easy to get a lemon.
Quote:
Is this something that I could do in windows cygwin
That basically means doing it in Windows since Cygwin isn't an operating system. It might technically be possible in windows but there'd be lots of hoops do jump through and proprietary software nobody would know how to help you with.

centos or ubuntu should do.
Quote:
Another issue is that once I have moved data onto these drives, when I delete the partition, I can't create a new one with a quick format. After this blew up again last night, I deleted the partition on the drive. When I replaced it, windows couldn't format the new partition.
I wouldn't reccomend using Microsoft Windows to manage partitions for any system except Microsoft Windows.
Quote:
This happened before and I had to do a low level format to get it back. That takes about 6 hours, so it's not a trivial step.
Again, what do you mean by "low level format"?

The form of backup I'm thinking of wouldn't need partitions on the destination disk at all. It'd just be a raw dump of data from one disk to another, sector by sector, which clones all partition layout in the process.

Quote:
At this point, I am inclined to RMA the drive (I have an open ticket on it) and do the dd_rescue copy with the new drive. What do you think about that?
Um, dd_rescue first, then RMA Smilie You kind of need the drive to make a copy of it.

dd_rescue will also tell you whether you get read errors or not.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

corrupt or lost data

Thank you livin Free for all your help. We removed a lot of spool files and report files. Which should have freed up some space. But now I think a major problem we have is we have lost or corrupt files which are preventing us from coming up correctly. Can we load or can you copy us a directory... (1 Reply)
Discussion started by: NOT A CLUE
1 Replies

2. UNIX for Dummies Questions & Answers

I got a corrupt /etc/inittab file....what next?

Hi guys, For some reason a client has given us a Sun Netra T1 with Solaris 8 to administer for them. That's always good business. However, the other day we rebooted the machine and to our amazement, after doing the preliminary hardware tests, we got an error messgae saying that /etc/inittab was... (3 Replies)
Discussion started by: Ivo
3 Replies

3. HP-UX

Corrupt Member File

I have been fine adding/removing printers up until this week. Now when I go to add a new remote printer I get "corrupted member file". I go to /etc/lp/member and the byte count on the new printer name is 0. I VI the file and put /dev/null in to make it the correct size and it all looks fine and... (2 Replies)
Discussion started by: astout
2 Replies

4. Solaris

How to corrupt a superblock?

I need to corrupt a superblock of a mounted device in a soalris m/c and check recovery from an alternate superblock. How can this be done? (2 Replies)
Discussion started by: sujathan
2 Replies

5. Solaris

How to safely copy full filesystems with large files (10Gb files)

Hello everyone. Need some help copying a filesystem. The situation is this: I have an oracle DB mounted on /u01 and need to copy it to /u02. /u01 is 500 Gb and /u02 is 300 Gb. The size used on /u01 is 187 Gb. This is running on solaris 9 and both filesystems are UFS. I have tried to do it using:... (14 Replies)
Discussion started by: dragonov7
14 Replies

6. Shell Programming and Scripting

how to copy files followed by list of names of all the files in /etc?

....... (2 Replies)
Discussion started by: pcbuilder
2 Replies

7. HP-UX

corrupt disk

Hallo Friends, I have application X running on hpux 11.11 and oracle 9i release 2. I recently had a hardware failure on disk /dev/dsk/c2t0d0 Below is the systemlog file : root@a7dmc:/var/adm/syslog > /opt/resmon/bin/resdata -R 155713541 -r /storage/events/enclosures/gazemon/0_1_1_0.0.0... (11 Replies)
Discussion started by: kekanap
11 Replies

8. Red Hat

Unable to copy files due to many files in directory

I have directory that has some billion file inside , i tried copy some files for specific date but it's always did not respond for long time and did not give any result.. i tried everything with find command and also with xargs.. even this command find . -mtime -2 -print | xargs ls -d did not... (2 Replies)
Discussion started by: before4
2 Replies

9. Solaris

Solaris 10 GIF files corrupt during unzip

Problem occurs on one Solaris build. Every time we unzip the Jan CPU, there are several patches that error out (appears to be related to the GIF files). When we unzip the CPU on another Solaris build to a network storage area, we can execute without issue on the original machine. Any ideas? ... (1 Reply)
Discussion started by: grahamr72
1 Replies

10. UNIX for Dummies Questions & Answers

Copy files from one drive to another, keeping most recently modified files

Hi all, I am a bit of a beginner with shell scripting.. What I want to do is merge two drives, for example moving all data from X to Y. If a file in X doesn't exist in Y, it will be moved there. If a file in X also exists in Y, the most recently modified file will be moved to (or kept) in... (5 Replies)
Discussion started by: apocolapse
5 Replies
All times are GMT -4. The time now is 12:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy