Issue when mounting SFTP remote

Hi :slight_smile:

I'm actually trying to mount my SFTP remote with the following command:

rclone --vfs-cache-mode full mount dk_sftp: Y: --fuse-flag --VolumePrefix=\server\dk_sftp

The drive is mounted but at command line i receive the following error:

2021/01/17 17:16:59 ERROR : sftp://user@server:port/: Statfs failed: your remote may not support About: failed to run "df -k /": : Process exited with status 1
The service rclone has been started.

Any idea why?

hi,
is that sftp server running on windows or linux or what?

It runs on my NAS. An Odroid HC2 with OMV5 over Armbian.

check this out
https://rclone.org/sftp/#limitations

I see, so basically there is nothing i can do. The only thing should be allow the user to use df.

yes, if rclone can find df then rclone about will work.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.