Mount a SMB Share in Linux

Step 1:
sudo apt-get install cifs-utils

Step 2:
sudo mkdir /mnt/local_share

Step 3:
sudo mount -t cifs //vpsa_ip_address/export_share /mnt/local_share

備註:export_share不是路徑,是共享的資料夾名稱。

若要開機自動掛載,在客戶端/etc/fstab下,加入下列一句﹕
//vpsa_ip_address/export_share /mnt/local_share cifs rw,x-gvfs-show,user

分類: Linux篇。這篇內容的永久連結

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *