I'm attempting to setup Samba on my Linux box. I am a new user to Linux, so there is an enormous learning curve I'm trying to overcome. My expertise is really more with Windows.
I have tried installing Webmin on my Linux machine for configuring Samba, which looks to be a great app, but I still can't make Samba work. I will paste my smb.conf file below. Please let me know if anyone sees any obvious problems.
When I start Linux and then start Samba, I go to my Windows machines and I can see the name of my share under the MSHOME group, but when I double-click on it, I get the message "You may not have permission to use this network resource. Contact the administrator of this server to find out if you have the necessary permissions. The network path was not found." The permissions I have set for the folders in Linux is 777 on "home" and "SharedDocuments".
Also, I have 3 Windows computers on my LAN. I tried to ping the Linux box from 2 different Windows machines and they both timed out. On the Linux box, I tried to ping my Win2k machine and it worked. I tried to ping the WinXP box but it didn’t work.
Man, I'm confused. Please help! I have this feeling it has less to do with my smb.conf file and more to do with networking the machines together because of the ping problem.
[global]
log file = /var/log/samba/log.%m
server string = Data Server
workgroup = MSHOME
[Files]
comment = File Server
writeable = yes
public = yes
path = /home/SharedDocuments
I have tried installing Webmin on my Linux machine for configuring Samba, which looks to be a great app, but I still can't make Samba work. I will paste my smb.conf file below. Please let me know if anyone sees any obvious problems.
When I start Linux and then start Samba, I go to my Windows machines and I can see the name of my share under the MSHOME group, but when I double-click on it, I get the message "You may not have permission to use this network resource. Contact the administrator of this server to find out if you have the necessary permissions. The network path was not found." The permissions I have set for the folders in Linux is 777 on "home" and "SharedDocuments".
Also, I have 3 Windows computers on my LAN. I tried to ping the Linux box from 2 different Windows machines and they both timed out. On the Linux box, I tried to ping my Win2k machine and it worked. I tried to ping the WinXP box but it didn’t work.
Man, I'm confused. Please help! I have this feeling it has less to do with my smb.conf file and more to do with networking the machines together because of the ping problem.
[global]
log file = /var/log/samba/log.%m
server string = Data Server
workgroup = MSHOME
[Files]
comment = File Server
writeable = yes
public = yes
path = /home/SharedDocuments