Jump to content

Mount ISO image


Recommended Posts

Posted

I have been searching all over the net for a good command line ISO mounting utility similar to Microsoft's unsupported utility "Virutal Mount" that I can call through LV. Does anyone know of a good method for mounting ISO image in LV, through the command line or otherwise?

Posted

QUOTE(h1voltage @ Jun 22 2007, 12:43 PM)

Justin goeres. Just recently added his LVOOP ImageMagick Interface

to the CR.

DESCRIPTION:

This library provides an LVOOP-based interface to the powerful cross-platform ImageMagickt.gif image handling utility suite.

It supports all of the ImageMagick utilities and almost every command-line operator (over 200 of them) with support for custom user-specfied operators for the edge cases.

Several examples are included that demonstrate basic text & image creation, composition, and conversion in and out of LabVIEW (including VI icon creation).

Posted

I've used MagicISO before and it is pretty good, it is commercial software for Windows that has a command line interface.

For UNIX based systems you could just use mount -o loop -t iso9660 <isofilename> <mountpoint>

Posted

SOLUTION:

I am using IMDISK by Olof Lagerkvist. It works great with the command line and does not need to restart the computer to work. I just dropped it into my project and set the working directory to on the command line to the parent VI's directory. I used the command: imdisk.exe -a -f "C:\file.iso" -m #: . The #: uses the next available letter drive.

Thanks for all the responses!

~Zack

Posted

QUOTE(hooovahh @ Jun 27 2007, 08:38 AM)

Also Alcohol 120% has a command line utility, but it's not free. Glad you found a solution.

Thanks for the suggestion hooovahh. I have used Alchol 120% before, but I wasn't aware it also had a command line. I'll check it out.

~Zack

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.