解决 U 盘写保护的问题
插了一个 U 盘,想格式化或者创建文件,但是提示我 U 盘是写保护的。
解决方法如下:
Open a command prompt
type DISKPART press
type LIST VOLUME press
type SELECT VOLUME X, where X is the volume number you want to remove the write protect from. In my case is was Volume 6
type ATTRIBTES DISK CLEAR READONLY press
you will see a prompt that the write protect has been removed
type EXIT press
此方法来自这里
后记:
这个方法最后证明不好用。也许我的U盘写保护是因为U盘坏掉了吧。我已经放弃它了,买了个新U盘……
理解的越多,需要记忆的就越少