Results 1 to 8 of 8

Thread: virtual iso like daemon tolls

  1. #1
    Join Date
    Oct 2006
    Location
    Sydney
    Beans
    111
    Distro
    Ubuntu 10.04 Lucid Lynx

    virtual iso like daemon tolls

    I need to mount an nrg (nero iso) image. Is it possible to use Daemon tools with ubuntu? It works well in windows.

  2. #2
    Join Date
    Jun 2006
    Location
    Colorado, USA
    Beans
    242
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: virtual iso like daemon tolls

    try this

    Code:
    mount -o loop youriso.iso

  3. #3
    Join Date
    Aug 2006
    Location
    Australia
    Beans
    1,438

    Re: virtual iso like daemon tolls

    You can only mount iso files in linux (not nrg files).
    You'll first need to convert the nrg image into an iso image.
    Code:
    sudo aptitude install nrg2iso
    Then to convert the nrg, put the nrg file in your home folder, and type this in:
    Code:
    nrg2iso name_of_image.nrg
    This will give you an ISO, from there you can mount it as jinx099 says.
    Work smart, not hard.

  4. #4
    Join Date
    Oct 2006
    Location
    Sydney
    Beans
    111
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: virtual iso like daemon tolls

    thanks for the help - the conversion worked without a hitch even though i needed to be more specific with the output file name

    but

    when i try to mount using these instructions i get

    en@enGUTSY1:~$ mount -o loop myisofile.iso
    mount: only root can do that
    en@enGUTSY1:~$ sudo su
    root@enGUTSY1:/home/en# mount -o loop myisofile.iso
    mount: can't find myisofile.iso in /etc/fstab or /etc/mtab
    root@enGUTSY1:/home/en# mount -o loop -t myisofile.iso /en/Desktop
    usage message...

    question is:

    do i type the iso file name into /ect/fstab?

    have searched around and found a few scripts but again - i cant find my scripts dir to put one of them and the other does not work.

  5. #5
    Join Date
    Oct 2006
    Location
    Sydney
    Beans
    111
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: virtual iso like daemon tolls

    Thanks again

    I have finally mounted the image on the desktop.

    Some much easier instructions can be found here:

    http://www.ubuntugeek.com/mount-and-...ning-them.html

    But because it is a windows exe program i now cant run it.

    I have tried to use wine but cant run the file

    when i double click on the exe install file in wine it says that there is no application able to run it.

    what is doing?

  6. #6
    Join Date
    Oct 2007
    Location
    Brazil
    Beans
    67
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: virtual iso like daemon tolls

    Im using Ultra ISO to convert cd images to iso, using wine.
    Working great.
    Dell Inspiron 14R N4110 - Ubuntu 12.04 X64 - Intel Core i5 2410M@2.3Ghz - 8GB DDR3@1333Mhz - Intel HD 3000 - WDC SATA II 640GB + SSD Kingston V200 128GB

  7. #7
    Join Date
    Mar 2007
    Location
    Saarbrücken@Germany.eu
    Beans
    136

    Re: virtual iso like daemon tolls

    AcetonISO, native Linux app, for kde, but there is a gnome port, if you don't like to install kdelibs.

    http://www.acetoneteam.org/central.html


    - Mount automatically ISO, MDF, NRG, BIN, NRG
    - A nice interactive display
    - Convert2iso / Extract2folder :
    *.bin *.mdf *.nrg *.img *.daa *.cdi *.b5i *.bwi *.pdi and much more
    - Play a DVD Movie Image inside Kaffeine / VLC with cover downloader
    - Generate an ISO from a Folder or CD/DVD
    - Generate / Check MD5 file of an image
    - Encrypt / Decrypt an image
    - Split / Merge image in X megabyte
    - Compress with High Ratio an image in 7z format
    - Rip a PSX cd to *.bin to make it work with epsxe/psx emulators
    - Restore a lost CUE file of *.bin *.img
    - Convert Mac OS *.dmg to a mountable image
    - El-Torito support to create ISO bootable Cd
    - Mount an image in a specified folder from the user
    - Create a database of images
    - Extract the Boot Image of a CD/DVD or ISO

  8. #8
    Join Date
    Apr 2005
    Location
    Salt Lake City, Utah
    Beans
    49
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: virtual iso like daemon tolls

    Nice

    AcetonISO is exactly the type of program I've been looking for and more thanks for the link.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •