• Retrieves metadata for all mounted volumes with optional filtering and concurrency control.

    Parameters

    • Optionalopts: Partial<Options> & { includeSystemVolumes?: boolean }

      Optional configuration object

      • OptionalincludeSystemVolumes?: boolean

        If true, includes system volumes in the results. Defaults to true on Windows and false elsewhere.

    Returns Promise<VolumeMetadata[]>

    Promise that resolves to an array of either VolumeMetadata objects or error objects containing the mount point and error

    Never - errors are caught and returned as part of the result array