You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jellyfin/Emby.IsoMounting
Erwin de Haan 924ec0c191
Revert Jellyfin.Versioning, Update all versions and user agents.
5 years ago
..
IsoMounter Revert Jellyfin.Versioning, Update all versions and user agents. 5 years ago
.gitignore Move submodules into repo 6 years ago
IsoMounter.sln Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt 5 years ago
LICENSE Move submodules into repo 6 years ago
README.md Fix markdown formatting 5 years ago

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