Difference between revisions of "Network/Procedures/Create a Makers Local VM host"

From Makers Local 256
Jump to: navigation, search
(Created page with "* Create this disk layout. <code> Number Start End Size Type File system Flags 1 1049kB 48.0GB 48.0GB primary ext4 boot 2 48.0GB ...")
 
m
Line 1: Line 1:
 
* Create this disk layout.
 
* Create this disk layout.
 
<code>
 
<code>
Number  Start  End    Size    Type    File system    Flags
+
Number  Start  End    Size    Type    File system    Flags
 
  1      1049kB  48.0GB  48.0GB  primary  ext4            boot
 
  1      1049kB  48.0GB  48.0GB  primary  ext4            boot
 
  2      48.0GB  50.0GB  2000MB  primary  linux-swap(v1)
 
  2      48.0GB  50.0GB  2000MB  primary  linux-swap(v1)
 
  3      50.0GB  (rest of disk)  primary                  lvm
 
  3      50.0GB  (rest of disk)  primary                  lvm
 
</code>
 
</code>
 +
 +
* Make a new volume group called vm4_storage and include partition 3 as the first PV.

Revision as of 23:13, 9 January 2015

  • Create this disk layout.

Number  Start   End     Size    Type     File system     Flags
1      1049kB  48.0GB  48.0GB  primary  ext4            boot
2      48.0GB  50.0GB  2000MB  primary  linux-swap(v1)
3      50.0GB  (rest of disk)  primary                  lvm

  • Make a new volume group called vm4_storage and include partition 3 as the first PV.