Universal Disk Format (UDF)
OSTA Universal Disk Format (UDF) / ISO 9660 file system
Install via npm
$ npm install --save iso-udfSpecification
UDF is specified by the Optical Storage Technology Association (OSTA), this module aims to implement Revision 2.60.
Usage
var UDF = require( 'iso-udf' )References
- Understanding the UDF file system specification
- Wenguang's Introduction to Universal Disk Format (UDF)
- wiki.osdev.org/ISO_9660
- pali/udftools
- El Torito (CD-ROM standard)
- A BIOS to UEFI Transformation (regarding flashing .iso images & making them bootable)
- UEFI Installation Media Format and default boot behavior