I have an external HDD that I use to store various files and products that I download. Today, while downloading one such application my computer decided to freeze. I've been having a sporatic issue with my hardware lately, so this freeze (while not entirely unexpected) happened at a most inopportune moment.
When my computer 'came-to' after rebooting, my HDD was put into a read-only state. Any change I tried to make to the drive was greeted with a "The media is write protected" error message. The only fix I could come up with was the following:
1. Open the command prompt.2. Type DISKPART3. LIST VOLUME (to identify the volume in question)4. SELECT VOLUME # (where # represents the volume identifier)5. ATTRIBUTES VOLUME CLEAR READONLY
After this, I could select the folders on my drive and unmark their read-only state. Note that I had to clear the read-only flag even though DISKPART reported the volume as not being read-only.
We'll see whether the drive falls back into its read-only state in the future.
Powered by: newtelligence dasBlog 2.0.7226.0
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2010R. Aaron Zupancic
E-mail