2011-09-21 06:36:57 +0000 2011-09-21 06:36:57 +0000
17
17
Advertisement

Herstellen van een gedeeltelijk geformatteerde USB-stick

Advertisement

Ik heb een USB-stick die ik wilde gebruiken om Windows 7 op te installeren. Tijdens het formatteren van de schijf met de Windows 7 USB/DVD downloadtool mislukte het, waardoor mijn USB-stick in een onbruikbare staat achterbleef.

Ik kan de drive zien met Windows Schijfbeheer, maar het laat zien dat het een RAW bestandssysteem heeft, en elke keer als ik probeer om het een tweede keer te formatteren, zegt het simpelweg dat het het bestand of de partitie niet kan vinden. Met DiskPart heb ik ook nog niet veel geluk gehad, want als ik het FORMAT commando probeer te gebruiken, krijg ik een foutmelding. Dit zijn de commando’s die ik gebruik en hun uitvoer.

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>diskpart

Microsoft DiskPart version 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: DYGEAR-PC

DISKPART> list disk

  Disk ### Status Size Free Dyn Gpt
  -------- ------------- ------- ------- --- ---
  Disk 0 Online 14 GB 0 B
  Disk 1 Online 74 GB 0 B
  Disk 2 Online 698 GB 0 B *
  Disk 3 Online 15 GB 0 B

DISKPART> select disk 3

Disk 3 is now the selected disk.

DISKPART> detail disk

Corsair Voyager Mini USB Device
Disk ID: 00000000
Type : USB
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : UNAVAILABLE
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No

  Volume ### Ltr Label Fs Type Size Status Info
  ---------- --- ----------- ----- ---------- ------- --------- --------
  Volume 4 Removable 15 GB Healthy

DISKPART> select volume 4

Volume 4 is the selected volume.

DISKPART> FORMAT RECOMMENDED OVERRIDE

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> FORMAT FS=NTFS LABEL="Windows7" QUICK COMPRESS

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART>

DISKPART> list disk

  Disk ### Status Size Free Dyn Gpt
  -------- ------------- ------- ------- --- ---
  Disk 0 Online 14 GB 0 B
  Disk 1 Online 74 GB 0 B
  Disk 2 Online 698 GB 0 B *
  Disk 3 Online 15 GB 0 B

DISKPART> select disk 3

Disk 3 is now the selected disk.

DISKPART> clean all

DiskPart has encountered an error: Incorrect function.
See the System Event Log for more information.

DISKPART> list partition

There are no partitions on this disk to show.

DISKPART> online disk

Virtual Disk Service error:
This disk is already online.

DISKPART> attributes disk clear readonly

Disk attributes cleared successfully.

DISKPART> clean

DiskPart has encountered an error: Incorrect function.
See the System Event Log for more information.

DISKPART> convert mbr

DiskPart successfully converted the selected disk to MBR format.

DISKPART> create partition primary

DiskPart succeeded in creating the specified partition.

DISKPART> select part 1

Partition 1 is now the selected partition.

DISKPART> active

DiskPart marked the current partition as active.

DISKPART> format fs=NTFS label=USB quick

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> format quick

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> assign letter F

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> list volume

  Volume ### Ltr Label Fs Type Size Status Info
  ---------- --- ----------- ----- ---------- ------- --------- --------
  Volume 0 V Video NTFS Simple 698 GB Healthy
  Volume 1 D SSD NTFS Partition 14 GB Healthy
  Volume 2 System Rese NTFS Partition 100 MB Healthy System
  Volume 3 C NTFS Partition 74 GB Healthy Boot
* Volume 4 Removable 15 GB Healthy

DISKPART>
Advertisement
Advertisement

Antwoorden (5)

34
34
34
2011-10-03 07:38:45 +0000

Om te proberen een USB-stick weer bruikbaar te maken, moet u de volgende commando’s proberen.

Allereerst moet u weten dat Windows 7 geïnstalleerd moet zijn op een computer waar u toegang toe heeft, zodat u het diskpart commando kunt gebruiken. Je moet ook administrator toegang hebben op deze computer.

  1. Klik op de Start Orb.
  2. Typ cmd in het zoekvak.
  3. Shift + klik met de rechtermuisknop op het CMD-pictogram.
  4. Klik op Run as Administrator.

Vanaf hier gaan we diskpart intypen en de volgende commando’s uitvoeren.

C:\Windows\system32>diskpart

Microsoft DiskPart version 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: DYGEAR-PC

DISKPART>

Vanaf hier gaan we list disk typen om de huidige stations te vinden die op de computer zijn aangesloten.

DISKPART> list disk

  Disk ### Status Size Free Dyn Gpt
  -------- ------------- ------- ------- --- ---
  Disk 0 Online 14 GB 0 B
  Disk 1 Online 74 GB 0 B
  Disk 2 Online 698 GB 0 B *
  Disk 3 Online 15 GB 0 B

De 15GB schijf is de schijf die we zoeken, want dat is de grootte van onze USB Duimdrive. Dus om die schijf te selecteren, voeren we het commando select disk 3 uit.

DISKPART> select disk 3

Disk 3 is now the selected disk.

Als je niet zeker weet of dit jouw schijf is, kun je details over de schijf opvragen door het commando detail disk uit te voeren nadat je de schijf hebt geselecteerd.

DISKPART> detail disk

Corsair Voyager Mini USB Device
Disk ID: 00000000
Type : USB
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : UNAVAILABLE
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No

  Volume ### Ltr Label Fs Type Size Status Info
  ---------- --- ----------- ----- ---------- ------- --------- --------
  Volume 4 Removable 15 GB Healthy

Nadat we de juiste schijf hebben, kunnen we alle partities op de schijf selecteren door select volume te doen en dan het volumenummer zoals in ons geval select volume 4.

DISKPART> select volume 4

Volume 4 is the selected volume.

Vanaf hier gaan we proberen om de schijf te herstellen tot een bruikbare staat. We gaan eerst proberen om de schijf opnieuw te formatteren. FORMAT RECOMMENDED OVERRIDE is de veiligste manier om de schijf weer in een normale staat te formatteren.

DISKPART> FORMAT RECOMMENDED OVERRIDE

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

Mocht dat niet werken, zoals hierboven, dan kunnen we proberen om een format commando uit te voeren dat vertelt hoe de drive geformatteerd moet worden in ons geval gebruiken we FORMAT FS=NTFS LABEL="Windows7" QUICK COMPRESS.

DISKPART> FORMAT FS=NTFS LABEL="Windows7" QUICK COMPRESS

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

In ons geval werkt dit nog steeds niet. Dus proberen we de hele schijf te wissen met het commando CLEAN ALL.

DISKPART> clean all

DiskPart has encountered an error: Incorrect function.
See the System Event Log for more information.

Als we op dit punt nog steeds problemen hebben met de drive. Laten we opnieuw proberen de partities op te sommen, kijken of er veranderingen zijn aangebracht aan de schijf met LIST PARTITION.

DISKPART> list partition

There are no partitions on this disk to show.

Aangezien er een wijziging is geweest, laten we eens kijken of we de drive online kunnen krijgen met ONLINE DISK.

DISKPART> online disk

Virtual Disk Service error:
This disk is already online.

Aangezien de drive online is, kunnen we nu proberen alle attributen die ons in de weg kunnen zitten, zoals het alleen-lezen attribuut, te wissen. We voeren ATTRIBUTES DISK CLEAR READONLY.

DISKPART> attributes disk clear readonly

Disk attributes cleared successfully.

Laten we eens kijken of we er een boot record op kunnen zetten met CONVERT MBR.

DISKPART> convert mbr

DiskPart successfully converted the selected disk to MBR format.

DISKPART> create partition primary

DiskPart succeeded in creating the specified partition.

DISKPART> select part 1

Partition 1 is now the selected partition.

DISKPART> active

DiskPart marked the current partition as active.

DISKPART> format fs=NTFS label=USB quick

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> format quick

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> assign letter F

DiskPart has encountered an error: The system cannot find the file specified.
See the System Event Log for more information.

DISKPART> list volume

  Volume ### Ltr Label Fs Type Size Status Info
  ---------- --- ----------- ----- ---------- ------- --------- --------
  Volume 0 V Video NTFS Simple 698 GB Healthy
  Volume 1 D SSD NTFS Partition 14 GB Healthy
  Volume 2 System Rese NTFS Partition 100 MB Healthy System
  Volume 3 C NTFS Partition 74 GB Healthy Boot
* Volume 4 Removable 15 GB Healthy

Zoals opgemerkt faalden al deze commando’s vanaf dat punt. Dus moeten we nog een laatste ding proberen om de schijf weer werkend te krijgen. In dit geval moet u de drivers voor de USB thumb drive verwijderen en ze dan opnieuw installeren nadat u uw computer opnieuw heeft opgestart.

  • *

Kijk eens naar het Format hulpprogramma van de SD-CARD Organisatie .

Of u zou kunnen proberen een Windows 98 Boot Disk te gebruiken na gebruik van Lexar’s USB Flip the Removable Media Bit Tool .

3
3
3
2012-08-03 08:54:30 +0000

Gebruik de HP Drive Key Boot Utility of HP USB Disk Storage Format Tool 2.2.3 , opdrachtregel- of GUI-versie.

2
Advertisement
2
2
2015-10-24 17:29:37 +0000
Advertisement

Mark Tomlin’s post heeft me niet geholpen, fdisk van linux wel.

fdisk /dev/sdX

Dit geeft je de fdisk prompt:

Command (m for help):

Het is intuïtief en je kunt de volgende opties gebruiken:

c (to activate DOS-mode, although it may not be necessary)
n (to create a new partition, fdisk will suggest sane values like partititon number and size - for a thumb-drive you'll most like want a full-disk partition, so you'll mostly press <enter> here)
t (choose c for a FAT 32 (LBA) partition type)
a (optional, to flag the pen-drive as bootable)
w (to write changes to disk and exit)

En je bent klaar. Uiteraard zal deze procedure alle gegevens op je thumb drive vernietigen, maar de oorspronkelijke vraag heeft betrekking op het herstellen van een “dode” schijf in een bruikbare staat, niet op het herstellen van de inhoud. (ik zou commentaar willen geven op James T’s antwoord, maar blijkbaar heb ik meer punten nodig dan om een antwoord te schrijven)

2
2
2
2016-04-23 07:45:29 +0000

Ik had een vergelijkbare situatie. De USB leek ook zowel als F: en G: te worden weergegeven. Ik heb veel van de bovenstaande oplossingen geprobeerd, maar een simpele reboot werkte voor mij. Ik kon toen de volgende commando’s in diskpart uitvoeren om de schijf te formatteren ( dit zal alle data op de schijf verwijderen ):

list disk
select disk X
clean
convert mbr
create partition primary
format fs=fat32 QUICK
exit

Zorg ervoor dat je X vervangt door het nummer van je USB. Dit nummer kan worden verkregen met het eerste commando dat alle schijven weergeeft die op het systeem zijn aangesloten. Aan de hand van deze lijst kunt u bepalen welke van de weergegeven schijven uw USB is en het nummer in de reeks commando’s hierboven op de positie X kopiëren. Zorg ervoor dat u de juiste schijf selecteert, anders kunt u per ongeluk de inhoud van een andere schijf wissen, zoals uw harde schijf.

0
Advertisement
0
0
2011-09-28 05:18:21 +0000
Advertisement

Je zou kunnen proberen om de oude partitie te herstellen met testdisk . Het zou je terug kunnen brengen naar een punt waar de usb drive weer bruikbaar is.

Je kunt proberen om hem te formatteren met gparted vanaf de live cd.

Ik heb een soortgelijk probleem eens opgelost met qtparted . Om de een of andere reden was geen enkele andere partitie manager in staat om het toen op te lossen. Het zou waarschijnlijk wat moeilijk zijn om een live cd te vinden die qtparted heeft… Ik denk dat oudere versies van Knoppix het hebben.

Advertisement

Gerelateerde vragen

21
3
4
8
6
Advertisement
Advertisement