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

    Function getVolumeMountPoints

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

      Linux file bind mounts are omitted after target probing; explicit path queries still resolve and inspect them. When skipNetworkVolumes is true, remote targets are not touched, so entries whose target type cannot be determined are retained.

      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"
                    | "networkFsTypes"
                    | "includeSystemVolumes"
                    | "skipNetworkVolumes",
                > & SystemVolumeConfig,
            >,
        >

        Optional filesystem operation settings to override default values

      Returns Promise<MountPoint[]>