M manjotsc Active Member Jul 2, 2020 73 6 28 Montreal, Quebec Dec 18, 2020 #1 How to do I import disk to LXC Container, I don't know the command for that. Command for VM to import a disk image qm importdisk <vmid> <path to image file> <storage> , I need one for LXC.
How to do I import disk to LXC Container, I don't know the command for that. Command for VM to import a disk image qm importdisk <vmid> <path to image file> <storage> , I need one for LXC.
Stoiko Ivanov Proxmox Staff Member Staff member May 2, 2018 9,543 1,767 248 Dec 18, 2020 #2 'container disks' are either: * an image formated with ext4 (rbd, cifs, nfs, directory plugins, lvm, lvm-thin) * a subvolume (zfs) depending on what you want to import you probably could just add it as mountpoint to the container - and then rsync it to a new volume: see: https://pve.proxmox.com/pve-docs/chapter-pct.html#pct_mount_points - I hope this helps!
'container disks' are either: * an image formated with ext4 (rbd, cifs, nfs, directory plugins, lvm, lvm-thin) * a subvolume (zfs) depending on what you want to import you probably could just add it as mountpoint to the container - and then rsync it to a new volume: see: https://pve.proxmox.com/pve-docs/chapter-pct.html#pct_mount_points - I hope this helps!
M manjotsc Active Member Jul 2, 2020 73 6 28 Montreal, Quebec Dec 19, 2020 #3 @Stoiko Ivanov Thanks Reactions: Stoiko Ivanov