https://github.com/guillemcastro/mountinfo
A Rust crate to retrieve the mount points in Linux
https://github.com/guillemcastro/mountinfo
filesystem linux mount mountinfo rust
Last synced: about 1 year ago
JSON representation
A Rust crate to retrieve the mount points in Linux
- Host: GitHub
- URL: https://github.com/guillemcastro/mountinfo
- Owner: GuillemCastro
- License: mit
- Created: 2022-01-25T13:28:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T16:20:37.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T02:38:09.710Z (about 1 year ago)
- Topics: filesystem, linux, mount, mountinfo, rust
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mountinfo
A Rust crate for parsing the mount points in Linux and other Unix systems. Can be used to query the filesystems mounted on the system.
This crate automatically parses some of the mount options, and cointains functions for querying if, for example, a path is mounted on a particular filesystem.
## License
This crate is licensed under the [MIT license](LICENSE).