- Go through the usual setup at Samba.org or use YUM (yum install -y samba)
- By default, the smb.conf allows sharing of home directories.
- Add a Samba user (smbpasswd -a myusername)
- On Fedora, run SELinux Administration
- On the left menu, click “Boolean”.
- Scroll down to “samba”, and check the box next to “Allow samba to share users home directories”.
- Also on Fedora, make sure your Firewall allows the Samba ports 139 and 445.
- On Windows Vista, now map the network drive.
Sample smb.conf:
[homes]
comment = Home Directories
browseable = no
writable = yes
; valid users = %S
; valid users = MYDOMAIN\%S
Mapping Samba drive on Windows:
\\[your Samba server IP here]\[username] \\[your Samba server IP here]\homes