[SOLVED] QUESTION: Path to ISO on `local`

richardjlyon

New Member
May 20, 2023
6
4
3
Edinburgh, Scotland
Hello. I'm new to proxmox.

I saved ISOs and templates to the internal SSD drive where proxmox is installed.

That drive is getting full and I want to move them to a USB drive.

QUESTION: What is `/path/to/source/` in the command

`$ mv /path/to/source/file.iso /path/to/target/file.iso`

Thank you.
 
UPDATE:

This was almost immediately answered by LnxBill in a separate thread (thank you). Reproducing it here to assist any other novices:


Code:
root@proxmox ~ > pvesm status
Name             Type     Status           Total            Used       Available        %
local             dir     active       381197696         9249664       371948032    2.43%
local-zfs     zfspool     active       424759160        52811032       371948128   12.43%

root@proxmox ~ > pvesm list local
Volid                                                    Format  Type            Size VMID
local:iso/proxmox-ve_7.3-1.iso                           iso     iso       1108862976

root@proxmox ~ > cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,vztmpl,backup
prune-backups keep-last=1
shared 0

zfspool: local-zfs
pool rpool/data
content images,rootdir
sparse 1

root@proxmox ~ > ls -l /var/lib/vz/
insgesamt 50
drwxr-xr-x 2 root root 5 19. Mai 07:53 dump
drwxr-xr-x 2 root root 2  4. Mai 2020  images
drwxr-xr-x 4 root root 4 17. Jan 2022  template

root@proxmox ~ > ls -l /var/lib/vz/template/iso/proxmox-ve_7.3-1.iso
-rw-r--r-- 1 root root 1108862976 10. Jan 14:27 /var/lib/vz/template/iso/proxmox-ve_7.3-1.iso