Impossibile formattare l'HDD esterno

0

Quando si crea una partizione con GUID Partition Map Scheme in Utility Disco, viene visualizzato il messaggio "La partizione non è riuscita con l'errore: impossibile scrivere nell'ultimo blocco del dispositivo". Lo stesso messaggio quando provo a cancellare l'intero volume. Lo stesso vale per la formattazione per Mac OS Esteso Encrypted .

Cercando di scrivi a il disco da / dev / random prima della formattazione non cambia nulla.

Riempimento con zeri:

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

... e successivi:

$ 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)

Esecuzione di 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

Dopo tutto ciò, Windows vede il disco come un volume HFS vuoto, ma quando provo a riformattarlo con Windows Explorer, riporta: "Windows was unable to complete the format" .

Usando diskpart sotto Windows, " formato "l'azione è rimasta bloccata allo 0% per 2 ore (che per un aspetto da 500 GB dovrebbe essere definitivamente" congelato "):

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

Prova a formattare con Gestione computer > Gestione disco: The format did not complete successfully.

Esecuzione di più diskutil eraseDisk , per 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
    
posta yurkennis 21.09.2015 - 21:41
fonte

0 risposte

Leggi altre domande sui tag