Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google

Our Sites

covecube.com 
community.covecube.com 
blog.covecube.com 
wiki.covecube.com 
bitflock.com 
stablebit.com 

Poll

No poll attached to this discussion.

In order to better support our growing community we've set up a new more powerful forum.


The new forum is at: http://community.covecube.com


The new forum is running IP.Board and will be our primary forum from now on.


This forum is being retired, but will remain online indefinitely in order to preserve its contents. This forum is now read only.


Thank you,

Missing files after drive failure

edited November 2011 in DrivePool
If I decide to move my movies to the pool without duplication and a drive fails, is there an easy way to tell which files were on the disc that failed so I can re-rip them to the server?

Comments

  • edited November 2011 Resident Guru
    Hmm. Not one built into DrivePool, as far as I know. If your movie pool doesn't change much, you could regularly dump the directory tree to a file elsewhere, and then if a drive fails, do another dump and compare the two to find the missing files?

    Something like:

    dir \\server\pool /s /b >c:\tree-before-fail.txt  <--- do this after you add movie(s)

    dir \\server\pool /s /b >c:\tree-after-fail.txt  <--- do this after drive fails

    fc /L c:\tree-before-fail.txt c:\tree-after-fail.txt >c:\missing-files.txt  <--- find out what you lost
Sign In or Register to comment.