Skip to content

elite-image-mounter

Latest
Compare
Choose a tag to compare
@siyia2 siyia2 released this 30 Oct 22:28
· 1 commit to main since this release
bee6806
  • Code cleanups and refactoring and simplification, so humans can read it.
  • ISO images are now mounted in iso_'their name' format.
  • Made option 5) List Mounted ISO(s) more robust when it comes to displaying the iso names.
  • More efficiency improvements (removed 4 additional loops that were redundant), i think i reached picked performance without counting on using any external tools in my script.
  • Updated ASCII to match new version.

Addressed and partially fixed the known issue, mounts in paths with spaces at manual mode are supported, but only one at a time, this is because of `read' limitations. Anyways it is recommended to use list mode for special names, heck use only list mode for everything, it is the best, unless you only want to mount just a single ISO, at which time it becomes somewhat of an overkill.