Beim Formatieren eines USB-Datenträgers mit DiskPart wird die Fehlermeldung „Kein Datenträger ausgewählt“ angezeigt.

Beim Formatieren eines USB-Datenträgers mit DiskPart wird die Fehlermeldung „Kein Datenträger ausgewählt“ angezeigt.

Ich verwende die folgende diskpart.exeReihenfolge. Ich möchte die Datenträgernummer angeben und dann den Datenträger formatieren.

C:\>diskpart

Microsoft DiskPart version 10.0.18362.1

Copyright (C) Microsoft Corporation.
On computer: AAAAAAA

DISKPART> select disk 2

Disk 2 is now the selected disk.

DISKPART> clean

DiskPart succeeded in cleaning the disk.

DISKPART> create partition primary

DiskPart succeeded in creating the specified partition.

DISKPART> format fs=ntfs label="My USB Disk" quick

There is no volume selected.
Please select a volume and try again.

DISKPART>

Wie Sie sehen, sollte das Skript funktionieren und könnte auch funktionieren Windows 7, da mehrere im Internet gesuchte Seiten dies besagen, aber bei meiner Windows 10Installation erhalte ich

Es ist kein Volumen ausgewählt

DasArtikeltrifft nicht zu. Der Autor hat wirklich vergessen, dass create primary partition. DitoHier.

Wie Sie diesem Screenshot entnehmen können, befindet sich auf Datenträger 2 definitiv ein Volume.

Diskpart zeigt ein einzelnes Volume an

Mein USB-Speicherstick hat ein einzelnes Volume, also formatsollte es funktionieren.

Gedanken?

Antwort1

Der Code ist fast korrekt, aber hier fehlt das Fragment. Ändern Sie es nach Bedarf.

create partition primary
select partition 1
active
format fs=ntfs label="My USB Disk" quick
assign letter=D

Antwort2

Ich hatte dasselbe Problem und zur Info: Nach einem Neustart (die Festplatte ließ sich nicht mehr los, um sie zu formatieren) und einem Versuch in CMD statt in Powershell funktionierte es. Das hier hat funktioniert:

  1. Führen Sie CMD aus
  2. Geben Sie „diskpart“ ein und drücken Sie die Eingabetaste
  3. Geben Sie im Diskpart-Fenster „list disk“ ein und drücken Sie die Eingabetaste
  4. Notieren Sie sich die Datenträgernummer Ihres USB-Geräts zur späteren Verwendung
  5. Geben Sie "sel dis 1" ein und ersetzen Sie die Nummer 1 durch die Nummer Ihres USB-Geräts in Schritt 4. Drücken Sie die Eingabetaste
  6. Geben Sie „clean“ ein und drücken Sie die Eingabetaste
  7. Geben Sie „cre par pri size=30000“ ein und drücken Sie die Eingabetaste
  8. Geben Sie "sel par 1" ein und drücken Sie die Eingabetaste
  9. Geben Sie „aktiv“ ein und drücken Sie die Eingabetaste
  10. Geben Sie „format fs=fat32 quick“ ein und drücken Sie die Eingabetaste
  11. Geben Sie „assign“ ein und drücken Sie die Eingabetaste
  12. Schließen Sie die Diskpart- und CMD-Fenster.

Ich versuche, einen USB-Stick mit über 50 GB als Startgerät mit FAT32-Partitionierung und weniger als 32 GB vorzubereiten.

Antwort3

ich weiß nicht, was ich getan habe, aber es funktioniert.

**

DISKPART> list disk
  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          119 GB  1024 KB        *
  Disk 1    Online          931 GB   300 GB        *
  Disk 2    Online           29 GB    29 GB
DISKPART> select disk 2
Disk 2 is now the selected disk.
DISKPART> clean
DiskPart has encountered an error: The device is not ready.
See the System Event Log for more information.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> active
There is no partition selected.
Please select a partition and try again.
DISKPART> list disk
  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          119 GB  1024 KB        *
  Disk 1    Online          931 GB   300 GB        *
* Disk 2    Online           29 GB      0 B
DISKPART> select disk 2
Disk 2 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> active
There is no partition selected.
Please select a partition and try again.
DISKPART> format fs=fat32 quick
There is no volume selected.
Please select a volume and try again.
DISKPART>
C:\WINDOWS\system32>diskpart
Microsoft DiskPart version 10.0.22000.653
Copyright (C) Microsoft Corporation.
On computer: ZMBBY
DISKPART> list disk
  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          119 GB  1024 KB        *
  Disk 1    Online          931 GB   300 GB        *
  Disk 2    Online           29 GB    29 GB
DISKPART> select disk 2
Disk 2 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> format fs=fat32 quick
There is no volume selected.
Please select a volume and try again.
DISKPART> list disk
  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          119 GB  1024 KB        *
  Disk 1    Online          931 GB   300 GB        *
  Disk 2    Online           29 GB    29 GB
DISKPART> select disk 2
Disk 2 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> create partition primary
Virtual Disk Service error:
The object is not found.
DISKPART>
C:\WINDOWS\system32>diskpart
Microsoft DiskPart version 10.0.22000.653
Copyright (C) Microsoft Corporation.
On computer: ZMBBY
DISKPART> list diskc
Microsoft DiskPart version 10.0.22000.653
DISK        - Display a list of disks. For example, LIST DISK.
PARTITION   - Display a list of partitions on the selected disk.
              For example, LIST PARTITION.
VOLUME      - Display a list of volumes. For example, LIST VOLUME.
VDISK       - Displays a list of virtual disks.
DISKPART> list dick
Microsoft DiskPart version 10.0.22000.653
DISK        - Display a list of disks. For example, LIST DISK.
PARTITION   - Display a list of partitions on the selected disk.
              For example, LIST PARTITION.
VOLUME      - Display a list of volumes. For example, LIST VOLUME.
VDISK       - Displays a list of virtual disks.
DISKPART> list disk
  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          119 GB  1024 KB        *
  Disk 1    Online          931 GB   300 GB        *
  Disk 2    Online           29 GB      0 B
DISKPART> select disk 2
Disk 2 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> create partition primary
Virtual Disk Service error:
The object is not found.
DISKPART> active
There is no partition selected.
Please select a partition and try again.
DISKPART> format fs=fat32 quick
There is no volume selected.
Please select a volume and try again.
DISKPART> create partition primary size=30000
No usable free extent could be found. It may be that there is insufficient
free space to create a partition at the specified size and offset. Specify
different size and offset values or don't specify either to create the
maximum sized partition. It may be that the disk is partitioned using the MBR disk
partitioning format and the disk contains either 4 primary partitions, (no
more partitions may be created), or 3 primary partitions and one extended
partition, (only logical drives may be created).
DISKPART> create partition primary
C:\WINDOWS\system32>diskpart
Microsoft DiskPart version 10.0.22000.653
Copyright (C) Microsoft Corporation.
On computer: ZMBBY
DISKPART> list disk
  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          119 GB  1024 KB        *
  Disk 1    Online          931 GB   300 GB        *
  Disk 2    Online           29 GB      0 B
DISKPART> select disk 2
Disk 2 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> create partition primary
DiskPart succeeded in creating the specified partition.
DISKPART> format fs=fat32 quick
    0 percent completed
DiskPart has encountered an error: The request is not supported.
See the System Event Log for more information.
DISKPART> format fs=fat32 quick
  100 percent completed
DiskPart successfully formatted the volume.

**

Antwort4

Hey, mit der Lautstärke ist nicht viel los, du musst nur das Laufwerk auswählen, in meinem Fall war es das Laufwerk H, also das 8., also habe ich es ausgewählt und fortgefahren!

hey, unten ist das Bild meines cmd-Prozesses, schau es dir unbedingt an

Ich hoffe es hilft:
cmd-Prozessabbild

verwandte Informationen