After system crash my USB stick with exFAT gets read-only. To revert it back to read-write I have to format it every time this happens. I would rather have fixed it without formatting.

link|improve this question
feedback

3 Answers

up vote 1 down vote accepted

Have you tried doing a filesystem error check on it? I bet if you do this then it will become read-write again. This is probably a safety mechanism to protect you from corrupting a volume that wasn't cleanly closed.

link|improve this answer
Yep. Running chkdsk makes it read-write again. Funny thing is chkdsk shows there were no errors :) – Piotr Dobrogost May 4 '09 at 17:55
feedback

Have you tried using a different USB "stick" and see if you can replicate the behavior? You might have a faulty (or failing one).

link|improve this answer
It doesn't fail itself without a reason. It gets corrupted only after system crashes. – Piotr Dobrogost May 4 '09 at 17:54
feedback

I have a exfat partition in my computer and i had a crash yesterday now my entire paritition is read only i need help, i only have 2 partitions, 30gb for windows 120 for everything else my everything else is broked!

link|improve this answer
You have to run chkdsk from a command line (Start|Run|cmd) and then chkdsk x: where x is the partition that is read-only after crash. After that your partition should be read-write again. – Piotr Dobrogost Jul 6 '09 at 11:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.