Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to extract data from .iso files?

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
__mutex__
Posts: 7
Joined: 2006-01-01 14:57

How to extract data from .iso files?

#1 Post by __mutex__ »

How to extract data from .iso file without burning CD?

pigah
Posts: 189
Joined: 2005-03-29 23:20

#2 Post by pigah »

Mount it like it is a cd:

Code: Select all

mount file.iso /media/cdrom -t iso9660 -o loop

__mutex__
Posts: 7
Joined: 2006-01-01 14:57

thanks...

#3 Post by __mutex__ »

works...

Post Reply