It has been a long time since I've set up a samba server, but I don't remember it involving hours of frustration. Here's the situation:
Fedora 16
smb.conf
Code:
[global]
workgroup = workgroup
security = share
guest ok = yes
[Videos]
comment = Movies and TV
path = /home/user/Videos
read only = no
guest ok = yes
; browseable = yes
Firewall configured to allow both Samba and Samba Client
has been entered.
Try to access the share from the Windows 7 PC. First off, it does not detect the share as part of the workgroup, and I have to manually type in \\192.168.0.2 into explorer address bar. Once there, it sees the 'Videos' share, but clicking on it reads:
Windows cannot access \\192.168.0.2\Videos
You do not have the permission to access \\192.168.0.2\Videos. Contact your network administrator to request access.
I have been playing with it for a few hours and just want it to work. It's a simple file share.... or should be.
**EDIT** I should also mention that I have done a chmod -R 777 on the Videos folder just to try and eliminate everything. Once I get it working, I'll put all my securities back in.