Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| proxmox_disk_storage_operation [22 March 2025 / 09:26:34] – created kadek | proxmox_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 / | ||
| + | |||
| + | 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 4: | Line 18: | ||
| * Datacenter > pve > Shell | * Datacenter > pve > Shell | ||
| * run this command: | * run this command: | ||
| + | |||
| sgdisk -N 1 /dev/sdb | sgdisk -N 1 /dev/sdb | ||
| + | |||
| + | * back to Datacenter > pve > Disks | ||
| + | * The disk should be in GPT mode now | ||
