h1voltage Posted June 23, 2007 Report Share Posted June 23, 2007 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? Quote Link to comment
Mark Balla Posted June 25, 2007 Report Share Posted June 25, 2007 QUOTE(h1voltage @ Jun 22 2007, 12:43 PM) 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? 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 ImageMagick 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). Quote Link to comment
h1voltage Posted June 25, 2007 Author Report Share Posted June 25, 2007 QUOTE(mballa @ Jun 23 2007, 06:23 PM) Justin goeres. Just recently added his LVOOP ImageMagick Interfaceto the CR. DESCRIPTION: This library provides an LVOOP-based interface to the powerful cross-platform 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). I think you are confusing the type of image I was talking about. I am talking about images as in direct file copies of a physical media (like CDs and DVDs) which are in .iso format. Quote Link to comment
Karissap Posted June 26, 2007 Report Share Posted June 26, 2007 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> Quote Link to comment
zoogies Posted June 26, 2007 Report Share Posted June 26, 2007 For mounting .iso files, try Daemon. It's free and it, well, mounts .iso's =) I am not sure you can call it through LV though, but you can try tweaking around with it. Quote Link to comment
h1voltage Posted June 27, 2007 Author Report Share Posted June 27, 2007 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 Quote Link to comment
hooovahh Posted June 28, 2007 Report Share Posted June 28, 2007 Also Alcohol 120% has a command line utility, but it's not free. Glad you found a solution. Quote Link to comment
h1voltage Posted June 28, 2007 Author Report Share Posted June 28, 2007 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 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.