Seems like I am so close I can taste it. Have been reading a ton of info and here is were I am now. I see the server in Windows 7. The only thing it is loading is the printer. BUT, when I try to print to it from a network client computer it does not print nor does it give me an error stating why. But the strange thing is, I have my storage hard drive set to /home/storage the printer is showing up under storage on the network and not the HDD.
Here is my current smb.conf, hopefully this helps shed some light.
Code:
[root@HomeServer ichase]# cat /etc/samba/smb.conf
#======================= Global Settings =====================================
[global]
workgroup = WORKGROUP
server string = Samba Server
security = user
hosts allow = 192.168.0. 192.168.1. 192.168.2. 127.
load printers = yes
; printcap name = /etc/printcap
; printcap name = lpstat
; printing = cups
guest account = nobody
log file = /var/log/samba/%m.log
max log size = 50
# These scripts are used on a domain controller or stand-alone
# machine to add or delete corresponding unix accounts
; add user script = /usr/sbin/useradd %u
; add group script = /usr/sbin/groupadd %g
; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
; delete user script = /usr/sbin/userdel %u
; delete user from group script = /usr/sbin/deluser %u %g
; delete group script = /usr/sbin/groupdel %g
#============================ Share Definitions ==============================
;[homes]
; comment = Home Directories
; browseable = no
; writable = yes
;[Profiles]
; path = /usr/local/samba/profiles
; browseable = no
; guest ok = yes
[Storage]
comment = Home Data Storage
path = /home/storage
valid users = user user user #I have 3 users all in which have samba accounts
public = yes
writable = yes
printable = yes
create mask = 0777
directory mask = 0777
[printers]
comment = All Printers
path = /var/spool/samba
browseable = yes
Set public = yes
guest ok = yes
writable = yes
printable = yes
Thanks for looking and thanks for the help.
All the best,
Ian