Skip to content

Add missing fuse option: nonempty #35

@jetibest

Description

@jetibest

The nonempty fuse option is missing:

nonempty
    Allows mounts over a non-empty file or directory. By default these
    mounts are rejected to prevent accidental covering up of data, which
    could for example prevent automatic backup.

I added it myself at line number 195 of index.js in _fuseOptions():

    if (this.opts.nonempty) options.push('nonempty')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions