小弟初學者,煩請各位版上大大幫個忙解個問題
我有兩台Liunx主機要透過samba分享資料
在連線上沒有問題
設定 testparm -v 一切正常
我有設定帳密 smbclinet //ip/share -U user 順利登入
也能夠處理資料夾內的資料
但是掛載就出問題了
sever端設定分享掛載的目錄 /home/wokie chmod 2770
clinet 預掛載的目錄為 /home/wokie
client 執行 mount -t cifs //server ip/wokie /home/wokie
-o username=wokie,password=123
出現這樣的訊息
mount error 2 = No such file or directory
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
查閱訊息 出現如下
Jun 15 14:52:33 station214 kernel: CIFS VFS: cifs_read_super: get root inode
failed
請問我要從哪去著手 找問題, 感謝大家。
--
All Comments