Internal
Internal
default_stream_read: voidThe FS is using the default implementation for streamRead
Internal
default_stream_write: voidThe FS is using the default implementation for streamWrite
If set disables async file systems from preloading their contents. This means sync operations will not work (unless the contents are cached) It has no affect on sync file systems.
If set, disables PreloadFile
from using a resizable array buffer.
Currently unused. In the future, this will disable caching. Not recommended due to performance impact.
If set, the file system should not be written to. This should be set for read-only file systems.
The FS supports setuid and setgid when creating files and directories.
Attributes that control how the file system interacts with the VFS. No options are set by default.