1fichier unable to delete files when mounted

What is the problem you are having with rclone?

I am unable to delete files in 1Fichier when it is mounted as a drive.

What is your rclone version (output from rclone version)

1.57.0

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

1Fichier

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

rclone mount crypt:/cryptcontent /home/lubuntu/1f --allow-other --cache-db-purge --poll-interval 10m --vfs-cache-mode full

The rclone config contents with secrets removed.

[1fichier]
type = fichier
api_key = placeholder

[crypt]
type = crypt
remote = 1fichier:/cryptcontent
filename_encryption = standard
directory_name_encryption = true
password = placeholder
password2 = placeholder

A log from the command with the -vv flag

(https://bin.snopyta.org/?e33d006fb6ce11e9#2uTFS53PTd4XANWBk7ZKYy8QSkvCBDKVc3LRA8FaL21M)

hello and welcome to the forum

  1. i clicked on that link and got

image

  1. best to test using rclone delete instead of rclone mount

  2. based on your config file, --cache-db-purge does nothing and can be removed.

That's weird, I'm able to view it.
Here is the link again:

  1. 1fichier is not a polling remote, so you can remove --poll-interval 10m

  2. package-lock.json - looks like some in-use lock temp file.
    and based on that debug log, looks like that file, was deleted by a local app, and as a result, rclone deleted it from its local cache.
    so i guess i am not understanding the problem???

what was the filename of the file that you cannot delete?

It basically happens with all files when trying to delete something, I get the same error.

perhaps try my suggestion?

  1. take a file that you cannot delete with rclone mount and try to delete it using rclone delete
  2. post the entire debug log.

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