Question

Create an LVM and attach it to the filesystem in Linux/Virtual Box

Create an LVM and attach it to the filesystem in Linux/Virtual Box

Homework Answers

Answer #1

Create an LVM physical volume on partition /dev/sdb1.

[root@z1 ~]# pvcreate /dev/sdb1

Physical volume "/dev/sdb1"

successfully created

Virtual box:

$ cd /u01/VirtualBox/ol6-112/

$ VBoxManage modifyhd ol6-112.vdi --resize 40960

0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%

$

C:\>cd "C:\Users\myuser\VirtualBox VMs\ol6-112"

C:\Users\myuser\VirtualBox VMs>"C:\Program Files\Oracle\VirtualBox\VBoxManage" modifyhd ol6-112.vdi --resize 40960

0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%

C:\Users\myuser\VirtualBox VMs>

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Create a new virtual hard drive, format it as ext4, and mount it to your filesystem...
Create a new virtual hard drive, format it as ext4, and mount it to your filesystem in Fedora? I already created the virtual hard drive. I just need clarification on how to format it and mount to filesystem.
The best practice to do VMWARE Linux box in MySQL environment.
The best practice to do VMWARE Linux box in MySQL environment.
1. Create a new virtual hard disk 2. Make a new directory in /mnt 3. Find...
1. Create a new virtual hard disk 2. Make a new directory in /mnt 3. Find the disk in UNIX QA. What command did you use? 4. Create a single primary partition on the disk QB. What command did you use? Why primary and not extended? 5. Mount the disk to the directory you created under /mnt QC. Was the mount command successful? If not, why and what would you need to change so that the command is successful? 6....
Create a Access Point on Linux to capture wifi traffic and sms messages
Create a Access Point on Linux to capture wifi traffic and sms messages
Write a linux bash script that enables user to create his resume make sure that the...
Write a linux bash script that enables user to create his resume make sure that the assigned value doesn't change.
Create and attach a patient education handout on a healthcare topic and evaluate websites for credibility
Create and attach a patient education handout on a healthcare topic and evaluate websites for credibility
What is the difference between NAT and Host-Only network options used for VM in Virtual Box?
What is the difference between NAT and Host-Only network options used for VM in Virtual Box?
Operating Systems For Linux/Ubunbtu, create and configure a client / server architecture that allows the following...
Operating Systems For Linux/Ubunbtu, create and configure a client / server architecture that allows the following operations with files from / to the client: -Copy, move, delete. -Chat between users that allows the exchange of files, including videos.
linux regular expressions: file name: lab3test.txt Create regular expressions that meet the following criteria. You may...
linux regular expressions: file name: lab3test.txt Create regular expressions that meet the following criteria. You may use grep or egrep to answer these questions 1.Match only the lines that contain an employee ID (and nothing else) with the format 12345.
Write Linux command lines to do the following: 1. Create a directory with name “yourName_ID” 2....
Write Linux command lines to do the following: 1. Create a directory with name “yourName_ID” 2. Create a file with name “yourLastName.txt” inside the directory created in step.1 3. Write inside the created file exactly the following content (you may use editors such as vim, pico, ….): Linux Lab Lab. ToDo#1 Summer Semester 2019/2020# 4. Display the first 2 lines of the file. 5. Change the permission of the file to read write and execute for owner, groups and others....