listen to simulation instructions you've installed a second hard drive and created one partition on the drive. you have also installed a third hard drive and created two partitions on the drive. in this lab, your task is to create a logical volume using the first partition on each new drive as follows:a. use pvcreate to initialize the partitions for use with lvm. b.use pvcreate to create a volume group call data using these two partitions. c.use lvcreate to create a 1 terabyte logical volume called art from the data volume group. d.create a directory called product where you can mount the new logical volume. e.format the new logical volume with ext4.f. mount the logical volume to the product directory. g. change to the product directory and create a file called new product. h. verify the creation of the file and amount of disk space available on this new volume.