Skip to main content

Resize VirtualBox LVM Storage

VirtualBox is a free solution to host virtual machines on your computer. It provides configuration options for many components on our machine such as memory, storage, networking, etc. It also allows us to resize our machine storage after its operating system is installed. LVM is a volume manager in a Linux platform that helps us to allocate partitions in the system and configure the storage size that will be utilized for a specific volume group. There are some points to be noticed when we work with LVM on VirtualBox to resize our storage. These are some steps that need to be performed.

1. Stop your machine before resizing the storage.

2. Set new storage size using GUI by selecting "File > Virtual Media Manager > Properties" then find the desired virtual hard disk name that will be resized. OR, by running a CLI program located in "Program Files\Oracle\VirtualBox\VBoxManage.exe". 

cd "/c/Program Files/Oracle/VirtualBox"
./VBoxManage.exe list hdds
./VBoxManage.exe modifyhd <UUID> --resize <size in MB>

3. Run your machine

4. Check your virtual group path by running df -lh, then find a path that is mounted on /. For example, it may be displayed similar to /dev/mapper/ubuntu--vg-ubuntu--lv

5. Check un-partitioned disk by running fdisk -l

6. If an error message like "GPT PMBR size mismatch (20971519 != 61439999) will be corrected by w(rite)." is shown, it means we utilize GPT partitioned drives. Run parted -l then type "Fix". If you run fdisk -l, an error message won't be displayed.

7. Add a new partition.

  • fdisk /dev/sda
  • m to see available commands
  • n create a new partition
  • The partition number is set to the default value
  • The first sector is set to the default value. It is based on the last sector of the existing partition + 1.
  • The last sector is set to the default value
  • p to show partitions table
  • w write changes

8. Check virtual group name by running pvscan. For example, "ubuntu-vg"

9. Review the new partition number, for example, "/dev/sda4". Create physical volume for the new partition by running pvcreate /dev/sda4.

10. Extend new physical volume to a virtual group by running vgextend ubuntu-vg /dev/sda4.

11. Review virtual group path, for example, "/dev/mapper/ubuntu--vg-ubuntu--lv", expand the size by running lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv

12. Resize file system by running resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv


Comments

Post a Comment

Popular posts from this blog

Deploying a Web Server on UpCloud using Terraform Modules

In my earlier post , I shared an example of deploying UpCloud infrastructure using Terraform from scratch. In this post, I want to share how to deploy the infrastructure using available Terraform modules to speed up the set-up process, especially for common use cases like preparing a web server. For instance, our need is to deploy a website with some conditions as follows. The website can be accessed through HTTPS. If the request is HTTP, it will be redirected to HTTPS. There are 2 domains, web1.yourdomain.com and web2.yourdomain.com . But, users should be redirected to "web2" if they are visiting "web1". There are 4 main modules that we need to set up the environment. Private network. It allows the load balancer to connect with the server and pass the traffic. Server. It is used to host the website. Load balancer. It includes backend and frontend configuration. Dynamic certificate. It is requ...

Rangkaian Sensor Infrared dengan Photo Dioda

Keunggulan photodioda dibandingkan LDR adalah photodioda lebih tidak rentan terhadap noise karena hanya menerima sinar infrared, sedangkan LDR menerima seluruh cahaya yang ada termasuk infrared. Rangkaian yang akan kita gunakan adalah seperti gambar di bawah ini. Pada saat intensitas Infrared yang diterima Photodiode besar maka tahanan Photodiode menjadi kecil, sedangkan jika intensitas Infrared yang diterima Photodiode kecil maka tahanan yang dimiliki photodiode besar. Jika  tahanan photodiode kecil  maka tegangan  V- akan kecil . Misal tahanan photodiode mengecil menjadi 10kOhm. Maka dengan teorema pembagi tegangan: V- = Rrx/(Rrx + R2) x Vcc V- = 10 / (10+10) x Vcc V- = (1/2) x 5 Volt V- = 2.5 Volt Sedangkan jika  tahanan photodiode besar  maka tegangan  V- akan besar  (mendekati nilai Vcc). Misal tahanan photodiode menjadi 150kOhm. Maka dengan teorema pembagi tegangan: V- = Rrx/(Rrx + R2) x Vcc V- = 150 / (1...

Installing VSCode Server Manually on Ubuntu

I've ever gotten stuck on updating the VSCode server on my remote server because of an unstable connection between my remote server and visualstudio.com that host the updated server source codes. The download and update process failed over and over so I couldn't remotely access my remote files through VSCode. The solution is by downloading the server source codes through a host with a stable connection which in my case I downloaded from a cloud VPS server. Then I transfer the downloaded source codes as a compressed file to my remote server through SCP. Once the file had been on my remote sever, I extracted them and align the configuration. The more detailed steps are as follows. First, we should get the commit ID of our current VSCode application by clicking on the About option on the Help menu. The commit ID is a hexadecimal number like  92da9481c0904c6adfe372c12da3b7748d74bdcb . Then we can download the compressed server source codes as a single file from the host. ...

What's Good About Strapi, a Headless CMS

Recently, I've been revisiting Strapi as a solution for building backend systems. I still think this headless CMS can be quite useful in certain cases, especially for faster prototyping or creating common websites like company profiles or e-commerce platforms . It might even have the potential to handle more complex systems. With the release of version 5, I'm curious to know what updates it brings. Strapi has launched a new documentation page, and it already feels like an improvement in navigation and content structure compared to the previous version. That said, there's still room for improvement, particularly when it comes to use cases and best practices for working with Strapi. In my opinion, Strapi stands out with some compelling features that could catch developers' attention. I believe three key aspects of Strapi offer notable advantages. First, the content-type builder feature lets us design the data structure of an entity or database model , including ...

Armin or Commander Erwin

In the moment of conflict in the scout team, who will be revived?

Armin and Eren VS Colossal Titan

The trick was unexpected and caught Bertolt off guard.