2011-09-21 06:36:57 +0000 2011-09-21 06:36:57 +0000
17
17
Advertisement

Cómo recuperar una unidad USB parcialmente formateada

Advertisement

Tengo una unidad USB Thumb Drive que iba a utilizar para instalar Windows 7 con. Al formatear la unidad con la herramienta de descarga de Windows 7 USB/DVD falló dejando mi unidad USB en un estado inutilizable.

Puedo ver la unidad con el Administrador de discos de Windows, pero muestra que tiene un sistema de archivos RAW, y cada vez que intento reformatearla por segunda vez, simplemente dice que no puede encontrar el archivo o la partición. Usando DiskPart tampoco he tenido mucha suerte ya que al intentar usar el comando FORMAT da error. Estos son los comandos que estoy utilizando y su salida.

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>diskpart

Microsoft DiskPart version 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: DYGEAR-PC

DISKPART> list disk

  Disk ### Status Size Free Dyn Gpt
  -------- ------------- ------- ------- --- ---
  Disk 0 Online 14 GB 0 B
  Disk 1 Online 74 GB 0 B
  Disk 2 Online 698 GB 0 B *
  Disk 3 Online 15 GB 0 B

DISKPART> select disk 3

Disk 3 is now the selected disk.

DISKPART> detail disk

Corsair Voyager Mini USB Device
Disk ID: 00000000
Type : USB
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : UNAVAILABLE
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No

  Volume ### Ltr Label Fs Type Size Status Info
  ---------- --- ----------- ----- ---------- ------- --------- --------
  Volume 4 Removable 15 GB Healthy

DISKPART> select volume 4

Volume 4 is the selected volume.

DISKPART> FORMAT RECOMMENDED OVERRIDE

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> FORMAT FS=NTFS LABEL="Windows7" QUICK COMPRESS

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART>

DISKPART> list disk

  Disk ### Status Size Free Dyn Gpt
  -------- ------------- ------- ------- --- ---
  Disk 0 Online 14 GB 0 B
  Disk 1 Online 74 GB 0 B
  Disk 2 Online 698 GB 0 B *
  Disk 3 Online 15 GB 0 B

DISKPART> select disk 3

Disk 3 is now the selected disk.

DISKPART> clean all

DiskPart has encountered an error: Incorrect function.
See the System Event Log for more information.

DISKPART> list partition

There are no partitions on this disk to show.

DISKPART> online disk

Virtual Disk Service error:
This disk is already online.

DISKPART> attributes disk clear readonly

Disk attributes cleared successfully.

DISKPART> clean

DiskPart has encountered an error: Incorrect function.
See the System Event Log for more information.

DISKPART> convert mbr

DiskPart successfully converted the selected disk to MBR format.

DISKPART> create partition primary

DiskPart succeeded in creating the specified partition.

DISKPART> select part 1

Partition 1 is now the selected partition.

DISKPART> active

DiskPart marked the current partition as active.

DISKPART> format fs=NTFS label=USB quick

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> format quick

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> assign letter F

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> list volume

  Volume ### Ltr Label Fs Type Size Status Info
  ---------- --- ----------- ----- ---------- ------- --------- --------
  Volume 0 V Video NTFS Simple 698 GB Healthy
  Volume 1 D SSD NTFS Partition 14 GB Healthy
  Volume 2 System Rese NTFS Partition 100 MB Healthy System
  Volume 3 C NTFS Partition 74 GB Healthy Boot
* Volume 4 Removable 15 GB Healthy

DISKPART>
Advertisement
Advertisement

Respuestas (5)

34
34
34
2011-10-03 07:38:45 +0000

Para intentar recuperar una unidad USB a su estado utilizable, debe probar estos comandos.

En primer lugar, hay que tener en cuenta que debe tener instalado Windows 7 en un ordenador al que tenga acceso, para poder utilizar el comando diskpart. También necesitarás tener acceso de administrador en este ordenador.

  1. Haz clic en el orbe de inicio.
  2. Escribe cmd en el cuadro de búsqueda.
  3. Shift + Click derecho en el icono de CMD.
  4. Haz clic en Run as Administrator.

A partir de aquí, vamos a teclear diskpart y ejecutar los siguientes comandos.

C:\Windows\system32>diskpart

Microsoft DiskPart version 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: DYGEAR-PC

DISKPART>

Desde aquí vamos a teclear list disk para encontrar las unidades actuales conectadas al ordenador.

DISKPART> list disk

  Disk ### Status Size Free Dyn Gpt
  -------- ------------- ------- ------- --- ---
  Disk 0 Online 14 GB 0 B
  Disk 1 Online 74 GB 0 B
  Disk 2 Online 698 GB 0 B *
  Disk 3 Online 15 GB 0 B

La unidad de 15GB es la que estamos buscando, ya que ese es el tamaño de nuestro USB Thumb Drive. Así que para seleccionar esa unidad, ejecutamos el comando select disk 3.

DISKPART> select disk 3

Disk 3 is now the selected disk.

Si no estás seguro de que esa sea tu unidad, puedes solicitar detalles sobre la unidad ejecutando el comando detail disk después de haber seleccionado el disco.

DISKPART> detail disk

Corsair Voyager Mini USB Device
Disk ID: 00000000
Type : USB
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : UNAVAILABLE
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No

  Volume ### Ltr Label Fs Type Size Status Info
  ---------- --- ----------- ----- ---------- ------- --------- --------
  Volume 4 Removable 15 GB Healthy

Después de que tengamos la unidad correcta, podemos seleccionar cualquier partición en la unidad haciendo select volume y luego el número de volumen como en nuestro caso select volume 4.

DISKPART> select volume 4

Volume 4 is the selected volume.

A partir de aquí, intentaremos recuperar la unidad a un estado utilizable. Primero vamos a intentar reformatear el disco. FORMAT RECOMMENDED OVERRIDE es la forma más segura de formatear el disco a un estado normal.

DISKPART> FORMAT RECOMMENDED OVERRIDE

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

En caso de que esto no funcione, como se muestra arriba, podemos intentar ejecutar un comando de formato que le indique cómo formatear la unidad, en nuestro caso utilizamos FORMAT FS=NTFS LABEL="Windows7" QUICK COMPRESS.

DISKPART> FORMAT FS=NTFS LABEL="Windows7" QUICK COMPRESS

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

En nuestro caso, esto sigue sin funcionar. Así que intentamos limpiar toda la unidad con el comando CLEAN ALL.

DISKPART> clean all

DiskPart has encountered an error: Incorrect function.
See the System Event Log for more information.

Si en este punto seguimos teniendo problemas con la unidad. Intentemos listar las particiones de nuevo, para ver si se ha hecho algún cambio en la unidad con LIST PARTITION.

DISKPART> list partition

There are no partitions on this disk to show.

Como ha habido un cambio, veamos si podemos poner la unidad en línea con ONLINE DISK.

DISKPART> online disk

Virtual Disk Service error:
This disk is already online.

Como el controlador está en línea, ahora podemos intentar borrar los atributos que nos puedan estorbar, como el de sólo lectura. Ejecutamos ATTRIBUTES DISK CLEAR READONLY.

DISKPART> attributes disk clear readonly

Disk attributes cleared successfully.

Veamos si podemos poner un registro de arranque con CONVERT MBR.

DISKPART> convert mbr

DiskPart successfully converted the selected disk to MBR format.

DISKPART> create partition primary

DiskPart succeeded in creating the specified partition.

DISKPART> select part 1

Partition 1 is now the selected partition.

DISKPART> active

DiskPart marked the current partition as active.

DISKPART> format fs=NTFS label=USB quick

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> format quick

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> assign letter F

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> list volume

  Volume ### Ltr Label Fs Type Size Status Info
  ---------- --- ----------- ----- ---------- ------- --------- --------
  Volume 0 V Video NTFS Simple 698 GB Healthy
  Volume 1 D SSD NTFS Partition 14 GB Healthy
  Volume 2 System Rese NTFS Partition 100 MB Healthy System
  Volume 3 C NTFS Partition 74 GB Healthy Boot
* Volume 4 Removable 15 GB Healthy

Como se ha señalado todos estos comandos fallaron desde ese punto. Así que debemos intentar una última cosa para que la unidad vuelva a funcionar. En este caso, lo que hay que hacer es desinstalar los controladores de la unidad USB y volver a instalarlos después de reiniciar el ordenador.

  • *

Echa un vistazo a la utilidad de Formateo de la Organización de tarjetas SD .

O puede intentar utilizar un Disco de arranque de Windows 98 después de utilizar Lexar’s USB Flip the Removable Media Bit Tool .

3
3
3
2012-08-03 08:54:30 +0000

Utilice la HP Drive Key Boot Utility o la HP USB Disk Storage Format Tool 2.2.3 , línea de comandos o versión GUI.

2
Advertisement
2
2
2015-10-24 17:29:37 +0000
Advertisement

El post de Mark Tomlin no me ayudó, el fdisk de linux sí.

fdisk /dev/sdX

Esto te dará el prompt de fdisk:

Command (m for help):

Es intuitivo y puedes usar las siguientes opciones:

c (to activate DOS-mode, although it may not be necessary)
n (to create a new partition, fdisk will suggest sane values like partititon number and size - for a thumb-drive you'll most like want a full-disk partition, so you'll mostly press <enter> here)
t (choose c for a FAT 32 (LBA) partition type)
a (optional, to flag the pen-drive as bootable)
w (to write changes to disk and exit)

Y ya está. Obviamente, este procedimiento destruirá todos los datos de tu disco duro , pero la pregunta original se refiere a recuperar un disco “muerto” a un estado utilizable, no a recuperar su contenido. (comentaría la respuesta de James T, pero aparentemente necesito más puntos que para escribir una respuesta)

2
2
2
2016-04-23 07:45:29 +0000

Tuve una situación similar. El USB también parecía mostrarse como F: y G:. Probé muchas de las soluciones anteriores, pero un simple reinicio me funcionó. Entonces pude ejecutar los siguientes comandos en diskpart para formatear el disco ( hacer esto borrará todos los datos del disco ):

list disk
select disk X
clean
convert mbr
create partition primary
format fs=fat32 QUICK
exit

Asegúrese de sustituir la X por el número de su USB. Este número puede obtenerse utilizando el primer comando que muestra todos los discos conectados al sistema. A partir de esta lista, puede determinar cuál de los discos mostrados es su USB y copiar el número en el conjunto de comandos anteriores en la posición X. Asegúrate de seleccionar el disco correcto o podrías borrar accidentalmente el contenido de otro disco como por ejemplo tu disco duro.

0
Advertisement
0
0
2011-09-28 05:18:21 +0000
Advertisement

Podrías intentar recuperar la antigua partición con testdisk . Puede que te devuelva a un punto en el que la unidad usb sea utilizable de nuevo.

Puedes intentar formatearla con gparted desde el live cd.

Una vez arreglé un problema similar usando qtparted . Por alguna razón ningún otro gestor de particiones fue capaz de arreglarlo en ese momento. Probablemente sería algo difícil encontrar un live cd que tenga qtparted… Creo que las versiones más antiguas de Knoppix lo tienen.

Advertisement

Preguntas relacionadas

21
15
3
4
8
Advertisement