上傳的 ISO 檔存放目錄 /var/lib/vz/template/iso
# ls -l /var/lib/vz/template/iso
-rw——- 1 root root 780476416 Jan 17 14:36 CentOS-Server-7.1.1503-x86_64_20150403.iso
-rw-r–r– 1 root root 155856896 Sep 30 21:42 virtio-win.iso
下載下來的 Templates 樣板檔存放目錄 /var/lib/vz/template/cache
# ls -l /var/lib/vz/template/cache
-rw-r–r– 1 root root 172887417 Dec 7 23:31 archlinux-base_20161207-1_amd64.tar.gz
-rw-r–r– 1 root root 131014872 Dec 7 10:32 centos-6-default_20161207_amd64.tar.xz
-rw-r–r– 1 root root 65763092 Dec 7 10:35 centos-7-default_20161207_amd64.tar.xz
-rw-r–r– 1 root root 197123375 Apr 20 2016 ubuntu-16.04-standard_16.04-1_amd64.tar.gz[@more@]Dump 備份目錄 /var/lib/vz/dump
# ls -l /var/lib/vz/dump
-rw-r–r– 1 root root 598 Jan 20 13:25 vzdump-lxc-101-2017_01_20-13_25_45.log
-rw-r–r– 1 root root 448876806 Jan 20 13:25 vzdump-lxc-101-2017_01_20-13_25_45.tar.lzo
LXC 設定檔目錄 /etc/pve/nodes/pve/lxc
# ls -l /etc/pve/nodes/pve/lxc
-rw-r–r– 1 root www-data 773 Jan 20 13:36 101.conf
-rw-r–r– 1 root www-data 282 Jan 20 13:41 102.conf
-rw-r–r– 1 root www-data 492 Jan 20 14:21 103.conf
或 /etc/pve/lxc
# ls -l /etc/pve/lxc
lrwxr-xr-x 1 root www-data 0 Jan 1 1970 /etc/pve/lxc -> nodes/pve/lxc/
LXC 目錄 /var/lib/lxc
# ls -l /var/lib/lxc
drwxr-xr-x 3 root root 4096 Jan 20 13:12 101/
drwxr-xr-x 3 root root 4096 Jan 20 13:41 102/
drwxr-xr-x 3 root root 4096 Jan 20 13:54 103/
KVM(qemu) 設定目錄 /etc/pve/nodes/pve/qemu-server
# ls -l /etc/pve/nodes/pve/qemu-server
-rw-r—– 1 root www-data 299 Jan 17 14:39 100.conf
或 /etc/pve/qemu-server
# ls -l /etc/pve/qemu-server
lrwxr-xr-x 1 root www-data 0 Jan 1 1970 /etc/pve/qemu-server -> nodes/pve/qemu-server/
KVM(qemu) Image 存放目錄 /var/lib/vz/images
# ls -l /var/lib/vz/images
drwxr—– 2 root root 4096 Jan 25 11:52 100/
# ls -l /var/lib/vz/images/100
-rw-r—– 1 root root 34365243392 Jan 25 11:52 vm-100-disk-1.qcow2