rclone: Transport endpoint is not connected.

What is the problem you are having with rclone?

Rclone loses mount.

What is your rclone version (output from rclone version)

rclone v1.46.0-026-g61616ba8-beta (I’ve tried several versions)

Which OS you are using and how many bits (eg Windows 7, 64 bit)

os/arch: linux/amd64

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

/usr/bin/rclone mount \
	--log-file=/tmp/rclone/rclone.log \
	--log-level=INFO \
	--umask 000 \
	--allow-non-empty \
	--allow-other \
	--dir-cache-time=72h \
	--buffer-size=64M \
	--vfs-cache-mode=writes \
	--vfs-read-chunk-size 128M \
	--vfs-read-chunk-size-limit 2G \
	--config /root/.config/rclone/rclone.conf \
	gcrypt: /mnt/gdrive

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

 map[] [{rateLimitExceeded Rate Limit Exceeded}]})}
2019/02/18 07:13:07 NOTICE: pacer: Invalid error in fs.Pacer: %!t(<nil>)
2019/02/18 07:13:08 NOTICE: pacer: Invalid error in fs.Pacer: %!t(<nil>)
2019/02/18 07:13:09 NOTICE: pacer: Invalid error in fs.Pacer: %!t(<nil>)
2019/02/18 07:13:09 NOTICE: pacer: Invalid error in fs.Pacer: %!t(<nil>)
2019/02/18 07:13:09 INFO  : gcache: Cache DB path: /tmp/rclone/cache-backend/gcache.db
2019/02/18 07:13:09 INFO  : gcache: Cache chunk path: /tmp/rclone/cache-backend/gcache
2019/02/18 07:13:09 INFO  : gcache: Chunk Memory: true
2019/02/18 07:13:09 INFO  : gcache: Chunk Size: 64M
2019/02/18 07:13:09 INFO  : gcache: Chunk Total Size: 10G
2019/02/18 07:13:09 INFO  : gcache: Chunk Clean Interval: 1m0s
2019/02/18 07:13:09 INFO  : gcache: Workers: 4
2019/02/18 07:13:09 INFO  : gcache: File Age: 6h0m0s
2019/02/18 07:13:09 NOTICE: pacer: Invalid error in fs.Pacer: %!t(<nil>)
2019/02/18 07:13:09 NOTICE: pacer: Invalid error in fs.Pacer: %!t(<nil>)
2019/02/18 07:13:09 NOTICE: pacer: Invalid error in fs.Pacer: %!t(<nil>)
2019/02/18 07:13:09 INFO  : gcache: Cache DB path: /tmp/rclone/cache-backend/gcache.db
2019/02/18 07:13:09 INFO  : gcache: Cache chunk path: /tmp/rclone/cache-backend/gcache
2019/02/18 07:13:09 INFO  : gcache: Chunk Memory: true
2019/02/18 07:13:09 INFO  : gcache: Chunk Size: 64M
2019/02/18 07:13:09 INFO  : gcache: Chunk Total Size: 10G
2019/02/18 07:13:09 INFO  : gcache: Chunk Clean Interval: 1m0s
2019/02/18 07:13:09 INFO  : gcache: Workers: 4
2019/02/18 07:13:09 INFO  : gcache: File Age: 6h0m0s
2019/02/18 07:13:09 mount helper error: fusermount: failed to access mountpoint /mnt/gdrive: Transport endpoint is not connected
2019/02/18 07:13:09 Fatal error: failed to mount FUSE fs: fusermount: exit status 1

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 25 (1 by maintainers)

Most upvoted comments

That means you have something still accessing it and it didn’t unmount cleanly. You can try to

fusermount -u /home/ubuntu/mnt/gsuite

or restart the machine

and see what it looks like after.