Disk Manager

Disk Manager~3 minView script

The Disk Manager menu groups the ProxMenux tools for handling physical disks on a Proxmox host: attach disks to VMs and LXC containers, import disk images, pass through a whole controller or NVMe device, wipe disks safely and run SMART health tests.

What this menu is for

Every option here operates on physical disks already visible to the Proxmox host. The menu is split in three groups — VM (attach disks or import images into a virtual machine), LXC (attach disks to a container), and Utilities (safe format, SMART health). Safety checks apply everywhere: system disks and disks already in use are hidden or blocked.

Opening the menu

From ProxMenux's main menu, select Disk Manager. You will see this:

Disk Manager menu with VM, LXC and Utilities blocks

Three tool groups

The Disk Manager menu is organised in three groups — VM, LXC and Utilities. Click a card to jump straight to the tools in that group.

VM

Tools that operate on existing virtual machines. The VM must be powered off; ProxMenux validates this before touching the config.

LXC

Tools that operate on existing LXC containers. Direct device passthrough requires a privileged container; the script offers to convert the container if needed.

Utilities

Host-side tools that operate on the disks themselves, independently of any VM or container.

Safety rules shared by every option

ProxMenux filters out anything that could harm the host:
  • The system disk (root pool, swap, active ZFS / LVM / RAID members) is always hidden.
  • Disks mounted anywhere on the host are hidden or blocked at execution.
  • Disks referenced by a running VM or LXC cannot be reassigned or wiped.
  • Operations that can change the host state (IOMMU enable, wipe) require explicit confirmation.

Related