|
|
пре 7 година | |
|---|---|---|
| .. | ||
| IsoMounter | пре 7 година | |
| .gitignore | пре 7 година | |
| IsoMounter.sln | пре 7 година | |
| LICENSE | пре 7 година | |
| README.md | пре 7 година | |
This implements two core interfaces, IIsoManager, and IIsoMount.
The manager class can be used to create a mount, and also determine if the mounter is capable of mounting a given file.
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