Hi,
First of all, thank you for NoMount. I've been using it successfully.
I have a question regarding file deletion.
With overlay-based approaches, deletion can be implemented by creating a character device node using mknod (whiteout file). In Magisk's module system, deletion can be achieved using the .replace mechanism.
How can file or directory deletion be implemented in NoMount? Is there an equivalent mechanism for hiding or removing existing files and directories from the mounted view?
Thank you for your help.
Hi,
First of all, thank you for NoMount. I've been using it successfully.
I have a question regarding file deletion.
With overlay-based approaches, deletion can be implemented by creating a character device node using mknod (whiteout file). In Magisk's module system, deletion can be achieved using the .replace mechanism.
How can file or directory deletion be implemented in NoMount? Is there an equivalent mechanism for hiding or removing existing files and directories from the mounted view?
Thank you for your help.