> For the complete documentation index, see [llms.txt](https://genos-docs.gitbook.io/default/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://genos-docs.gitbook.io/default/v1.7.8/basic-tutorials/guides/development/code_space/share_volume.md).

# 공유 볼륨 생성

공유 볼륨을 생성해보겠습니다.

### **1. 메뉴 - 개발 - 공유 볼륨** 진입

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

### **2. 공유 볼륨 생성 버튼**을 클릭

<figure><img src="/files/2L6b3j1PRHxR4kbl9sew" alt=""><figcaption></figcaption></figure>

다음과 같이 제목, 관리 그룹, 볼륨 할당량을 선택할 수 있습니다. 이전에 만들었던 볼륨 할당량을 선택하면 됩니다.

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

설정 예시입니다.

### **3. 공유 볼륨 생성 확인**

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

공유 볼륨 생성이 완료되었다면 목록에서 확인할 있습니다. 더블 클릭하여 상세 페이지로 이동이 가능합니다.

### **4. 공유 볼륨 상세**

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

공유 볼륨 상세 페이지에서 만들었던 공유 볼륨에 대한 정보를 확인하거나 삭제, 수정이 가능합니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://genos-docs.gitbook.io/default/v1.7.8/basic-tutorials/guides/development/code_space/share_volume.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
