// Blog · tag

#proxmox

Every post tagged proxmox.

containers

How to Create Your First LXC Container in Proxmox VE

Virtual machines feel heavy for small Linux services. Here is how to create, start, and manage your first LXC container in Proxmox VE using the web interface and the pct command line tool.

virtual-machines

How to Add a Second Hard Drive to a Proxmox VM

A step-by-step guide to adding a second virtual disk to a Proxmox VE virtual machine, from the Proxmox GUI through partitioning, formatting, and mounting it inside Linux.

virtual-machines

How to Resize a Virtual Disk in Proxmox VE (Linux and Windows Guests)

Learn how to grow a VM's virtual disk in Proxmox VE and extend the partition and filesystem inside Linux and Windows guests so the extra space is actually usable.

high-availability

Configuring Redundant Corosync Links for Proxmox VE Cluster Resilience

A single corosync link is a hidden single point of failure in every Proxmox VE cluster. Here's how to diagnose link instability and configure a second, truly independent corosync link using knet.

storage

How to Mount an NFS Share in Proxmox VE (Add NFS Storage Step by Step)

A beginner's guide to adding NFS network storage in Proxmox VE, covering the GUI and pvesm command-line methods, what each field means, and how to fix common mount errors.

monitoring

How to Set Up Email Notifications in Proxmox VE (SMTP Targets)

Learn how Proxmox VE's notification system works, and set up SMTP targets and matchers so backup failures and system alerts actually reach your inbox.

storage

Recovering From LVM-Thin Metadata Exhaustion on Proxmox VE

A Proxmox VE thin pool can hit 100% metadata usage while data space still looks fine, sending VMs into read-only I/O errors. Here's how to diagnose it with lvs and dmsetup, fix it live with lvextend, and stop it from recurring.

security

How to Reset a Forgotten Root Password in Proxmox VE

Locked out of your Proxmox VE host? Learn how to reset a forgotten root password using GRUB recovery mode, a live-CD fallback, and the separate process for LXC containers.

storage

How to Mount an NFS Share as Storage in Proxmox VE

Learn how to export a folder from a NAS or Linux server and mount it as NFS storage in Proxmox VE, so you can store ISOs, backups, and templates without filling up your host's local disk.