La commande Disk "Volume Extend" donne une erreur avec Diskpart [WIndows 10]
En essayant d'étendre un volume (N :) sur un disque local (de base), l'option d'extension est grisée même s'il y a de l'espace libre à sa droite immédiate.
Lors de l'utilisation diskpartpour étendre ce volume, la console donne l'erreur ci-dessous (script + erreur).
Comment étendre le volume du disque dans ce cas?
*** Script + Erreur ***
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 298 GB 70 GB
Disk 1 No Media 0 B 0 B
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Primary 549 MB 1024 KB
Partition 2 Primary 117 GB 550 MB
Partition 3 Primary 30 GB 118 GB
Partition 0 Extended 147 GB 148 GB
Partition 4 Logical 77 GB 218 GB
DISKPART> select partition 3
Partition 3 is now the selected partition.
DISKPART> extend [size = 69,632] [disk = 0]
The arguments specified for this command are not valid.
For more information on the command type: HELP EXTEND
DISKPART> SELECT VOLUME 3
Volume 3 is the selected volume.
DISKPART> EXTEND SIZE=69,632
The arguments specified for this command are not valid.
For more information on the command type: HELP EXTEND
Réponses
Vous devez d'abord rendre l'espace libre non alloué.
Créez un nouveau volume NTFS sur l'espace libre, puis supprimez la partition nouvellement créée. Vous obtiendrez maintenant de l'espace non alloué.
Ou vous pouvez également essayer de réduire l'espace d'une partition existante.
Je voudrais quitter l'utilitaire de gestion de disque Microsoft merdique et donc utiliser le gestionnaire de partition EaseUS ou l'assistant de partition MinTool.