Linux: Auto mount SAMBA share with space in name in fstab - QuânSysAd's Blog

05 tháng 5 2017

Linux: Auto mount SAMBA share with space in name in fstab

You have a Windows share : //192.168.x.x/My Share (My Share has a space in name)
Then in fstab file you can provide following line to auto mount when need (Note that you must alter space by \040 with every space in name).
//192.168.x.x/My\040Share /mnt/share cifs username=share,password=password 0 0
If you cannot mount try change cifs by smbfs.
Vietnamese:
Bạn có thư mục share trong Windows và trong tên chứa khoảng cách ví dụ My Share
Bạn muốn tự động mount vào linux mỗi khi khởi động nhưng đưa vào file fstab nó báo lỗi ở dòng bạn cấu hình.
Để có thể đưa vào fstab, bạn phải thay thế các dấu khoảng trắng trong tên ở trong thư mục /etc/fstab bằng ký tự \040. Ví dụ như sau:
//192.168.x.x/My\040Share /mnt/share cifs username=share,password=password 0 0
Trong đó username và password tương ứng là user và mật khẩu của tài khoản share trong windows.

Không có nhận xét nào: