Bond_009 b4edb24ec3 Change libraries from netcoreapp to netstandard преди 6 години
..
IsoMounter b4edb24ec3 Change libraries from netcoreapp to netstandard преди 6 години
.gitignore 59750496d5 Move submodules into repo преди 6 години
IsoMounter.sln 59750496d5 Move submodules into repo преди 6 години
LICENSE 59750496d5 Move submodules into repo преди 6 години
README.md 59750496d5 Move submodules into repo преди 6 години

README.md

#MediaBrowser.IsoMounting.Linux This implements two core interfaces, IIsoManager, and IIsoMount. ###IIsoManager The manager class can be used to create a mount, and also determine if the mounter is capable of mounting a given file. ###IIsoMount IIsoMount then represents a mount instance, which will be unmounted on disposal.


This Linux version use sudo, mount and umount.

You need to add this to your sudo file via visudo(change the username):

Defaults:jsmith !requiretty
jsmith ALL=(root) NOPASSWD: /bin/mount
jsmith ALL=(root) NOPASSWD: /bin/umount