# On-Demand에 연동하기

On-Demand 머신을 대여할 때, 대여 상세 페이지에서 저장소를 함께 연동할 수 있습니다.\
연동할 저장소를 선택하고 마운트 경로를 지정하면, 머신 실행 시 자동으로 연결됩니다.

<figure><img src="/files/WSgeXweIW4ga2xu9j9pc" alt=""><figcaption></figcaption></figure>

### 저장소 연동&#x20;

* **On-Demand 머신을 GPU Cloud 목록에서 선택합니다.**
* **대여 상세 페이지**로 이동하여 템플릿  선택 후, 저장소 연동 여부를 선택합니다.&#x20;
* **\[저장소 연동] 토글**을 활성화하면, 생성되어 있는 저장소 목록이 표시됩니다.

### 마운트 경로 입력

**마운트 경로**를 입력합니다.

* 기본값은 `/home/ubuntu/runyourai/{저장소명}` 으로 자동 지정됩니다.
* 별도의 경로를 직접 입력할 수도 있습니다.
* **\[연동 선택] 버튼**을 클릭합니다.
* 선택한 저장소가 머신에 연동되며, 머신 실행 시 해당 경로로 접근할 수 있습니다.

{% hint style="warning" %}
**유의사항**

* 저장소는 머신 실행과 동시에 마운트됩니다.
* 동일 머신에 여러 저장소를 연동하는 경우, 마운트 경로가 중복되지 않도록 주의해야 합니다.
  {% endhint %}

<figure><img src="/files/K1zUc8sa52dTNJOE37mN" alt=""><figcaption></figcaption></figure>

* 머신 대여 이후, 대시보드에서 연결된 저장소를 확인할 수 있습니다.

<figure><img src="/files/dF7Jks7akNpZ1uGD6RhR" alt=""><figcaption></figcaption></figure>

* \[저장소 열기] 버튼을 클릭하면 파일 브라우저 페이지에서 손쉽게 데이터를 관리하실 수 있습니다.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://runyourai.gitbook.io/userguide/storage/mounting/on-demand.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
