Il comando "Volume Extend" del disco restituisce un errore con Diskpart [WIndows 10]

Aug 24 2020

Quando si tenta di estendere un volume (N :) su un disco locale (di base), l'opzione di estensione è disattivata sebbene ci sia spazio libero alla sua destra immediata.

Quando si utilizza diskpartper estendere questo volume, la console restituisce il seguente errore (script + errore).

Come estendere il volume del disco in questo caso?

*** Script + Errore ***

 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

Risposte

1 WasifHasan Aug 25 2020 at 02:00

È necessario prima rendere lo spazio libero non allocato.

Crea un nuovo volume NTFS nello spazio libero, quindi elimina la partizione appena creata. Ora otterrai spazio non allocato.

Oppure puoi anche provare a ridurre lo spazio da una partizione esistente.

Vorrei lasciare la pessima utilità di gestione del disco di Microsoft e quindi utilizzare EaseUS Partition Manager o MinTool Partition Wizard.