Posted 05 May 2012 - 02:09 PM
If at first you don't succeed, do it like your mother told you.
Posted 05 May 2012 - 03:59 PM
2 days ago I was trying to do a backup of my WHS2011 ServerFolders directory to the RAID array in my Lian-Li EX-503 external enclosure when something went seriously awry. The RoboCopy procedure started throwing "file system corrupt" and "destination not available" errors at me.
Sure enough, when I tried to access some of the directories manually, I couldn't. I ran CHKDSK on the drive (NTFS) and it found a pile of problems, and supposedly fixed them. However, when I tried to run the backup again, I got the same errors.
Rather than fool around with it any more, I decided to reformat the array and copy everything back to it (thank goodness I have so many backups of my data).
While contemplating the task ahead, I thought it might be interesting to try using SyncToy 2.1 instead of RoboCopy. I did a couple of quick tests and it seemed that SyncToy was faster than RoboCopy. I'm not sure why; maybe it's multi-threaded of something.
Anyway, SyncToy ran into a major problem. When the Preview of the copy operation was almost complete it threw an error, stating that it encountered a file with an "invalid FileTime". I wasn't sure if it was the file currently showing in the progress meter or some other file, so I created a new Folder Pair of only the directory that contained the suspect file — doing a Preview of that Folder Pair did not repeat the error.
So now I knew it wasn't the file being displayed. The obvious question is, "Which file is it?". I had no way of knowing, so I started doing some internet searching. I came across a thread on social.microsoft.com/forums that contained a post by a guy named ISDigital. In his post he included a URL to a utility he wrote that will search a specified directory tree for files with invalid FileTime entries.
I downloaded the utility and ran it on my WHS2011. It found about 30 files with invalid FileTime entries. Surprisingly, it also offered to fix them.... nice utility. I haven't checked, but I presume it uses the current time to fix the errors.
Anyway, after fixing the invalid FileTime entries, SyncToy no longer threw any errors. It is currently restoring all the files to my EX-503.
So, it appears SyncToy, besides being able to copy file and folder structures from place to place, can also inform you of inconsistencies in file entries. It's too bad it can't also fix them (that would have been a nice 'extra'), but the utility I downloaded can. You can get it here: http://www.isdigital...lidFileTime.zip
I will update this thread if I find any more interesting tidbits about SyncToy.
Main Server - WHS 2011, Core I5-2500, 12T RAID 5 (5x3T) + 2T of Mirror + 2T of backup
Second Server - 2008R2, Core I5-2500, 12T RAID 5
Main Systems - Core I7-2600k, 16 Gigs DDR3-1600, 180 Gig Intel 330 SSD Max IOPS 240 Gig Vertex 3, 2T Sata 3 for local Backup
Other systems - Core I7-2600, Core I3-530's, Core I5-2500, Core I7-920, Core I3-2100, and G620 (see System List)
My Blogs - The Docs Blog and Tablet Resource
BYOB Videos - TheBYOBPodcast
For a complete system List: Computer Systems
Posted 05 May 2012 - 09:52 PM
Wow, good information to know and good catch. Never heard of this issue so this is a first for me. Glad you got fixed and glad you had your EX for those quick recoveries. What 2T limit...
If at first you don't succeed, do it like your mother told you.
Posted 05 May 2012 - 10:01 PM
Yes, just one of the advantages of copying data to back it up rather than using a backup program.
BTW, got a question for you. As a fellow EX-503 owner, do you have any idea where I could get more drive 'handles' for 503s? I've run out of space with my current offsite backup solution and am thinking of using my 2nd EX-503 as a JBOD box with 2 sets of drives.
I would back up my data to one set of drives in the 503, take the set off site, then use a 2nd set of drives to back up the next night. Then I would rotate the drive sets each night. Only problem is, I think the drive 'handles' are required in order to support the drives in the 503. I looked at the Lian-Li website but couldn't find anything about the drive 'handles'.
Main Server - WHS 2011, Core I5-2500, 12T RAID 5 (5x3T) + 2T of Mirror + 2T of backup
Second Server - 2008R2, Core I5-2500, 12T RAID 5
Main Systems - Core I7-2600k, 16 Gigs DDR3-1600, 180 Gig Intel 330 SSD Max IOPS 240 Gig Vertex 3, 2T Sata 3 for local Backup
Other systems - Core I7-2600, Core I3-530's, Core I5-2500, Core I7-920, Core I3-2100, and G620 (see System List)
My Blogs - The Docs Blog and Tablet Resource
BYOB Videos - TheBYOBPodcast
For a complete system List: Computer Systems
Posted 06 May 2012 - 07:33 AM
Don't know of any aftermarket places that sell them but you might try to contact Lian-li and see if that gets you anywhere. If you are going to get into plugging things in and our I would probably consider a different device that does not need handles or trays.
If at first you don't succeed, do it like your mother told you.
Posted 06 May 2012 - 01:10 PM
If at first you don't succeed, do it like your mother told you.
Posted 07 May 2012 - 01:11 AM
Posted 07 May 2012 - 07:15 AM
I use a windows scheduled task to run all me synctoy paired folders at 2am every night. Works a treat!
If at first you don't succeed, do it like your mother told you.
Posted 10 May 2012 - 04:30 AM
Posted 10 May 2012 - 04:58 PM
If at first you don't succeed, do it like your mother told you.
Posted 10 May 2012 - 05:17 PM
The SyncToy log can be viewed by choosing the View Log option from the SyncToy File menu. The View Log dialog also has an option for deleting the current log contents. The log file is placed under the user's local application data folder (on Windows Vista: %LOCALAPPDATA%\Microsoft\SyncToy\2.0\SyncToyLog.log, on Windows XP: "%USERPROFILE%\Local Settings\Application Data\Microsoft\SyncToy\2.0\SyncToyLog.log")
add name="SyncToyTraceLevel" value="Verbose"SyncToy supports a verbose level of logging for helping troubleshoot issues you may be having during synchronization operatons. To enable verbose logging, you'll need to manually edit the configuration file named SyncToy.config under the SyncToy install location (by default installed to "%PROGRAMFILES%\SyncToy 2.1"). Open the SyncToy.config file in your favorite text editor and change the value property of the SyncToyTraceLevel switch from "Info" to "Verbose", e.g.:
If at first you don't succeed, do it like your mother told you.
Posted 13 May 2012 - 10:21 AM
If at first you don't succeed, do it like your mother told you.
Posted 15 May 2012 - 05:14 AM
Posted 15 May 2012 - 08:07 AM
Good stuff! Something that I learned with SyncToy is to use the UNC paths for shares instead of direct folder access when I can. Then, I'm in a better position if I ever move the folder from one array to another.
Try performance-pcs or frozencpu for your EX-503 handles. Lian-Li reuses parts across multiple products, so they may be there under a different name.
If at first you don't succeed, do it like your mother told you.
Posted 13 June 2012 - 12:48 PM
If at first you don't succeed, do it like your mother told you.
Posted 13 June 2012 - 04:11 PM
Posted 14 June 2012 - 08:03 AM
If at first you don't succeed, do it like your mother told you.
0 members, 0 guests, 0 anonymous users