Reading a RAW hard drive
Solved
ml500
Posted messages
791
Status
Membre
-
Chris -
Chris -
Hello,
I have an IDE hard drive with two partitions, but suddenly one partition shows a RAW file system and the other NTFS.
How can I recover the files that were on the RAW partition that no longer opens?
Please help me
Configuration: Windows 7 / Firefox 10.0.2
I have an IDE hard drive with two partitions, but suddenly one partition shows a RAW file system and the other NTFS.
How can I recover the files that were on the RAW partition that no longer opens?
Please help me
Configuration: Windows 7 / Firefox 10.0.2
2 réponses
Hello!
Maybe this discussion could help you.
https://forums.commentcamarche.net/forum/affich-2257138-partition-ntfs-transformee-en-raw#1
Best regards.
Just type the command "chkdsk D:" (for the D: partition) in cmd.exe to scan D:. If the NTFS format has indeed been converted to RAW, as I experienced, Windows will clearly indicate that there are defective clusters. To fix the errors, type the command: "chkdsk D: /F" still in cmd.exe...
In one minute the problem was resolved, the partition was once again recognized as NTFS by Windows, all data intact, etc.
- -
“Everyone has ideas. Often the same ones. What matters is knowing how to use them.”
Maybe this discussion could help you.
https://forums.commentcamarche.net/forum/affich-2257138-partition-ntfs-transformee-en-raw#1
Best regards.
Just type the command "chkdsk D:" (for the D: partition) in cmd.exe to scan D:. If the NTFS format has indeed been converted to RAW, as I experienced, Windows will clearly indicate that there are defective clusters. To fix the errors, type the command: "chkdsk D: /F" still in cmd.exe...
In one minute the problem was resolved, the partition was once again recognized as NTFS by Windows, all data intact, etc.
- -
“Everyone has ideas. Often the same ones. What matters is knowing how to use them.”
ratmaemi
Thank you! I was able to recover the use of my hard drive and, in the process, my data.
Padawan97
Thanks for the trick!