Click here to Skip to main content
15,917,645 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
RafagaX24-Jun-14 11:50
professionalRafagaX24-Jun-14 11:50 
AnswerRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
Kevin Marois23-Jun-14 13:36
professionalKevin Marois23-Jun-14 13:36 
GeneralRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
_Damian S_23-Jun-14 13:47
professional_Damian S_23-Jun-14 13:47 
AnswerRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
Michael Martin23-Jun-14 18:31
professionalMichael Martin23-Jun-14 18:31 
AnswerRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
Plamen Dragiyski23-Jun-14 21:24
professionalPlamen Dragiyski23-Jun-14 21:24 
AnswerRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
Vachaun2224-Jun-14 1:58
Vachaun2224-Jun-14 1:58 
GeneralRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
kmoorevs24-Jun-14 4:36
kmoorevs24-Jun-14 4:36 
GeneralRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
Vachaun2224-Jun-14 4:45
Vachaun2224-Jun-14 4:45 
Divide and conquer the listing of files to copy.

Rather than try to do them all at one fell swoop, grab only a portion of the files at a time. Then when you get a group of files that won't copy due to the disk read error, then work at that group of files one at a time (or break the group up to a smaller group), rinse and repeat. At some point you will narrow it down to the file(s) that are causing you a problem.

If the disk is failing, you may get read errors. You could try dd-rescue at that point (google for samples of the command) to image the disk to a known good disk. dd-rescue will time out before the hard drive read times out, so it can continue by skipping the block and marking it. Once the forward image is completed, it revisits the blocks that it could read, and reverse reads those blocks sector by sector. Many times it can recover 7 of the 8 sectors in a 4K block. Granted, the file is still corrupt, but you may have recovered enough of the file for parts of it to be useable.
AnswerRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
The Pedant24-Jun-14 3:43
professionalThe Pedant24-Jun-14 3:43 
AnswerRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
johnbergman224-Jun-14 6:05
johnbergman224-Jun-14 6:05 
AnswerRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
Member 393455125-Jun-14 8:56
Member 393455125-Jun-14 8:56 
GeneralRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
kmoorevs25-Jun-14 15:02
kmoorevs25-Jun-14 15:02 
GeneralRe: Master File Table Corrupted - Any words of wisdom from the gallery? Pin
Member 393455130-Jun-14 6:37
Member 393455130-Jun-14 6:37 
GeneralToo easy! Pin
Dalek Dave23-Jun-14 11:08
professionalDalek Dave23-Jun-14 11:08 
GeneralRe: Too easy! Pin
DaveAuld23-Jun-14 11:13
professionalDaveAuld23-Jun-14 11:13 
GeneralRe: Too easy! Pin
_Maxxx_23-Jun-14 16:42
professional_Maxxx_23-Jun-14 16:42 
GeneralRe: Too easy! Pin
_Damian S_24-Jun-14 16:35
professional_Damian S_24-Jun-14 16:35 
GeneralRe: Too easy! Pin
_Maxxx_24-Jun-14 17:18
professional_Maxxx_24-Jun-14 17:18 
GeneralRe: Too easy! Pin
MarkTJohnson24-Jun-14 2:22
professionalMarkTJohnson24-Jun-14 2:22 
GeneralDownload Windows? Pin
Chris Losinger23-Jun-14 10:47
professionalChris Losinger23-Jun-14 10:47 
GeneralRe: Download Windows? Pin
David O'Neil23-Jun-14 11:56
professionalDavid O'Neil23-Jun-14 11:56 
GeneralRe: Download Windows? Pin
Super Lloyd23-Jun-14 14:15
Super Lloyd23-Jun-14 14:15 
GeneralRe: Download Windows? Pin
Dan Colasanti23-Jun-14 19:07
professionalDan Colasanti23-Jun-14 19:07 
GeneralRe: Download Windows? Pin
bryce23-Jun-14 21:23
bryce23-Jun-14 21:23 
GeneralRe: Download Windows? Pin
Chris Losinger24-Jun-14 4:02
professionalChris Losinger24-Jun-14 4:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.