Meu 16 gb está mostrando apenas 0,99 GB agora [duplicado]

0

Por favor leia este link primeiro

Meu problema é o mesmo descrito na pergunta aqui e também estou usando uma unidade flash usb sandisk de 16 GB. No entanto, não tenho idéia de como usar bootice. Alguém pode me ajudar?

    
por CodeRed 09.09.2012 / 19:04

1 resposta

1

A sua unidade está possivelmente corrompida e / ou com defeito. Eu tive um problema semelhante em uma unidade que eu tinha comprado fora do eBay. Se você estiver usando o Windows, tentarei seguir estas etapas:

(Note: This will remove anything from your drive!)

Go to Start --> Run --> type "cmd" --> Press Enter.

Once the command prompt opens, type "diskpart" then hit Enter. Next you will need to type "list disk" and hit Enter. You will then see a list of disks beginning with Disk 0. Find the disk that corresponds with the usb drive.

For this instance, say the usb drive is disk 1. Type "select disk 1" in the command prompt, hit Enter. You will then see a message that says Disk 1 is now the selected disk. I used disk 1 as just a reference, you need to type the disk number that actually corresponds to the usb drive.

Next, type "Clean" in the command prompt, hit Enter. You should receive a message stating that the disk was cleaned.

Now, type "create partition primary" in the command prompt, hit Enter. You should receive a message stating the specified partition was created.

Now, type "active" in the command prompt, hit Enter. This sets the partition as active.

Now, type "format fs=fat32" in the command prompt, hit Enter which will format the disk.

Now you should be all set with a fresh usb stick with no errors. Once the format completes, the usb stick should work just fine.

Now, just type exit to exit diskpart and then type exit again to exit the command prompt

Se isso não funcionar, lamento dizer, mas sua unidade está com malotes. Espero que você possa devolvê-lo para quem você comprou.

    
por 09.09.2012 / 19:23