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