Closed Fedya001 closed 4 years ago
This pull request implements the EnumerateFilesystems action, closes #21.
EnumerateFilesystems
The list of filesystems I got from /proc/mounts. And if it's missed, implementation falls back to /etc/mtab. For parsing these mount-tab-like files, I used proc_mounts crate.
/proc/mounts
/etc/mtab
This pull request implements the
EnumerateFilesystems
action, closes #21.The list of filesystems I got from
/proc/mounts
. And if it's missed, implementation falls back to/etc/mtab
. For parsing these mount-tab-like files, I used proc_mounts crate.