Hello!
I’m looking for clarification regarding automatically unmounting external storage. I read the docs here and the project here. I understand the first part, which is automatically mounting an external storage medium when it is inserted.
However, I don’t understand the automatic unmounting. Usually, we need to MANUALLY unmount an external disk BEFORE removing it. This is so that we do not corrupt any open files.
However, this project seems to be doing the umount AFTER it detects the removal.
Please clarify.
Thanks!