Esiste un comando per visualizzare il descrittore del volume primario nelle immagini iso?

1

Uso isoinfo per farlo su Linux. Esiste un comando isoinfo like su macOS?

ISO 9660 - 3.3 Il descrittore di volume primario

Un esempio dell'output di isoinfo :

$ isoinfo -debug -d -i Win10_1607_Japanese_x64.iso 
CD-ROM is in ISO 9660 format
System id: 
Volume id: CCSA_X64FRE_JA-JP_DV5
Volume set id: CCSA_X64FRE_JA-JP_DV5
Publisher id: MICROSOFT CORPORATION
Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
Application id: CDIMAGE 2.56 (01/01/2005 TM)
Copyright File id: 
Abstract File id: 
Bibliographic File id: 
Volume set size is: 1
Volume set sequence number is: 1
Logical block size is: 2048
Volume size is: 2122293
Root directory extent:  26 size: 112
Path table size is:     10
L Path table start:     23
L Path opt table start: 0
M Path table start:     24
M Path opt table start: 0
Creation Date:     2016 07 16 15:46:30.00
Modification Date: 0000 00 00 00:00:00.00
Expiration Date:   0000 00 00 00:00:00.00
Effective Date:    0000 00 00 00:00:00.00
File structure version: 1
El Torito VD version 1 found, boot catalog is in sector 22
NO Joliet present
NO Rock Ridge present
Eltorito validation header:
    Hid 1
    Arch 0 (x86)
    ID 'Microsoft Corporation'
    Key 55 AA
    Eltorito defaultboot header:
        Bootid 88 (bootable)
        Boot media 0 (No Emulation Boot)
        Load segment 0
        Sys type 0
        Nsect 8
        Bootoff 21B 539
    
posta user218669 08.09.2016 - 10:31
fonte

1 risposta

1

Il comando drutil è l'utilità OS X simile a isoinfo. Il verbo dumpiso ispeziona e interpreta le strutture ISO-9660 e Joliet. Il formato del comando è:

drutil dumpiso <device> <block> [format]

dove sono gli argomenti (vedere man drutil per i dettagli):

device   Disk node, e.g. /dev/disk1.

block    Block number to dump.

format   If format is not specified dumpiso will attempt to guess. 
         If present, this argument should be one of the following:
         None, Boot, BootCat, PVD, SVD, VPD, VDST, MPath, LPath,
         Dir, or HFSPlusVH.

Il comando drutil consente una scorciatoia che evita la necessità di allegare, montare o staccare un file immagine ISO. Il comando è:

drutil dumpiso <image> <block>

dove <image> è il nome di un file immagine ISO. Ad esempio, drutil dumpiso image.iso 16 mostra il blocco 16 da un file immagine denominato image.iso e indovina il formato del blocco.

    
risposta data 08.09.2016 - 12:24
fonte

Leggi altre domande sui tag