Saturday, July 3, 2010

Daemon tool / VirtualDisk / ISOMaster in Linux

Hi All,

This post explains how to play the role of these windows softwares
1. Daemon Tools
2. VirtualDisk
3. ISO Master 

using a simple command in Linux.

These MS softwares are used to mount an image file(iso and other file formats) virtually without a CD / DVD to burn it physically.

Issue this command as root.

mount -o loop file.iso /to_path


Here above file.iso is the image file you want to mount to path to_path

Thats it...

Take care,
Ananth S Gouri

No comments:

Post a Comment