SSD lässt sich nicht initialisieren

CL500

Cadet 1st Year
Registriert
Sep. 2020
Beiträge
14
Moin, hab seit gestern eine neue WD Black SN750 mit 500GB. In der Datenträgerverwaltung wird sie mir angezeigt aber ich muss sie ja erst initialisieren damit ich sie richtig benutzten kann. Aber leider steht bei mir die Option nicht da kann mir da einer weiter helfen?
 

Anhänge

  • help.PNG
    help.PNG
    47 KB · Aufrufe: 340
So wie ich das sehe muss da gar nichts inizialisiert werden. Lediglich formatieren musst du sie noch.
 
  • Gefällt mir
Reaktionen: Keine Geduld!
Falls Datenträger 0 die WD Black SN750 ist, muss nur ein Volume / Partiton eingerichtet werden.

Datenträgerverwaltung: Problembehandlung | Microsoft Docs
Wenn die Partition als Nicht zugeordnet aufgelistet ist und du weißt, dass sie leer ist, halte die nicht zugeordnete Partition gedrückt (oder klicke mit der rechten Maustaste darauf), und wähle dann Neues einfaches Volume aus. Folge anschließend den Anweisungen zum Erstellen eines Volumes im freien Speicherplatz. Führe diesen Schritt nicht aus, wenn du Dateien der Partition wiederherstellen möchtest. Fahre in diesem Fall direkt mit dem nächsten Schritt fort.

1626893248605.png
 
Zuletzt bearbeitet:
Du musste die Karte auch "einrichten". Also formatieren und dann klappts auch.
 
bisy schrieb:
Rechtsklick drauf und ein neues einfaches Volumen erstellen
Wird mir jetzt als "Basisdatenpartition" angezeigt, müsste da nicht "Aktiv, Primäre Partition" stehen?
 
Nein, die Disk scheint aktuell eine GPT-Partitionstabelle zu haben, und da ist das normal.
 
CL500 schrieb:
Wird mir jetzt als "Basisdatenpartition" angezeigt, müsste da nicht "Aktiv, Primäre Partition" stehen?

PartitionType

A GUID that identifies the partition type.

Each partition type that the EFI specification supports is identified by its own GUID, which is published by the developer of the partition.

This member can be one of the following values.


Code:
DISKPART> list partition

Partition ###   Typ                   Größe    Offset
--------- ----  --------------------  -------  -------
Partition 1     System                 100 MB  1024 KB
Partition 2     Reserviert              16 MB   101 MB
Partition 3     Primär                xxxx GB   117 MB
Partition 4     Wiederherstellung     xxxx MB  xxxx MB

Code:
DISKPART> detail partition

Partition 3
Typ         : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Versteckt   : Nein
Erforderlich: Nein
Attribut    : 0000000000000000
Offset in Byte: 122683392

  Volume ###  Bst  Bezeichnung  DS     Typ         Größe     Status     Info
  ----------  ---  -----------  -----  ----------  --------  ---------  --------
* Volume 1     C                NTFS   Partition   ***** GB  Fehlerfre  Startpar


ValueMeaning
PARTITION_BASIC_DATA_GUID ebd0a0a2-b9e5-4433-87c0-68b6b72699c7The data partition type that is created and recognized by Windows.

Only partitions of this type can be assigned drive letters, receive volume GUID paths, host mounted folders (also called volume mount points), and be enumerated by calls to FindFirstVolume and FindNextVolume.

This value can be set only for basic disks, with one exception. If both PARTITION_BASIC_DATA_GUID and GPT_ATTRIBUTE_PLATFORM_REQUIRED are set for a partition on a basic disk that is subsequently converted to a dynamic disk, the partition remains a basic partition, even though the rest of the disk is a dynamic disk. This is because the partition is considered to be an OEM partition on a GPT disk.
PARTITION_SYSTEM_GUID c12a7328-f81f-11d2-ba4b-00a0c93ec93bThe partition is an EFI system partition.
This value can be set for basic and dynamic disks.
PARTITION_MSFT_RESERVED_GUID e3c9e316-0b5c-4db8-817d-f92df00215aeThe partition is a Microsoft reserved partition.
This value can be set for basic and dynamic disks.
PARTITION_MSFT_RECOVERY_GUID de94bba4-06d1-4d40-a16a-bfd50179d6acThe partition is a Microsoft recovery partition.
This value can be set for basic and dynamic disks.
 
Zuletzt bearbeitet:
CL500 schrieb:
müsste da nicht "Aktiv
Ganz und gar nicht. In Deinem Bild liegt eine abnormale Häufung von "Aktiv"-Attributen vor. Es kann normalerweise maximal eines pro Datenträger geben. Nicht eines pro Partition.
 
Zurück
Oben