Setup (please complete the following information):
Kubuntu
24.04
2.2-2build4
Describe the bug
Moving rejected photos into a subdirectory is very slow when client PC is manipulating fileserver-based files via uncompressed sshfs.
Each ~30MB DNG file takes 1-3 seconds to transfer
To reproduce
Fileserver NUC is mounted into PC in userspace as sshfs:
options="compression=no,_netdev,user,idmap=user,transform_symlinks,identityfile=/home/user/.ssh/id_rsa,allow_other,default_permissions,uid=1000,gid=1000"
sshfs user@betlognuc:/home/user/pictures /home/user/pictures -o $options 2>&1 |tee -a "$log"
Unsorted photos are in folder /home/user/pictures/camera/$(date +%Y)/$(date +%Y-%m-%d)_desc>
Cull photos on PC with geeqie:
tag non-rejects as 1
using hotkeys:
select all 1 tagged
invert selection
move selection to (newly created using geeqie) /not subdirectory of their original location
Expected behavior
File transfers should happen at:
expected: local M.2 hard drive transfer speed at fileserver
at worst: typical <3m CAT6 gigabit ethernet speeds.
Setup (please complete the following information):
Describe the bug Moving rejected photos into a subdirectory is very slow when client PC is manipulating fileserver-based files via uncompressed sshfs. Each ~30MB DNG file takes 1-3 seconds to transfer
To reproduce Fileserver NUC is mounted into PC in userspace as sshfs:
Unsorted photos are in folder /home/user/pictures/camera/$(date +%Y)/$(date +%Y-%m-%d)_desc> Cull photos on PC with geeqie:
using hotkeys:
/not
subdirectory of their original locationExpected behavior File transfers should happen at: expected: local M.2 hard drive transfer speed at fileserver at worst: typical <3m CAT6 gigabit ethernet speeds.
Screenshots
Image sources
Error logs or seg. fault files
Additional context