InternalThe file system that initially populates this file system.
The file system to write modified files to.
The journal to use for persisting deletions
Protected Optional Internal_The last place this file system was mounted
Protected Internal_The UUID of the file system.
ReadonlyattributesReadonlyjournalThe journal to use for persisting deletions
OptionallabelReadonlynameThe name for this file system. For example, tmpfs for an in memory one
ReadonlyreadableThe file system that initially populates this file system.
ReadonlytypeA unique ID for this kind of file system. Currently unused internally, but could be used for partition tables or something
ReadonlywritableThe file system to write modified files to.
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.
Reads into a buffer
The buffer to read into. You must set the byteOffset and byteLength appropriately!
The position in the file to stop reading
Reads into a buffer
The buffer to read into. You must set the byteOffset and byteLength appropriately!
The position in the file to stop reading
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
Using a readable file system as a base, writes are done to a writable file system.