Erwin de Haan 924ec0c191 Revert Jellyfin.Versioning, Update all versions and user agents. %!s(int64=6) %!d(string=hai) anos
..
IsoMounter 924ec0c191 Revert Jellyfin.Versioning, Update all versions and user agents. %!s(int64=6) %!d(string=hai) anos
.gitignore 59750496d5 Move submodules into repo %!s(int64=6) %!d(string=hai) anos
IsoMounter.sln 089ad8e7c2 Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt %!s(int64=6) %!d(string=hai) anos
LICENSE 59750496d5 Move submodules into repo %!s(int64=6) %!d(string=hai) anos
README.md 330a1df340 Fix markdown formatting %!s(int64=6) %!d(string=hai) anos

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