如何取消 USB 隨身碟的寫入保護?

如何取消 USB 隨身碟的寫入保護?

我有一個SanDisk Cruser 刀片U 盤突然好像被寫保護了。我嘗試跑步磁碟部分但在我編寫命令“屬性磁碟清除唯讀”後,它會顯示以下內容:

Microsoft DiskPart version 5.1.3565

ADD         - Add a mirror to a simple volume.
ACTIVE      - Marks the current basic partition as an active boot partition.
ASSIGN      - Assign a drive letter or mount point to the selected volume.
BREAK       - Break a mirror set.
CLEAN       - Clear the configuration information, or all information, off the disk.
CONVERT     - Converts between different disk formats.
CREATE      - Create a volume or partition.
DELETE      - Delete an object.
DETAIL      - Provide details about an object.
EXIT        - Exit DiskPart
EXTEND      - Extend a volume.
HELP        - Prints a list of commands.
IMPORT      - Imports a disk group.
LIST        - Prints out a list of objects.
INACTIVE    - Marks the current basic partition as an inactive partition.
ONLINE      - Online a disk that is currently marked as offline.
REM         - Does nothing. Used to comment scripts.
REMOVE      - Remove a drive letter or mount point assignment.
REPAIR      - Repair a RAID-5 volume.
RESCAN      - Rescan the computer looking for disks and volumes.
RETAIN      - Place a retainer partition under a simple volume.
SELECT      - Move the focus to an object.

就像當你打字時幫助在 DiskPart 提示符號下,那麼我該如何克服這個問題呢?當我將棒插入有病毒的筆記型電腦時,這個問題就開始了,如果這有幫助的話。

答案1

首先檢查 USB 記憶棒是否有可能被錯誤切換的實體寫入保護開關。

然後在提升的命令提示字元中鍵入diskpart,然後在磁碟部分>提示輸入以下內容:

list disk
select disk <disk number>
attributes disk clear readonly

如果這不起作用且該棒不包含任何重要數據,請在「磁碟管理」( Start / Run / diskmgmt.msc) 中右鍵單擊該磁碟,刪除所有捲,然後建立一個新的簡單FAT32/exFAT/NTFS 卷并快速格式化它。

相關內容