Subdirectory Symbolic Links

I would like to create symbolic links to subdirectories in the unencrypted vault.
Currently, I am able to create a symbolic link to the top level unencrypted vault.

Can someone please tell me how to create symbolic links to subdirectories?

For more information, please see:

Hey and welcome to the Cryptomator Community :slightly_smiling_face:,

I’ve currently no idea why sym links using ln doesn’t work ln works too, see commend below but using the file explorer it works on my Manjaro device using GNOME desktop environment:

OK, no idea what I currently tried, ln works too:

I’m using the command line and this is what I get:

root@latitude:/home/user# cd /home/user/.local/share/Cryptomator/mnt/
root@latitude:/home/user/.local/share/Cryptomator/mnt# ll
ls: cannot access ‘ark’: Permission denied
total 0
d??? ? ? ? ? ? ark
root@latitude:/home/user/.local/share/Cryptomator/mnt# chmod -R a+rX ark
chmod: cannot access ‘ark’: Permission denied
root@latitude:/home/user/.local/share/Cryptomator/mnt# ls -ld ark
ls: cannot access ‘ark’: Permission denied
root@latitude:/home/user/.local/share/Cryptomator/mnt# cd …
root@latitude:/home/user/.local/share/Cryptomator# chmod -R a+rX mnt/
chmod: cannot access ‘mnt/ark’: Permission denied
root@latitude:/home/user/.local/share/Cryptomator# chmod -R g+x mnt/
chmod: cannot access ‘mnt/ark’: Permission denied
root@latitude:/home/user/.local/share/Cryptomator# chattr -i mnt/ark
chattr: Permission denied while trying to stat mnt/ark
root@latitude:/home/user/.local/share/Cryptomator# chattr -a mnt/ark
chattr: Permission denied while trying to stat mnt/ark
root@latitude:/home/user/.local/share/Cryptomator# su -
root@latitude:~# cd /home/user/.local/share/Cryptomator/mnt/
root@latitude:/home/user/.local/share/Cryptomator/mnt# ll
ls: cannot access ‘ark’: Permission denied
total 0
d??? ? ? ? ? ? ark
root@latitude:/home/user/.local/share/Cryptomator/mnt# chmod -R a+rX ark
chmod: cannot access ‘ark’: Permission denied

Are you able to use the command line (as shown below)?