Is there a program like Daemon Tools for linux? Or something just to mount an image as a virtual drive? Thanks.
Announcement
Collapse
No announcement yet.
Daemon Tools Equivalent???
Collapse
This topic is closed.
X
X
-
Re: Daemon Tools Equivalent
http://kubuntuforums.net/forums/index.php?topic=12614.0
kiso works OK
iso images are easily mounted from the command line as well:
sudo mount -o loop -t iso9660 something.iso /path/to/some/directory/you/created
and
sudo umount /path/to/some/directory/you/created
to unmount
- Top
- Bottom
Comment