How to mount a folder from other samba server
$ mkdir t
$ mount -t smbfs //192.168.0.152/share t
$ mount -t smbfs //192.168.0.152/share t
here the //192.168.0.152/share is the folder path of the samba server.
posted on 2006-02-07 13:25 Stuart 閱讀(227) 評論(0) 編輯 收藏 所屬分類: Debian/Linux