I was runing ntfsfix on ubuntu for my "exFat" Data. Is there any method to repair my data back to correct format?
Thanks so Much!
I was runing ntfsfix on ubuntu for my "exFat" Data. Is there any method to repair my data back to correct format?
Thanks so Much!
Why would you even attempt to use a tool for NTFS on a filesystem that is not NTFS?
Exfatfsck should be used to check exFat. Mind though that this tool can only be used to perform a check. Testdisk can retrieve data from exFat but that also does not fix your filesystem.
But there is no native Linux tool to repair exFat. Use Windows to fix the problem.
use testdisk. create --> your disk --> choose table type --> Advanced --> choose your disk partition --> use arrow left and right to choose "Type" --> MSData --> exfat.
use arrow left and right to choose "Boot" --> use arrow left and right to choose BACKUP BS.
ntfsfix
basically only changes one bit (the "dirty bit" of NTFS). It doesn't "repair" anything so it probably did not do much harm to the partition. You should at least be able to access it via TestDisk. – Andrea Lazzarotto Apr 26 '17 at 21:57