How can you mount a disk in Proxmox VE and make it available for virtual machines or storage use?
How can you mount a disk in Proxmox VE and make it available for virtual machines or storage use?. Practical guidance on Proxmox, Storage, and Backup Strategy.
Overview
The process usually begins by identifying the new disk using commands such as lsblk or fdisk -l to confirm the device name. If the disk is new, it must first be partitioned. Tools like fdisk or parted can be used to create a partition table and define partitions. After partitioning, the disk should be formatted with a filesystem such as ext4, xfs, or configured as LVM or ZFS depending on the intended storage design .
Once formatted, the disk needs to be mounted to a directory, commonly under /mnt or another designated path. This can be done using the mount command. To ensure the disk remains mounted after a reboot, an entry should be added to the /etc/fstab file.
After the disk is mounted at the operating system level, it can be added to Proxmox through the web interface. Navigate to Datacenter → Storage → Add, then select the appropriate storage type (Directory, LVM, ZFS, etc.) and specify the mount point or volume group . Once added, the storage becomes available for VM disks, ISO images, backups, or container volumes.
Proper planning is essential. Administrators should confirm disk health, choose the correct storage backend for performance and redundancy needs, and ensure backups are in place before making structural storage changes.
1. Do I need to reboot after mounting a disk?
Not necessarily, but you must update /etc/fstab to persist the mount after reboot.
2. Can I mount a disk without formatting it?
Only if it already contains a supported filesystem.
3. Should I use LVM or directory storage?
It depends on performance, flexibility, and management requirements in your environment.
Need help with backup and recovery?
Use the form below to get in touch about backup strategy, recovery planning, and data protection projects.