FAQ

How to extract files from ISO file image

Linux

# yum install libcdio libisofs

Просмотреть содержимое ISO можно двумя командами которые отличаются дефисом в имени:

$ isoinfo -J -s -l -i cd.iso -x ./

Directory listing of /
d--------- 0 0 0 1 Jun 23 2013 [ 30 02] .
d--------- 0 0 0 1 Jun 23 2013 [ 30 02] ..
---------- 0 0 0 3 Jun 23 2013 [ 192246 00] !Read.!Me
---------- 0 0 0 192213 Jun 23 2013 [ 33 00] IMAGEHDD.IMG
---------- 0 0 0 1 Jun 23 2013 [ 32 00] boot.catalog

$ iso-info --no-header -l -q -i cd.iso
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
__________________________________
ISO-9660 Information
/:
dr-xr-xr-x 2 0 0 [LSN 29] 2048 Jun 23 2013 18:16:30 .
dr-xr-xr-x 2 0 0 [LSN 29] 2048 Jun 23 2013 18:16:30 ..
-r--r--r-- 1 0 0 [LSN 32] 2048 Jun 23 2013 18:16:30 boot.catalog
-r-xr-xr-x 1 0 0 [LSN 33] 393652224 Jun 23 2013 18:16:09 IMAGEHDD.IMG
-r-xr-xr-x 1 0 0 [LSN 192246] 4416 Jun 23 2013 18:16:30 !Read.!Me

$ iso-read --no-header -i cd.iso -e \!Read.\!Me -o \!Read.\!Me

$ ls -l
total 385640
drwx------ 3 user001 user001 4096 Jun 23 02:10 c
-rw-r--r-- 1 user001 user001 394033152 Jun 23 18:16 cd.iso
-rwxr-xr-x 1 user001 user001 841355 Jun 23 16:49 mkboot.com
-rw-r--r-- 1 user001 user001 4416 Jun 25 18:06 !Read.!Me

Windows

Открыть файл в WinRAR

Configure KVM Lantronix Spider SLS

Open KVM the Internet browser and login.
Go to the page:
Interfaces -> Virtual Media -> Image on Windows Share

Share host/IP : 10.0.0.37
Share name : samba
Image file with path : flash.iso
User name (optional) : samba
Password (optional) : ********

Take care slash and backslash not need.