|
|
|
|
 samba's question - qqmengxue [ 2006-10-26 10:45 | 314 byte(s)]
 Re: samba's question - ElTopo [ 2006-10-27 01:03 | 28 byte(s)]
 Re: samba's question - arivnhuang [ 2006-10-27 08:48 | 94 byte(s)]
 Re: samba's question - 匿名 [ 2006-10-27 16:36 | 67 byte(s)]
 Re: samba's question - arivnhuang [ 2006-10-28 08:54 | 91 byte(s)]
 Re: samba's question - qqmengxue [ 2006-10-28 10:38 | 42 byte(s)]
 Re: samba's question - arivnhuang [ 2006-10-28 15:43 | 68 byte(s)]
 Re: samba's question - qqmengxue [ 2006-10-29 15:35 | 41 byte(s)]
 Re: samba's question - arivnhuang [ 2006-10-26 14:35 | 846 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
我在创建samba服务器的时候,在使用nobady登陆的时候,把smb.conf编译后,再重新启动smb服务器后,可是进入xp系统后,输入IP寻找其时,只能找到XP系统的共享文件.不能找到LINUX下的共享.这具体是什么原因造成的啊。
注:我应的是vmware 用的红旗5.0 kernel:2.6.的核心.
是不是用XP不能访问啊。.
谢谢大家帮忙!
|
|
|
----
我,卡.伊娃 ⒈
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
Linux下如何配置共享文件,如何访问网络上的其它共享文件?
1.建立目录文件
eg:#mkdir /home/share
2.配置smb.conf文件,使用vi编辑器或者手动编辑都可以(/etc/samba/smb.conf)
在文件尾处添加:
[share]
comment = public areas
path = /home/share
browseable = yes
public = yes
writable = yes
3.启动samba
#/etc/rc.d/init.d/smb restart
4、修改共享目录的组:
#chown -R nobody:nobody /home/share
5、测试是否可以共享:
#smbmount //192.168.1.160/share /home/sunny
passworld: (直接回车通过)
第四步可执行可不执行,这样就可以通过xp的系统来访问linux系统的共享文件
|
|
|
[Original]
[Print]
[Top]
|
|
« Previous thread
如何架设APT服务器 |
网络管理技术
第2页 |
Next thread »
【求助】VNC 不能拖拽图标 |
|