For the following exercises, open up your Terminal and try to solve the following tasks:
- Add a new 1 GB disk to your virtual machine.
- Create three 250 MB partitions on your new disk.
- Use your three new partitions to create three physical volumes.
- Create a volume group named bigvg that spans all your three physical volumes.
- Create a logical volume named biglv of size 500 MB.
- Create an ext4 filesystem on the biglv logical volume.
- Mount your filesystem on the /mnt/wikileaks directory.