Oh, thank you very much, also wondering which option is better, if run it with a .raw or create a ZFS storage and see the exact files, and why?This depends on the storage you use. For example, If you use ZFS, you can directly access the files on ZFS subvolume. Most other storage types use raw images, so you need to 'pct mount' that before you can access the content.
# pct mount <VMID>
You can then access the data at: /var/lib/lxc/<VMID>/rootfs
When you are done, simply do;
# pct unmount <VMID>
I have seen that all raw files are as big as the storage I assigned to that vps, but currently the SO does not have that space ocupied, is that normal? I mean having like 5 raw files of 10gb everyone, but not taking 50gb of space
We use essential cookies to make this site work, and optional cookies to enhance your experience.