Proxmox: Difference between revisions
Jump to navigation
Jump to search
(Created page with " mount a lvm disk to another container: Mount the rootfs disk from container 100 to container 103 as /rootdisk103 <pre> pct set 103 -mp0 local-lvm:vm-100-disk-1,mp=/rootdisk103 </pre>") |
(No difference)
|
Latest revision as of 04:40, 31 May 2025
mount a lvm disk to another container:
Mount the rootfs disk from container 100 to container 103 as /rootdisk103
pct set 103 -mp0 local-lvm:vm-100-disk-1,mp=/rootdisk103