System Use Sharing Protocol
(Created page with "{{FormatInfo |formattype=electronic |subcat=Filesystem |released=~1994 }} '''System Use Sharing Protocol''' ('''SUSP''') is a standard that specifies a uniform way to extend [...") |
|||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Filesystem | |subcat=Filesystem | ||
− | |released=~ | + | |released=~1991 |
}} | }} | ||
'''System Use Sharing Protocol''' ('''SUSP''') is a standard that specifies a uniform way to extend [[ISO 9660]] (CD-ROM) format, to attach arbitrary metadata to each file. It is standardized as IEEE P1281. | '''System Use Sharing Protocol''' ('''SUSP''') is a standard that specifies a uniform way to extend [[ISO 9660]] (CD-ROM) format, to attach arbitrary metadata to each file. It is standardized as IEEE P1281. | ||
== Format details == | == Format details == | ||
− | Each ISO 9660 member file has an optional "system use area", whose use is undefined by the ISO 9660 standard. SUSP divides this area into tagged "entries", and defines some standard entry types. Other standards built on SUSP, notably [[Rock Ridge]], define additional entry types. | + | Each ISO 9660 member file has an optional "system use area", whose use is undefined by the ISO 9660 standard. SUSP divides this area into tagged "entries", and defines some standard entry types. Other standards built on SUSP, notably [[Rock Ridge]], define additional entry types. The [[Wikipedia:Rock Ridge|Wikipedia article for Rock Ridge]] has a list of entry tags. |
+ | |||
+ | Technically, non-core entries are namespaced, using the extension ID string in one or more "ER" entries. Known ID strings: | ||
+ | * "<code>RRIP 1991A</code>" = [[Rock Ridge]] 1.10 | ||
+ | * "<code>IEEE_P1282</code>" = [[Rock Ridge]] 1.12 | ||
+ | |||
+ | == Identification == | ||
+ | The known versions of SUSP include the byte sequence {{magic|53 50 07 01 be ef}}. In most cases, this sequence will appear at offset 2048×{the 32-bit little-endian int at offset 32926} + 34. | ||
== Specifications == | == Specifications == |
Revision as of 14:56, 26 January 2019
System Use Sharing Protocol (SUSP) is a standard that specifies a uniform way to extend ISO 9660 (CD-ROM) format, to attach arbitrary metadata to each file. It is standardized as IEEE P1281.
Format details
Each ISO 9660 member file has an optional "system use area", whose use is undefined by the ISO 9660 standard. SUSP divides this area into tagged "entries", and defines some standard entry types. Other standards built on SUSP, notably Rock Ridge, define additional entry types. The Wikipedia article for Rock Ridge has a list of entry tags.
Technically, non-core entries are namespaced, using the extension ID string in one or more "ER" entries. Known ID strings:
- "
RRIP 1991A
" = Rock Ridge 1.10 - "
IEEE_P1282
" = Rock Ridge 1.12
Identification
The known versions of SUSP include the byte sequence 53 50 07 01 be ef
. In most cases, this sequence will appear at offset 2048×{the 32-bit little-endian int at offset 32926} + 34.