15 releases

Uses old Rust 2015

0.1.15 Nov 14, 2019
0.1.13 Jun 4, 2019
0.1.12 Jan 28, 2019
0.1.11 Jul 23, 2018
0.1.3 Jul 10, 2016

#532 in Filesystem

Download history 986/week @ 2023-12-10 1194/week @ 2023-12-17 669/week @ 2023-12-24 1683/week @ 2023-12-31 1795/week @ 2024-01-07 1255/week @ 2024-01-14 1960/week @ 2024-01-21 1061/week @ 2024-01-28 1820/week @ 2024-02-04 1378/week @ 2024-02-11 1490/week @ 2024-02-18 1147/week @ 2024-02-25 1187/week @ 2024-03-03 1920/week @ 2024-03-10 2653/week @ 2024-03-17 2562/week @ 2024-03-24

8,416 downloads per month
Used in 8 crates

MIT/Apache

58KB
1.5K SLoC

libmount

Documentation | Github | Crate

This is a higher-level wrapper around mount() system call for linux.

Goals:

  1. Type-safe wrapper, including mount options
  2. Support of new features such as overlayfs
  3. Good support of unprivileges user namespaces
  4. Very detailed error messages, which are helpful for end users

Features:

  • Bind Mounts
  • OverlayFS
  • Tmpfs
  • Pseudo file systems: proc, sys
  • umount and umount2
  • Parser of /proc/PID/mountinfo
  • Read-only mounts (remount)
  • Ext2/3/4
  • Btrfs
  • Support of mount flags throught trait
  • Fuse

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1.5MB
~35K SLoC