Skip to content
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.

JustAMan/Emby.IsoMounting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Contains Emby's embedded iso mounting solution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%