hardcore-sushi / DroidFS

Encrypted overlay filesystems implementation for Android. Also available on gitea: https://forge.chapril.org/hardcoresushi/DroidFS
GNU Affero General Public License v3.0
654 stars 44 forks source link

gocryptfs big filesystem stuck on load #307

Closed yashikada closed 2 months ago

yashikada commented 2 months ago

I have 3 filesystems gocryptfs, 2 less 4GB and 1 more than 100GB. With DroidFS I can load/mount 2 filesystems with less 4GB but when I try to load/mount filesystem with more than 100GB (many directories and many files) DroidFS stuck on load and never load the filesystem. logcat don't show errors. Does droidfs load all directories recursively or only load the top level? In my opinion it loads everything so in the case of a deep tree Droidfs is unable to load everything. Is there a solution?

hardcore-sushi commented 2 months ago

Are you using the latest v2.2.0 version? Do you see the loading indicator spinning indefinitely?

If you haven't already done it, try disabling "Map folders" in the app settings.

yashikada commented 2 months ago

yes latest and thank you with map folder disabled works very fast.