Unidade USB presa como CD

0

Gravei uma imagem em uma unidade USB e agora não consigo recuperá-la em tamanho real.

Eu tentei o formato drive mas ainda é o tamanho da imagem; /

Idéias?

    
por Rachel R 15.10.2013 / 13:08

4 respostas

3

Open up the Start Menu and type “diskpart” in the run box. Press enter. You’ll be prompted by the Windows UAC to authorize admin access to the DISKPART tool.

A command-prompt-like window will open up, only the prompt will say “DISKPART”. At that prompt, type “list disk”.

enter image description here

In the list output on our machine you can see the computer’s hard drive (119GB) and the removable SD card (14GB). It is absolutely critical you note the proper disk number. DISKPART commands are immediate and without any warning. If you type in the wrong disk number, you’re going to have a really bad time.

After identifying your SD card’s disk number, enter the following command “select disk #” where # is the disk number of your SD card.

enter image description here

Whatever commands you execute after this point will only make changes to the selected disk; now would be a good time to double check you’ve selected the right disk just to be extra safe.

Next, now enter the command “clean”

enter image description here

The clean command zeroes out the sectors of the disk that contain the partition data. If you wished to zero out all data on the SD card you could use “clean all” instead, but unless you have a pressing privacy/security reason for overwriting the the entire SD card with zeros, it’s unwise to waste the read/write cycles of the flash media.

After cleaning the disk, enter the following command “create partition primary”

enter image description here

The command, as the syntax implies, creates a new partition on the disk and sets it to primary. After creating the primary partition, the entire storage capacity of the SD card should be available to Windows. If we peek back into Disk Manager, we no longer see a tiny partition with a huge hunk of unallocated space, but a large partition ready to be formatted:

enter image description here

That’s all there is to it! A little DISKPART wizardy and the SD card is factory fresh again.

Extrato do artigo de aqui

    
por 15.10.2013 / 13:41
0

Você pode tentar redimensionar a partição ativa para usar o espaço não localizado na unidade USB, para que a partição ativa use toda a unidade USB novamente.

Windows Explorer - > Computador - > Gerenciar

    
por 15.10.2013 / 13:36
0

você pode usar a ferramenta de bootice . É para gerenciar a inicialização de dispositivos, mas pode ser usado para particionar sua unidade USB.

inicie-o, (ele deve ter direitos de administrador), selecione sua unidade USB (tenha certeza!), selecione "gerenciamento de peças", selecione "re-particionamento" e, em seguida, selecione a opção desejada. a opção "normal" é o modo "USB-HDD". Espero que ajude

    
por 15.10.2013 / 14:02
-1

Eu uso a ferramenta HP USB Disk Storage Format.

link

rápido, fácil e nunca falhou

    
por 16.10.2013 / 14:57