User Tools

Site Tools


proxmox

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 [2024/09/01 11:00] protocolproxmox [2026/07/27 19:13] (current) protocol
Line 2: Line 2:
 <code C [enable_keyword_links="false"]> <code C [enable_keyword_links="false"]>
 mount -t vfat -o loop,offset=$((8192 * 512 ))  imgfile.img /mnt/disk1 mount -t vfat -o loop,offset=$((8192 * 512 ))  imgfile.img /mnt/disk1
 +</code>
 +
 +===== Add user from CLI =====
 +<code>
 +
 +pveum useradd manuel@pam
 +
 +
 +pveum acl modify / --roles PVEAdmin --users manuel@pam
 +
 </code> </code>
  
Line 56: Line 66:
  
 ===== links to sort ===== ===== links to sort =====
 +Deactivate the volume group:
 +
 +# vgchange -a n my_volume_group
 +        
 +
 +Now you actually remove the volume group:
 +
 +# vgremove my_volume_group
 +        
 +
 +https://pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM)
  
 https://github.com/Jamesits/pve-fake-subscription https://github.com/Jamesits/pve-fake-subscription
proxmox.1725199259.txt.gz · Last modified: by protocol