Posts: 26
enzo
Joined: 09 Feb 2017
#1
Hello,

I don't know the exact proceed to open an"iso" file? What kind of package do I need for this?

best regards - enzo
Posts: 521
Shay
Joined: 20 Apr 2015
#2

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.tecmint.com/extract-files-from-iso-files-linux/"
linktext was:"http://www.tecmint.com/extract-files-fr ... les-linux/"
====================================
Posts: 850
fatmac
Joined: 26 Jul 2012
#3
Learn something new every day! __{{emoticon}}__

(I always loop mount them.)
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#4
midnight commander (mc) can extract iso files too.
Posts: 26
enzo
Joined: 09 Feb 2017
#5
Hello Anticapitalista, please, what shall I do exactly to extract"iso" files with the"midnight commander"?

with greetings from - enzo
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#6

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://www.google.gr/search?sclient=psy-ab&btnG=Search&q=extract+iso+file+with+mc+linux"
linktext was:"https://www.google.gr/search?sclient=ps ... h+mc+linux"
====================================
Posts: 119
wildstar84
Joined: 31 May 2014
#7
Here's a little one-liner:

mount $1 -r -t iso9660 -o loop /media/cdrom