linux_mount_options
Detect file system, mount point and noatime of a folder the process has access to.
Requirements
- Access to
/proc/mounts
- Linux tested
- It should work on *BSD. However, it is not tested.
Example:
First, add it to your Cargo.toml
:
linux_mount_options = "0"
In your main.rs
:
If you are using logging based on the log infrastructure you will get timestamped and formatted output.