@photostructure/fs-metadata
    Preparing search index...

    Function getVolumeMountPoints

    • List all active local and remote mount points on the system.

      Only readable directories are included in the results.

      Note that on Windows, timeoutMs will be used per system call and not for the entire operation.

      Parameters

      • Optionalopts: Partial<
            Partial<
                Pick<
                    Options,
                    | "maxConcurrency"
                    | "timeoutMs"
                    | "linuxMountTablePaths"
                    | "includeSystemVolumes",
                > & SystemVolumeConfig,
            >,
        >

        Optional filesystem operation settings to override default values

      Returns Promise<MountPoint[]>