iso image linux

ISO files with Linux

In the Linux world, people usually just mount their ISO images by typing as root : $ mkdir /mnt/isotmp$ mount isofile.iso /mnt/isotmp -o loop And once they’re done, unmount the virtual disk : $ umount /mnt/isotmp This can be very annoying. UNISO Here’s another solution. This is a script in Perl that I found somewhere.It Continue reading →

By on January 2, 2006 | iso image linux | 7 comments


Warning: array_filter() [function.array-filter]: The first argument should be an array in /home/lamens/public_html/altbin.net/wp-content/plugins/wordpress-tweaks/tweaks.php on line 650