# SAMBA共用

mkdir /mnt/pool/SAMBA

### 新增使用者，設置權限

![](/files/-Lr7Ax14bxMCOaDdfuhi)

### 啟用SAMBA服務（基本）

![](/files/-Lr7BMQJGS1MHe7wlpDs)

```
#使用匿名
mount -t cifs -o user=nobody,password=  //10.99.0.1/SAMBA /mnt
cd && umount /mnt

#使用新增使用者
mount -t cifs -o user=kawsing,password=password  //10.99.0.1/SAMBA /mnt

df -h
10.99.0.1/SAMBA        29G  6.1M   29G    1% /mnt
```

Promoxve6 增加磁碟的方法

![](/files/-Lr7CqnE_7dyWITMO9oT)


---

# 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://kawsing.gitbook.io/opensystem/andoid-shou-ji/untitled-1-1/samba-gong-yong.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.
