|
You tried converting the FAT32 file system over to NTFS?
*This is only a suggestion, not saying this will work. Do so at your own risk, but has worked for me in the past.*
Start >> Run
Type in cmd and click OK to proceed.
When the new window opens up type :
convert drive_letter: /fs:ntfs
In place of the drive letter put what drive letter it is in My Computer like C, so this is an example.
convert c: /fs:ntfs
|