No se puede formatear el disco duro externo

0

Al crear una partición con el Esquema de mapa de partición GUID en la Utilidad de disco, obtengo "La partición falló con el error: No se puede escribir en el último bloque del dispositivo". Mismo mensaje cuando intento borrar todo el volumen. Lo mismo para el formato para Mac OS Extended Encrypted .

Intentando escriba a el disco de / dev / random antes del formateo no cambia nada.

Relleno con ceros:

$ sudo dd if=/dev/zero of=/dev/disk1
dd: /dev/disk1: Resource busy

... y más tarde:

$ sudo dd if=/dev/zero of=/dev/disk1
dd: /dev/disk1: Input/output error
1+0 records in
0+0 records out
0 bytes transferred in 0.250087 secs (0 bytes/sec)

Ejecutando diskutil:

$ diskutil eraseDisk JHFS+ "ext" /dev/disk1
Started erase on disk1
Unmounting disk
Error: -69760: Unable to write to the last block of the device

Después de todo esto, Windows ve el disco como un volumen HFS vacío, pero cuando intento volver a formatearlo con el Explorador de Windows, informa: "Windows was unable to complete the format" .

Utilizando diskpart en Windows, " el formato "la acción permaneció bloqueada al 0% durante 2 horas (que para un aspecto de 500 GB debería estar definitivamente" congelada "):

DISKPART> clean
DiskPart succeeded in cleaning the disk.

DISKPART> create partition primary
DiskPart succeeded in creating the specified partition.

DISKPART> active
DiskPart has encountered an error: Data error (cyclic redundancy check).
See the System Event Log for more information.

DISKPART> select partition 1
Partition 1 is now the selected partition.

DISKPART> active    
DiskPart has encountered an error: Data error (cyclic redundancy check).
See the System Event Log for more information.

DISKPART> format fs=fat32

    0 percent completed

Intentando formatear con Administración de equipos > Administración de discos: The format did not complete successfully.

Ejecutando múltiples diskutil eraseDisk , por Tetsujin :

$ diskutil eraseDisk MS-DOS FAT MBRFormat disk2
Started erase on disk2
Unmounting disk
Creating the partition map
Waiting for the disks to reappear
Formatting disk2s1 as MS-DOS (FAT) with name FAT
512 bytes per physical sector
/dev/rdisk2s1: 976534720 sectors in 15258355 FAT32 clusters (32768 bytes/cluster)
bps=512 spc=64 res=32 nft=2 mid=0xf8 spt=32 hds=255 hid=2 drv=0x80 bsec=976773166 bspf=119206 rdcl=2 infs=1 bkbs=6
Mounting disk
Could not mount disk2s1 with name FAT after erase
Finished erase on disk2

$ diskutil eraseDisk JHFS+ macfs GPTFormat disk2
Started erase on disk2
Unmounting disk
Error: -69760: Unable to write to the last block of the device

$ diskutil eraseDisk MS-DOS FAT MBRFormat disk2
Started erase on disk2
Unmounting disk
Error: -69760: Unable to write to the last block of the device

$ diskutil eraseDisk JHFS+ macfs GPTFormat disk2
Started erase on disk2
Unmounting disk
Error: -69760: Unable to write to the last block of the device

$ diskutil eraseDisk MS-DOS FAT MBRFormat disk2
Started erase on disk2
Unmounting disk
Error: -69760: Unable to write to the last block of the device

$ diskutil eraseDisk JHFS+ macfs GPTFormat disk2
Started erase on disk2
Unmounting disk
Error: -69760: Unable to write to the last block of the device
    
pregunta yurkennis 21.09.2015 - 21:41

0 respuestas

Lea otras preguntas en las etiquetas