Ubuntu initial setup does not do expand the virtual disk image to it’s full size. You should to this after setting up Ubuntu or when expanding the size of the VHD file.
First off, check where is ubuntu located (/dev/sdxY) and the actual drive space available with:
sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
To expand, run:
sudo pvs
Resize with:
sudo pvresize /dev/sda1
Get mapper for drive with:
df -h
Expand the filesystem with:
sudo lvextend -r -l +100%FREE /dev/mapper/ubuntu--vg-root
Run the inital command again and check if it’s done.
If you have a Synology DiskStation and you have shared your public NAS link on…
A common issue that appeared with DSM 7 is that some well known containers started…
The Windows Sandbox image is useful for many test setups, but it lacks much of…
If you're used to Snip & Sketch for adding some scribbles placed over desktop screenshots,…
On some occasions Microsoft 365 Office applications might open a popup with "Contacting server for…
You might have already heard about Chocolatey, a package manager similar to apt-get in linux…