how to mount remote disk as local disk

sudo mount -t smbfs //xxx_host/d$ /mount -o user=foo_user,domain=bar_domain,iocharset=utf8

you'd better replace //xxx_host with your host machine name, a.k.a doggy-host, 10.2.3.4,

replace foo_user with your remote machine login name,

replace bar_domain with your remote machine domain name

notice to add iocharset to support chinese name.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章