Error 0x80070570: The file or directory is corrupted and unreadable

The problem is: When I edit a file on ubuntu 16.04 LTS, it gets corrupted on windows! What is the problem and how can I fix it?

Thanks in advance...

2

2 Answers

Well, formatting the drive could be the best option for you to fix “the file or directory is corrupted and unreadable” error. Here’s how you can format a hard disk: • Find the affected hard disk partition and right-click on it • Choose the format option on a drop-down menu • Then, choose the file system and click on the Quick Format option. • Click on the ‘Start’ option to begin the formatting process.

Do sudo ntfsfix /dev/sda1, where /dev/sda1 is your NTFS disk. Make sure it is unmounted.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like