Windows 7 - create an extended partition: Difference between revisions

From Andreida
(Created page with "* command line diskpart DISKPART> list disk DISKPART> select disk x (0 or 1 or whatever instead of x) DISKPART> list partition DISKPART> create partition extended (will u...")
 
(No difference)

Latest revision as of 11:52, 16 February 2016

  • command line
diskpart
DISKPART> list disk
DISKPART> select disk x (0 or 1 or whatever instead of x)
DISKPART> list partition
DISKPART> create partition extended (will use all remaining unused space)
DISKPART> list partition
DISKPART> exit
  • use the normal Windows 7 tools to create logic partitions inside the newly created extended partition