Say I have a folder which is completely readable by my user. I want it to be mounted to my home folder. I can't use a symlink because I want the files to be exposed at ~/ and I want other programs "not to know" that it's a mount. Is there a fuse program that implements this? The issue with mount is that it requires root privileges.
I'd also appreciate, if I'd be able to mount this directory, not on boot, but on demand - that's because my ~/ is encrypted unless I'm logged in.