My project involves modeling a block device with a remote host.
For testing, I use FUSE, my file system is a simple change to the hello sample application, instead of which I just read the data directly from the file instead of the constant line.
When I try to install the file normally (mount -o loop = / dev / loop1), it works well. When I load a fuse and expose this file through it, all normal file operations work. But the installation fails with a "Permission denied" error.
Does anyone have an idea where the "access denied" came from?
Any other methods will allow me to create a virtual device (only support for access to the block) in the user space that will be mounted?
Thanks in advance
linux embedded fuse
Boris
source share