Where is my file?
I have a VM with disk:
I check VMdisks storage and see the disk in the list(only VM running at the moment so just that one.
I check datacenter storage for location which is a ZFS type.
I do a
I start a shell and do an ls in the actual dir:
I do a find in the root of the zpool TANK:
The VM is running so where is my disk file?
I have a VM with disk:
VMdisks:vm-201-disk-0,size=32G
I check VMdisks storage and see the disk in the list(only VM running at the moment so just that one.
I check datacenter storage for location which is a ZFS type.
TANK/proxmox/VMdisks
I do a
zfs list | grep VMdisks
and get:
Code:
root@pve:~# zfs list | grep VMdisks
TANK/proxmox/VMdisks 33.0G 3.60T 96K /TANK/proxmox/VMdisks
TANK/proxmox/VMdisks/vm-201-disk-0 33.0G 3.62T 15.4G -
root@pve:~#
I start a shell and do an ls in the actual dir:
Code:
root@pve:/TANK/proxmox/VMdisks# ls
root@pve:/TANK/proxmox/VMdisks#
I do a find in the root of the zpool TANK:
Code:
root@pve:/# cd /TANK/
root@pve:/TANK# find . -name "*vm-201*"
root@pve:/TANK#
The VM is running so where is my disk file?
Last edited: