FileSystemUtils
Wrapper around common file system linux utilties.
Declaimer
Use at own risk. Make sure you know what you are doing.
Might cause unnecessary effects if used without caution.
Implemented wrapper
- mount
- umount
- lsblk
Installation
The package can be installed by adding file_system_utils to your list of dependencies in mix.exs:
def deps do
[
{:file_system_utils, "~> 0.1.0"}
]
endThe docs can be found at https://hexdocs.pm/file_system_utils.