SAMBA共用
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
#使用匿名
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