Interface FstabEntry
Properties
Optionaloptions
options?: string
Optional comma-separated mount options (e.g., "size=1048576,storage=localStorage")
source
source: string
The source of the mount, e.g., device, URL, database name, etc. For memory/webstorage/dropbox/googledrive, this may be empty/ignored.
target
target: string
The target mount point (absolute path in the virtual FS)
type
type: string
Filesystem type (e.g., 'memory', 'fetch', 'indexeddb', 'webstorage', 'zip', 'iso', 'dropbox', 'googledrive', etc.)
Represents an entry in the fstab (filesystem table). Analogous to /etc/fstab in Linux, but simplified for our use.