Bạn thử cấu hình file smb.conf như thế này xem:
Code:
[global]
workgroup = WORKGROUP
server string = samba file server
security = user
[TaiLieuLinux]
path = /media/DATA/TaiLieuLinux/
public = yes
writeable = yes
browseable = yes
[Pictures]
path = /home/duongit/Pictures/
public = yes
writeable = yes
browseable = yes
Sau đó bạn chạy lệnh:
Code:
sudo smbpasswd -a <tên user của bạn>
Nhập password rồi restart lại samba daemon.
Bạn nên mount bằng lệnh để thấy được các tùy chọn khi mount chứ bạn đưa cái hình lên thì không thấy các tùy chọn khi bạn mount.