BestImageViewer / geeqie

claiming to be the best image viewer / photo collection browser
http://www.geeqie.org/
GNU General Public License v2.0
490 stars 79 forks source link

moving files over sshfs is extremely slow #1530

Open BETLOG opened 1 month ago

BETLOG commented 1 month ago

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:

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:

using hotkeys:

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.

Screenshots

Image sources

Error logs or seg. fault files

Additional context