Results 1 to 5 of 5

Thread: Mounting multiple cd images

  1. #1
    Join Date
    Jan 2010
    Location
    South Africa
    Beans
    38
    Distro
    Ubuntu

    Mounting multiple cd images

    Hello, I'm not sure if this is in the right area, I need to know how to mount multiple cd images,this is because the program I am installing needs CD 2 to copy data from, I tried AcetoneISO, Furius ISO mount with fuse and loop, and i even tried extracting the ISOs and putting them together inside one folder and then renaming the autorun.inf and autorun.exe but still nothing helps at all, is there another program that can do this, it's just that it loads CD 1 fine but asks for CD 2 eventhough I tried mounting it in various ways.

  2. #2
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: Mounting multiple cd images


  3. #3

    Re: Mounting multiple cd images

    Code:
        # mkdir -p /mnt/{1,2}
        # mount -o loop /path/to/file1.iso /mnt/1
        # mount -o loop /path/to/file2.iso /mnt/2
    Windows assumes the user is an idiot.
    Linux demands proof.

  4. #4
    Join Date
    Jan 2010
    Location
    South Africa
    Beans
    38
    Distro
    Ubuntu

    Re: Mounting multiple cd images

    Thanks but none of those work with mounting the isos,it still cannot detect the second disc that is mounted.

  5. #5
    Join Date
    Feb 2011
    Location
    Minnesota, United States
    Beans
    62
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Mounting multiple cd images

    Are you getting any type of an error?

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
  •