Open main menu

CDOT Wiki β

Changes

OPS235 Lab 5 - CentOS7

1,064 bytes removed, 09:10, 3 May 2015
no edit summary
'''Answer Part 2 observations / questions in your lab log book.'''
 
 
===Part 3: Manually Creating, Formatting Partition & Add to an Existing Volume Group===
 
# Add an additional 2 GB virtual disk to your ''<u>centos1</u>'' system, we will use it as an additional physical volume.
# Do the rest of this investigation in the command line.
# You should now have both <code>/dev/vda</code> and <code>/dev/vdb</code>.
# (Hint: use a command that you learned in a previous lab).
# Read the resource [http://tldp.org/HOWTO/Partition/fdisk_partitioning.html Partitioning with fdisk] to learn how to properly create a partition with the fdisk command.
# Use fdisk to partition /dev/vdb with a Linux single partition that fills the whole disk.
# Check the messages printed when <code>fdisk</code> exits -- you may need to reboot the system in order for the new partition table to take effect.
# Mark ''vdb1'' as a physical volume usable by LVM.
# Add the new physical volume to the existing volume group.
# Verify that the volume group is larger and has more free space.
 
 
'''Answer Part 3 observations / questions in your lab log book.'''
13,420
edits