hard drive corrupted partioner won't work

Asked by william

loaded disk computr works ckecked file system says some files are corrupted m how to restore corrupted files on hrd disk

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Restore then from backups is the easiest way. If not and they are system files you can boot to liveCD and download debs, extract the debs and reinstate the file.

You can also try (from live cd):

sudo fsck -a /dev/partitionnamehere

replace partitionnamehere with the actual partition in question. E.g:

sudo fsck -a /dev/sda1

the -a switch tells the checker to (a)utomgically fix the bad data (if it can).

Can you help with this problem?

Provide an answer of your own, or ask william for more information if necessary.

To post a message you must log in.