This is an old revision of the document!


To add a disk:

  • Datacenter > pve > Disks
  • select the disk to be added, “Wipe Disk”
  • Datacenter > pve > Shell
  • run this command:

sgdisk -N 1 /dev/sdb Delete files which are so many returned 'Argument list too long' if using rm :

find  -maxdepth 1 -mindepth 1 -type f -name "filename.*" -delete
  • back to Datacenter > pve > Disks
  • The disk should be in GPT mode now
Edit this page