I have a specific use case that I haven't had any luck with satisfying so far. I have a separate hard drive with several directories, and I'd like to share different subdirectories with different guests to limit their access. I know that I can simply use permissions to restrict access to the other directories, but I don't want to do this in the interest of security, since those permissions would be useless if someone gained root access. I've also explored the option of a file server (using SSHFS in my case), and while it works to do what I want, it's annoying to rely on a networking protocol when the storage is physically located on my machine. Additionally, the file server itself obviously has to have full access to the drive, but ideally only the Proxmox host would have full access. I'd also prefer not to use separate partitions for the different folders or any solution like that, since I'd have to rigidly allot space for each separate partition. Does anyone know of any way to achieve this?