Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

linux, virtualbox and centOS7 Add a new 20GB hard disk to CentOS1 in the virtual machines storage settings then do the following: *Use fdisk to

linux, virtualbox and centOS7

Add a new 20GB hard disk to CentOS1 in the virtual machines storage settings then do the following:

*Use fdisk to create a single LVM partition on the new 20GB hard disk.

*Setup the 20GB LVM parition as a LVM physical volume.

*Create a new volume group called vg and add the new 20GB physical volume to it.

*Create 3 new logical volumes within the volume group each 5GB in size (names: backup, data, videos).

*Format the first logical volume (backup) as ext3.

*Format the second logical volume (data) as ext4.

*Format the third logical volume (videos) as xfs.

*Create mount points for each logical volume in /mnt (/mnt/backup, /mnt/data, /mnt/videos).

*Manually use the mount command to mount each logical volume to the new directories created in /mnt.

*Add entries in /etc/fstab for the new logical volumes so that they are mounted during startup.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learning PostgreSQL

Authors: Salahaldin Juba, Achim Vannahme, Andrey Volkov

1st Edition

178398919X, 9781783989195

More Books

Students also viewed these Databases questions

Question

=+What information is needed?

Answered: 1 week ago