Replies: 2 comments 11 replies
-
Hi, I'm fine hope the same for you. I'm not sure if there is a bug somewhere in SFTPGo, but the client must specify a path when it requests the available disk space and SFTPGo should check the space for the requested path. Unfortunately it seems there are no logs for this request, can you please debug the issue and report back the results? The disk space request is handled here. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I did some tests with I think it's a KDE Dolphin's limitation, it tests only the free space of root mount point, rather the destination folder. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Long time no see :), is everything ok ?
I've a small issue in my new configuration:
Server
SFTPGo's working directory is set to
/var/run
where no file will be stored, multiple ZFS pools shared as external folders.Client
FUSE library version 3.10.5
using FUSE kernel interface version 7.31
fusermount3 version: 3.10.5
Issue
When I copy big files to server with Dolphin, it fails with error "Not enough free space".
I think it's because Dolphin check free space before copy, since free space shown from client is wrong (it shows free space of SFTPGo's working directory).
If I copy with
cp
then this check is bypassed.So is there a simple way to override the reported free space ? For example with a Windows rclone client it report
1.0 PB
which is overkill.Beta Was this translation helpful? Give feedback.
All reactions