
tengo unCuchilla trituradora SanDiskMemoria USB que de repente parece estar protegida contra escritura. Intenté correrParte del discopero después de escribir el comando "atributos de disco limpio de solo lectura", muestra esto:
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.
es como cuando escribesayudaen el indicador de DiskPart, entonces, ¿cómo puedo superar esto? Este problema comenzó cuando conecté el dispositivo a una computadora portátil que tenía virus, si eso sirve de ayuda.
Respuesta1
Primero verifique si la memoria USB tiene un interruptor físico de protección contra escritura que podría haberse activado por error.
Luego, en un símbolo del sistema elevado, escriba diskpart
, y en elPARTE DE DISCO>mensaje escriba lo siguiente:
list disk
select disk <disk number>
attributes disk clear readonly
Si eso no ayuda y el dispositivo no contiene ningún dato importante, en Administración de discos ( Start / Run / diskmgmt.msc
), haga clic derecho en el disco, elimine todos los volúmenes, luego cree un nuevo volumen FAT32/exFAT/NTFS simple y formatéelo rápidamente.