Hi kalpet89,
Just try the step describe by the Mr. Glennzo because if your smb.conf file is configure correctly then that step will works and you see your folder in the windows system. But if your smb.conf file is not configure correct you still have same problem. Just check your smb.conf file, Is it configure in this way that I mention below :-
[global]
workgroup = Name of your windows work group
server string = Give some string that represent your linux folder in windows
log file = /var/log/samba/log.%m (according to your system, present in smb.conf so dont change)
max log size = 50
cups options = raw
[printers]
comment = All Printers
path = /var/spool/samba (according to your system, present in smb.conf so dont change)
printable = Yes
browseable = No
[sharing]
path =path/ofthe/shared folder
read only = No
guest ok = Yes
or you can easily configure you smb.conf file through gui present in each linux system if you installed samba. If it not then.
[root ] rmp -qa | grep system-config-samba
or
[root] rmp -qa | grep samba
if it is not then install it like
[root] yum install system-config-samba
after that you search it in Application and configure your shared folder but for it you have to Administrative power.
Good Luck..........
Regards,
Antrikssh