SAMBA共用
mkdir /mnt/pool/SAMBA
新增使用者,設置權限

啟用SAMBA服務(基本)

#使用匿名
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 增加磁碟的方法

Last updated
Was this helpful?