-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to view directories in Files.app that are mounted with VeraCrypt #2033
Comments
Maybe related to #1717? |
Thanks for the report! I don't think this one is related to 1717. I don't know about VeraCrypt so I'm going to need a little bit extra help from you here. Do you know if VeraCrypt needs to do anything with sftp or needs anything enabled on the sftp side for it to access it? Would you mind a quick test from your computer sftp to that location and see if that is going through without any additional configurations? I have another idea of it could be as well, so already testing it from my side. |
VeraCrypt is software that enables you to mount encrypted volumes. It does not interact with SFTP itself for as far as I know. When |
With the latest iOS update (iOS 18.0 (22A3354)) it now shows a loading spinner and "Loading" indefinitely instead of "Content unavailable". |
So I thought this had to do something with either requiring a specific sftp extension, or maybe even a problem with the way they se it up with the linked folders. It looks like we have discarded all those. To continue moving forward, I need to have a VeraCrypt instance. Is there any script to set things up quickly in a remote machine? Or do you have a remote machine you could give me temporary access to? Or if I give you a remote machine, could you do a quick setup there so we can try things there? Thanks! |
I could definitely set it up for you if you give me a remote machine. I do have to say that the Files.app isn't working properly for me even without this issue since the last major point iOS update. To be more specific; I can see files but don't seem to be able to open them. So I'm still able to help troubleshooting this issue. Feel free to contact me using the email address on my profile page. |
Hi again @pindab0ter! I've been working on a new implementation for the Files.app due to the issues we have seen with the new iOS update. I would be nice to also get this Veracrypt stuff fixed so I appreciate the help. So first things first, are you on TestFlight so you can access the new FileProvider and test there? |
I am, so that would work for me. Feel free to contact me by email using the address in my profile, or on Telegram or Discord using this same username. |
Checklist
Configuration
Describe the bug
When attempting to access directories associated with VeraCrypt mount points or directories within these mount points via the Files app, Blink returns a 'Content not available' error (
"Inhoud niet beschikbaar"
, as translated from Dutch).This issue shows up in three scenarios:
Steps to reproduce
veracrypt --text --create
(e.g.,test-volume.hc
)mkdir /media/test-volume
veracrypt ./test-volume.hc /media/test-volume
/
, as it is the parent of/media
)./media
, where the mount point resides, and observe that the contents are not displayed.Test directories within the mounted volume
mkdir /media/test-volume/test && touch /media/test-volume/test/test.txt
/media/test-volume/test
as the root.Test symlinks to mount points and directories
ln -s /media/test-volume /tmp/test-volume-symlink
ln -s /media/test-volume/test /tmp/test-directory-symlink
/tmp
in Files.app—this directory loads.test-volume-symlink
ortest-directory-symlink
—they won’t load.Other observations
.blink/fileprovider.log
shows no abnormalities during these operations. The log was cleared before connecting to a directory that won't loadClick to view log output
The text was updated successfully, but these errors were encountered: