This repository was archived by the owner on Dec 10, 2024. It is now read-only.
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2
ZenFS backend for ISO files
License
NotificationsYou must be signed in to change notification settings
zen-fs/iso
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Caution
@zenfs/iso has been merged into@zenfs/archives, please use thearchives repository!
ZenFS backend foriso files.
Please read the ZenFS core documentation!
This package adds theIso backend, which allows you to create areadonly file system from a.iso file.
For more information, see theAPI documentation.
npm install @zenfs/iso
import{configure,fs}from'@zenfs/core';import{Iso}from'@zenfs/iso';constres=awaitfetch('http://example.com/image.iso');awaitconfigure({mounts:{'/mnt/iso':{backend:Iso,data:newUint8Array(awaitres.arrayBuffer())},},});constcontents=fs.readFileSync('/mnt/iso/in-image.txt','utf-8');console.log(contents);
This implementation uses information on the ISO 9660 / ECMA 119 format/standard from:
About
ZenFS backend for ISO files
Topics
Resources
License
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.