Protected Optional Internal_The last place this file system was mounted
Protected Internal_The UUID of the file system.
ReadonlyattributesProtecteddataProtectedinodesInodes for each path.
ISO images do not have inodes, so they are created on demand and kept.
This gives every file a stable, unique ino, which the VFS needs to tell files apart.
Keeping them also means metadata changes are not lost, though this file system is read-only.
OptionallabelReadonlynameThe name for this file system. For example, tmpfs for an in memory one
Readonly InternaloptionsProtectedpvdReadonlytypeA unique ID for this kind of file system. Currently unused internally, but could be used for partition tables or something
Create the file at path with the given options.
Create the file at path with the given options.
Test whether or not path exists.
Test whether or not path exists.
ProtectedinodeGets the inode for a path, creating it with create if it does not exist yet
AbstractreadReads into a buffer
The buffer to read into. You must set the byteOffset and byteLength appropriately!
The offset into the file to start reading from
The position in the file to stop reading
AbstractreaddirReads into a buffer
The buffer to read into. You must set the byteOffset and byteLength appropriately!
The position in the file to stop reading
AbstractstatRead a file using a stream.
Write a file using stream.
Modify metadata.
Modify metadata.
Writes a buffer to a file
The buffer to write. You must set the byteOffset and byteLength appropriately!
The offset in the file to start writing
Writes a buffer to a file
The buffer to write. You must set the byteOffset and byteLength appropriately!
The offset in the file to start writing
Mounts an ISO file as a read-only file system.
Supports: