ZenFS
    Preparing search index...

    Interface CopyOnWriteOptions

    Configuration options for CoW.

    interface CopyOnWriteOptions {
        journal?: Journal;
        readable: MountConfiguration<Backend<FileSystem, object>>;
        writable: MountConfiguration<Backend<FileSystem, object>>;
    }
    Index

    Properties

    journal?: Journal

    The file system that initially populates this file system.

    The file system to write modified files to.