Eu tentei usar o Windows (8), o Linux (Ubuntu 14.04) e o Android (Samsung Galaxy S4) para reformatar meu antigo cartão SD.
Ele está atualmente formatado em exFat
e parece que durante um rsync
3 dos meus arquivos de música se corromperam, e agora não consigo limpar ou reformatar o disco.
Se eu excluir qualquer dado e, em seguida, remover a unidade com segurança, voltarei ao inseri-lo novamente.
No Ubuntu, parece que o cartão SD não pode ser montado diretamente usando exFat
, mas posso fazer com que meu LG G4 (Android)
seja montado via MTP
com o cartão SD e lido a partir dele.
No meu antigo telefone Android (Samsung S4)
, posso mount
e unmount
o cartão e selecione a opção de formato; no entanto, no final, apenas remonta o cartão e ainda tem 29 GB de 59 disponíveis (dos 64).
Em, Windows, tentei usar o Disk Management
para formatá-lo, que foi até 99% e, em seguida, falhei ... Também testei format
em cmd
e diskpart
para formatar o disco.
Nada até agora funcionou ...
Aqui está o que eu tenho de format
in cmd
:
C:\windows\system32> format E: /fs:NTFS /v:SDcard /q Insert new disk for drive E: and press ENTER when ready... The type of the file system is RAW. The new file system is NTFS. QuickFormatting 59.5 GB Creating file system structures. The first NTFS boot sector is unwriteable. All NTFS boot sectors are unwriteable. Cannot continue. Format failed. Format failed.
Aqui estão os comandos que eu tentei em diskpart
:
Microsoft DiskPart version 6.3.9600 Copyright (C) 1999-2013 Microsoft Corporation. DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 238 GB 0 B * Disk 1 Online 59 GB 0 B DISKPART> select disk 1 Disk 1 is now the selected disk. DISKPART> attributes disk clear readonly Disk attributes cleared successfully. DISKPART> clean DiskPart succeeded in cleaning the disk. DISKPART> convert mbr Virtual Disk Service error: The specified disk is not convertible. CDROMs and DVDs are examples of disks that are not convertable. DISKPART> select partition 1 Partition 1 is now the selected partition. DISKPART> active DiskPart marked the current partition as active. DISKPART> format fs=NTFS label=SDcard quick 0 percent completed DiskPart has encountered an error: The parameter is incorrect. See the System Event Log for more information. DISKPART>
= - = - = - = - = - EDIT - = - = - = - = - =
Ao fazer mais algumas pesquisas, parece que há um problema com os cartões SDXC sandisk de 64GB, onde eles são bloqueados no modo somente leitura. Com essas informações, eu tentei o seguinte:
NOTA: Quando eu conecto meu cartão no Windows, vejo 26,2 GB livres de 59,4 GB; 33,2 GB é usado - então pouco mais da metade ...
C:\windows\system32> diskpart Microsoft DiskPart version 6.3.9600 Copyright (C) 1999-2013 Microsoft Corporation. On computer: XXXXXXXXXXXX DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 238 GB 0 B * Disk 1 Online 59 GB 0 B DISKPART> select disk 1 Disk 1 is now the selected disk. DISKPART> list partition Partition ### Type Size Offset ------------- ---------------- ------- ------- Partition 1 Primary 59 GB 1024 KB DISKPART> select partition 1 Partition 1 is now the selected partition. DISKPART> attributes disk clear readonly Disk attributes cleared successfully. DISKPART> clean DiskPart succeeded in cleaning the disk. DISKPART> exit Leaving DiskPart... C:\windows\system32> chkdsk E: /X /R /offlinescanandfix The type of the file system is exFAT. Volume Serial Number is 0741-C987 Windows is verifying files and folders... Corruption was found while examining files in directory \DCIM\Camera\data\obb\com.gramgames.tenten\com.samsung.music\com.spotify.mobile.android.ui\com.vcast.med iamanager\com.levelup.beautifulwidgets.free\... all the directories look like they are combined into 1 big string here, so I snipped it for readability... Corruption was found while examining files and directories. Corruption was found while examining the volume bitmap. The disk does not have enough space to replace bad clusters detected in file \DCIM\Camera7f2.mp4 of name 79617. Corruption was found while examining files in directory \DCIM\Camera\ (348). An error occurred while recovering lost files.
= - = - = - = - = - EDIT # 2 - = - = - = - = - =
Ao tentar formatá-lo em várias câmeras, eu finalmente consegui fazer com que ele carregasse no meu PC com o Ubuntu (14.04), tentando executar o GParted, obtive a seguinte saída se eu excluir e criar uma nova partição no disco (se eu tentar formatá-lo, ele mostra como se tivesse sido bem-sucedido, mas o disco permanece em exfat e a partição existente não é atualizada):
Obrigado!