Does anyone know if there is a mounter like Daemon Tools for Linux?![]()
+ Reply to Thread
Results 1 to 9 of 9
-
-
You really do not need special tools on linux or unix like OSes for mounting image files.
If the image is an ISO, you can mount it using the mount command itself.
mount -o loop image-file.iso /mnt/mount-directory
Of course depending on the image type, you have to tell the mount command what type of image it is. Example if it is a Apple image (dmg), then hfs
mount -t hfs -o loop image-file.dmg /mnt/mount-directory
-GGR -
Originally Posted by ggr
-
Hello Webster,
just found acetoneiso at
http://www.acetoneiso.netsons.org/
Good Luck -
i've used cdemu before. it's not too bad. I would say use the built in loop mount for iso files. You can convert others to iso pretty easily (nrg2iso and others). cdemu is versatile (sp?).
-
if you trying to do 'dvd' images the it wound be mout -t iso9660 -o loop 'image name here' /mnt/'your mount point'
most dvd's have a iso9660 and a udf section. most apps play nice with the iso9660 option thoughif all else fails read the manual
Similar Threads
-
Daemon Tools can slow rip speed
By ocgw in forum Blu-ray RippingReplies: 8Last Post: 11th Nov 2013, 11:07 -
Daemon Tools Pro 10 gives Error code 6
By Benjy in forum ComputerReplies: 3Last Post: 30th Jul 2010, 00:01 -
DAEMON Tools Pro Standard - free today only
By aedipuss in forum Latest Video NewsReplies: 4Last Post: 23rd Jul 2010, 10:12 -
Daemon tools adware - how to remove the search that links to IE/FF?
By Rudyard in forum ComputerReplies: 1Last Post: 5th Oct 2009, 21:25 -
Daemon Tools for Vista
By mysts in forum Newbie / General discussionsReplies: 4Last Post: 27th Jul 2007, 19:13