air-wave 发表于 2003-12-13 15:04:56

新手提问:如何访问网上邻居?

如题。3KS。

MichaelBibby 发表于 2003-12-24 13:30:50

可以使用LinNeighborhood这个软件,也可以用Samba

hudaihong 发表于 2003-12-26 14:55:41

配置samba /etc/smb.conf

hudaihong 发表于 2003-12-26 14:57:34

配置samba /etc/smb.conf

netbios name=??
security=share

path=/要被共享的目录
guest ok=yes//guest 用户可以访问

rhyno 发表于 2003-12-26 15:28:58

want to visit a windows share folder :

smbmount   //windows-computer-name/share-folder-name /mnt/smb

ps.
1. /mnt/smb should be created
2. if you have a problem with "logon sucess, access denied", try to use the option " -o uname=someone", and then entry the password. 'someone' is a account who has
the permission to access the share-folder.

ex: smbmount-o uname=administrator //win2k/share /mnt/smb

wuyun 发表于 2003-12-27 14:38:28

当然是smb了
页: [1]
查看完整版本: 新手提问:如何访问网上邻居?