c++ - Is it possible to only handle remove command on FUSE mounted partitions? -


I only need to use FUSE to find out the order to be removed on mounted part of FUSE and take some actions on it The only use of FUSE is that

but it detects all the file system calls and is transmitted through Fusce. I need to avoid that ... how?

If you do not need but all calls via your FS You will be able to apply a mirroring file system. Find the page to get started

If this is not an option, but still want to use Fusce, How to view selected system calls through FS and others (read / write in this situation) Want. / P>

It's complicated, however, and maybe there is a lot of work, so you might want to leave the fuse approach if you do not have to refuse to remove, a file monitoring approach can be simpler.

Comments

Post a Comment

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -