Which flag for mounting all files (even the non-encrypted)

What is the problem you are having with rclone?

Not showing ALL files when mounting decrypted.

What is your rclone version (output from rclone version)

rclone v1.53.4

  • os/arch: windows/amd64
  • go version: go1.15.6

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

Windows 10

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

local for testing.

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

rclone mount decryptmetwice: X:

So I am trying to have a subfolder with another layer of encryption, but given how only unencrypted files are displayed I will have no option to display them for then to use another decrypter. (I assume there is a flag)

/The folder has to be within the first layer of encryption.

Many thanks, this is a great tool!

So I found this: .../t/one-mount-to-view-both-unencrypted-encrypted-files/14930

It is not a permissions issue.
It is because any files viewed through a crypt remote are assumed to be encrypted (with the specified settings).

Seems to me an optional flag for 2-layer encryption structure should be possible; with an optional
--full-mount flag

I am unsure what you are asking.

If you have a rclone encrypted file and you are mounting it, can you not see it in the mount?

Can you share a debug log of the mount when you check that file?

Are you encrypting again with rclone? Some other program?

Ok I think it will work, I guess the algo checks a couple for bits to see if it successfully decrypted the file -- so it is registering files that are still encrypted in some other way.

I still have no idea what you are asking or what the problem is unfortunately. If you want to provide some details, we're happy to help.

Yes.

I am trying to have the following structure:

Encrypted1
|----------unimportantfolder2
|----------unimportantfolder2
|______ Encrypted2
               |-------------importantfolder

Where I have a subdirectory with a different encryption -- it seems to work, but unsurprisingly being a bit of hassle, I think this second folder might be more appropiate for Cryptomator however.

With rclone?

With rclone?

What is the rclone dbeug log when you hit that folder?

With what program? Are you running something against the rclone encrypted mount? Can you share a log of that?

What is 3rd party program that you are encrypting on an rclone mount?

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