(ask) Extracting .iso file using xarchiver

Discussion in 'Linux' started by carterleonard, Aug 3, 2008.

  1. carterleonard

    carterleonard

    Joined:
    Jul 10, 2008
    Messages:
    25
    Likes Received:
    0
    Hi guys,...

    I need to extract iso file using the built in xarchiver program. It seems my version doesnt support it yet. Any idea how to update the xarchiver so i can extract .iso files?

    Thank U.
     
    carterleonard, Aug 3, 2008
    #1
  2. carterleonard

    hmraao

    Joined:
    Aug 8, 2008
    Messages:
    142
    Likes Received:
    0
    For the uninitiated, Xarchiver is a front-end for various command-line archivers, that apparently at one time had built-in support for handling .iso (CD/DVD) image files. To quote "With the revision 25999 ISO support was dropped; isomaster is better!" So why not give ISO MASTER a spin? It's what they recommend.

    Ephraim Tutt takes on the cases no one else wants.
     
    hmraao, Aug 22, 2008
    #2
  3. carterleonard

    blackhawk

    Joined:
    Aug 19, 2008
    Messages:
    122
    Likes Received:
    0
    You can try:
    Code:
    $ sudo mkdir /mnt/tmp
    $ sudo mount your_iso_file.iso /mnt/tmp -o loop
    
     
    blackhawk, Aug 22, 2008
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.