LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Iso extraction issue (https://www.linuxquestions.org/questions/linux-software-2/iso-extraction-issue-4175440588/)

curious95 12-08-2012 10:15 AM

Iso extraction issue
 
3 Attachment(s)
I have been experiencing a problem whilst extracting iso files from 7z archives that I have downloaded from the internet. The archive itself is shown in the image attachment 1.png. After the iso file has been extracted from the 7z archive and when I open the iso file while in the 7z archive it displays what is shown in the second attachment 2.png. The iso file when opened after being extracted should show the third attachment 3.png. Unfortunately, this is only shown when I stop extracting the iso from the archive and when I open the iso file while it is being extracted. This is the output of ls -lh in the directory where the 7z archive is stored.
Code:

-rw-rw-rw- 1 alex alex 1.4G Dec  8 16:17 ben10.7z
*The results are the same even when I am root.

posix04 12-08-2012 11:05 AM

You can mount your iso by the command (as root):

Code:

mount -o loop your.iso /mnt/your-mountpoint
And you can explore it through your file manager.

curious95 12-08-2012 02:13 PM

Quote:

Originally Posted by posix04 (Post 4845233)
You can mount your iso by the command (as root):

Code:

mount -o loop your.iso /mnt/your-mountpoint
And you can explore it through your file manager.

Yes but i need the iso as a whole because it's a ps2 game and the problem is extracting the iso not mounting it. The iso can be mounted just fine. The iso is supposed to be 2.3GB and it's supposed to be
like the one in 3.png but as you can see in 2.png the 7z archive does not extract well.

TobiSGD 12-08-2012 02:26 PM

Ben10 - Alien Force is a commercial copyrighted game. Helping you with extracting data from an illegally obtained ISO image does not comply with LQ's cracking rule.

Diantre 12-08-2012 02:35 PM

Quote:

Originally Posted by curious95 (Post 4845336)
Yes but i need the iso as a whole because it's a ps2 game and the problem is extracting the iso not mounting it. The iso can be mounted just fine. The iso is supposed to be 2.3GB and it's supposed to be
like the one in 3.png but as you can see in 2.png the 7z archive does not extract well.

It seems that the iso in 2.png is a video DVD... :confused:

posix04 12-08-2012 04:12 PM

Quote:

Originally Posted by curious95 (Post 4845336)
as you can see in 2.png the 7z archive does not extract well.

I know, in fact, I think that your iso might be decrypted.

colucix 12-09-2012 02:37 AM

Quote:

Originally Posted by TobiSGD (Post 4845343)
Ben10 - Alien Force is a commercial copyrighted game. Helping you with extracting data from an illegally obtained ISO image does not comply with LQ's cracking rule.

Indeed and for this reason the thread is closed! Nuff' said.


All times are GMT -5. The time now is 05:40 AM.