Results 1 to 3 of 3

Thread: Is there any Android app for mounting .iso files?

  1. #1
    Join Date
    Jan 2012
    Posts
    42

    Is there any Android app for mounting .iso files?

    Let me know if you are aware of any Android app that will help me to mount .iso file? I am waiting for the prompt replies of yours on this particular matter will be highly appreciated. Thanks a lot in advance.

  2. #2
    Join Date
    May 2011
    Posts
    1,863

    Re: Is there any Android app for mounting .iso files?

    As far as I know .iso files are images of CDs/DVDs that are created by ripping on hard drive. you will require to install mounting program on computer like Alcohol, or PowerISO. It wont work on mobile phone. Just because it does not have any reference for optical media. However you can make use of MagicDisc, DVDShrink, and Handbrake.

  3. #3
    Join Date
    May 2011
    Posts
    1,860

    Re: Is there any Android app for mounting .iso files?

    I have managed to mount an iso file by using loop on my Android device.

    You should set losetup so that you can set loop device
    Code:
    # losetup /dev/block/loop2 /sdcard/image.iso
    To find out whether losetup command is well configured or not execute following
    Code:
    # mount -t iso9660 /dev/block/loop2 /mnt/iso
    After execute below mentioned command.
    Code:
    # mount -o loop -t iso9660 /sdcard/image.iso /mnt/iso

Similar Threads

  1. Mounting .MDF/ISO files in Windows 7
    By Dwight in forum Windows Software
    Replies: 9
    Last Post: 20-02-2012, 03:59 PM
  2. Mounting ISO and VHD files possible in Windows 8
    By LavinaD in forum Operating Systems
    Replies: 7
    Last Post: 17-09-2011, 10:47 PM
  3. player for playing MKV files and OGM files in android
    By Charmi Patel in forum Portable Devices
    Replies: 5
    Last Post: 02-08-2011, 08:26 AM
  4. Replies: 5
    Last Post: 01-03-2011, 10:15 PM
  5. Loss of files after mounting windows partition
    By Lakshmigopal in forum Operating Systems
    Replies: 4
    Last Post: 01-12-2010, 11:35 AM

Tags for this Thread

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
  •  
Page generated in 1,713,571,066.75667 seconds with 17 queries