USB 드라이브의 쓰기 방지를 어떻게 제거합니까?

USB 드라이브의 쓰기 방지를 어떻게 제거합니까?

나는SanDisk 크루저 블레이드갑자기 쓰기 금지된 것처럼 보이는 USB 스틱. 나는 달리기를 시도했다.디스크파트하지만 "attributes diskclear readonly" 명령을 작성한 후에는 다음과 같이 표시됩니다.

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 볼륨을 생성하고 빠르게 포맷하세요.

관련 정보