Changes

Jump to: navigation, search

OPS235 Lab 3 - Fedora17

2 bytes added, 13:10, 26 September 2012
Investigation 4: Extend the size of lv_root using command-line tools
<li>Now we'll make the new device as a physical volume, add it to the volume group, and extend lv_root:</li>
<code>pvcreate /dev/vdb
 
vgextend vg_fedora3 /dev/vdb
 
lvextend -l +100%FREE -r vg_fedora3/lv_root</code>
<li>Now rerun the ls/pvs/vgs/lvs/df commands. What has changed and what caused those changes?</li>

Navigation menu