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
topic title: How can I open "iso"- files?
7 posts
• Page 1 of 1
-
Posts: 26
- Joined: 09 Feb 2017
-
Posts: 521
- 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/"
====================================
========= 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
- Joined: 26 Jul 2012
#3
Learn something new every day! __{{emoticon}}__
(I always loop mount them.)
(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
- 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
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"
====================================
========= 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
- Joined: 31 May 2014
#7
Here's a little one-liner:
mount $1 -r -t iso9660 -o loop /media/cdrom
mount $1 -r -t iso9660 -o loop /media/cdrom