# 存储

{% code fullWidth="true" %}

```
命令名称:
   singularity storage - 创建和管理存储系统连接

用法:
   singularity storage 命令 [命令选项] [参数...]

命令列表:
   create   创建一个新的存储系统连接，可用作源或输出
   explore  通过列出路径下的所有条目来浏览存储系统连接
   list     列出所有存储系统连接
   remove   如果未被任何准备用到，移除存储系统连接
   update   更新现有的存储系统连接的配置
   help, h  显示命令列表或帮助信息

选项:
   --help, -h  显示帮助信息
```

{% endcode %}


---

# 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://data-programs.gitbook.io/singularity/zh/cli-reference/storage.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.
