FreeBSD 怎麼使用 winxp的網路芳鄰? - BBS

Table of Contents

※ 引述《blestadsl (咖哩桔子)》之銘言:
: FreeBSD 6.1 想 使用類似 網路磁碟機 的功能
: 請問做得到嗎?
: 那如果可以,請問該怎麼做呢?
: 謝謝。

我找到了,自問自答

OS:FreeBSD 6.1 Release

ip : 192.168.1.1
win電腦名稱 : yun
win分享的目錄名稱 : office
要掛入server裡的目錄 : /mnt

#mount_smbfs -I 192.168.1.1 -N //yun/office /mnt

I 表示指定ip;N 表示不用密碼

mount_smbfs -I 192.168.1.1 -N //username@yun/office /mnt

# 去掉N後他會詢問密碼
mount_smbfs -I 192.168.1.1 //username@yun/office /mnt


--

All Comments