Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox_disk_storage_operation [22 March 2025 / 09:29:15] kadekproxmox_disk_storage_operation [09 October 2025 / 18:49:08] (current) kadek
Line 1: Line 1:
 +===== Proxmox VE Disk Storage Operation =====
 +
 +View the storage config:
 +
 +  cat /etc/pve/storage.cfg
 +
 +Verify the storage status:
 +
 +  pvesm status
 +
 +Mount all storage:
 +
 +  mount -a
 +
 To add a disk: To add a disk:
   * Datacenter > pve > Disks   * Datacenter > pve > Disks
Line 5: Line 19:
   * run this command:   * run this command:
  
-sgdisk -N 1 /dev/sdb+  sgdisk -N 1 /dev/sdb
  
   * back to Datacenter > pve > Disks   * back to Datacenter > pve > Disks
   * The disk should be in GPT mode now   * The disk should be in GPT mode now