> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/untitled-1-1/samba-gong-yong.md).

# 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)
