Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Extract files from .iso image on SuSE

  • 28-10-2004 03:28PM
    #1
    Registered Users, Registered Users 2 Posts: 1,165 ✭✭✭


    I need to extract files from an .iso image on SuSE 9.1
    and I'm sick and tired of FTPing it to a windows box
    and then FTPing the contents back.

    I've checked Google but its thrown up nothing
    obvious. Anyone know of any tools to do this??


Comments

  • Closed Accounts Posts: 7,562 ✭✭✭leeroybrown


    Mount it on a loopback device

    mount -t iso9660 file.iso /mnt -o loop=/dev/loop0

    That will allow you to access the ISO image's filesystem on /mnt.


Advertisement
Advertisement