希望通过这篇文章让你明白一些小知识,今天要讲的是通过samba来达到SuSe 10.3与Windows Vista文件共享。SuSe 10.3与Windows Vista文件共享更方便的让你应用电脑。
1、SuSe机器IP=192.168.3.201,Vista机器IP=192.168.3.100;
2、Yast设置SuSe Samba服务器,域=DEV2,主机标识=DELL-SUSE;
3、增加共享目录/home/allen,browserable=true,writeable=true,valid users=root,suse,path=/home/allen,共享名为allen;
4、增加samba用户suse
#useradd suse
5、设置samba用户suse的口令
#smbpasswd -a suse
New SMB password:xxxxxx
Retype new SMB password:xxxxxx
6、Vista访问SuSe共享文件
\\192.168.3.201\allen
用户名:suse
口令:xxxxxx
还可以映射网络驱动器。
也可以通过网上邻居(Network Neighborhood)访问,如果看不见SuSe机器,可以用以下命令试试:
>nbtstat -A 192.168.3.201
7、Vista设置共享文件夹C:\shared,共享名为shared;
8、SuSe通过smbclient浏览Vista共享文件列表
#smbclient -L //192.168.3.100 -U allen
password: xxxxxx
9、SuSe访问Vista共享文件
#smbclient //192.168.3.100/allen -U allen
password: xxxxxx
smb>
10、mount Vista共享文件
#mount -t cifs //192.168.3.100/shared /mnt -o username=allen,password=xxxxxx
文章看完了,你学会了SuSe 10.3与Windows Vista文件共享了么?看完本文你肯定有不少收获,希望本文能教会你更多东西。
【编辑推荐】