I'm having really poor performance when copying data from one physical USB-C disk to another physical USB-A disk plugged into the same Proxmox VE-system.
The rsync below is only at 0.85kB/s. Filesystems are both ext4 and the disks are created as VM-disks: directories and raw.
In the VM doing the copying using rsync:
And on the physical system:
The rsync below is only at 0.85kB/s. Filesystems are both ext4 and the disks are created as VM-disks: directories and raw.
In the VM doing the copying using rsync:
Bash:
/mnt# rsync -a --info=progress2 . /mnt2/
7,866,013 0% 0.85kB/s 2:29:38 (xfr#56, ir-chk=1000/10199970)
And on the physical system:
Bash:
root@proxmox:~# mount|grep sdb
/dev/sdb1 on /mnt/data type ext4 (rw,relatime)
root@proxmox:~# mount|grep sdc
/dev/sdc on /mnt/data2 type ext4 (rw,relatime)
root@proxmox:~#