Files in use, how to find out?

What is your rclone version (output from rclone version)

rclone v1.56.0

  • os/version: ubuntu 18.04 (64 bit)
  • os/kernel: 4.15.0-154-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.16.5
  • go/linking: static
  • go/tags: none

Guys, how do I check which file rclone is currently open?
I've noticed that lately rclone's INFO log has been showing me file in use but with nothing apparent running, no file in Plex or Emby.

Ex: vfs cache: cleaned: objects 23332 (was 23332) in use 1, to upload 0, uploading 0, total size 148.974Gi (was 148.974Gi)

As root, you can run:

lsof /<mountpoint name>

You are amazing!

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