---
title: "List currently mounted drives"
method: GET
path: "/drives/mount"
tags: ["drive"]
---

# List currently mounted drives

`GET /drives/mount`

Returns a list of all currently mounted drives managed by blfs

## Response `200`

OK

- DriveListResponse
  - `mounts` DriveMountInfo[]
    - `driveName` string
    - `drivePath` string
    - `gidMap` string — The local GID used for this mount
    - `mountPath` string
    - `readOnly` boolean
    - `uidMap` string — The local UID used for this mount

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/versions/dfa264bc72ee/schema)
