I cannot upload iso

Hey :)

could you check if the temporary file still exists in /var/tmp/pveupload-..., you get the name from the task logs? If it does you can manually mv it, instead of copying. The file is about 3GBs large, when copying it it exists twice for a short time. But you don't have enough space for that.

Looks something like this:
Code:
mv /var/tmp/pveupload-... /var/lib/vz/template/iso/...
you can take the paths from the task log.

Alternatively you can directly copy the iso to /var/lib/vz/template/iso/... using something like SCP.
 
  • Like
Reactions: news
:)

您能否检查一下临时文件是否仍然存在,您从任务日志中获取名称?如果是这样,您可以手动作,而不是复制。该文件大约有 3GB 大,复制时它会在短时间内存在两次。但你没有足够的空间来做这个。/var/tmp/pveupload-...mv

看起来像这样:
[代码]mv /var/tmp/pveupload-... /var/lib/vz/template/iso/...[/代码]
您可以从 Task Log 中获取路径。

或者,您可以直接将 iso 复制到使用 SCP 之类的东西。/var/lib/vz/template/iso/...
1749198369657.png
please help again
 
Last edited:
This will show you the free space, which is according to the error message in your first post, not enough:

Code:
df -PHT /var/lib/vz/template/iso
 
  • Like
Reactions: news
get more free diskspace, add more disks and mount them to a place, where you can find it.
eg. mointpoint: /mnt/download or /mnt/pve/download
Add the mointpoint to your storrage of proxmox ve
 
  • Like
Reactions: Hannes Laimer
get more free diskspace, add more disks and mount them to a place, where you can find it.
eg. mointpoint: /mnt/download or /mnt/pve/download
Add the mointpoint to your storrage of proxmox ve
What can i do this in the Shell?