ok, so now my /etc/fstab dir looks like this...
Code:
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
//winux/share /mnt/share cifs credentials=/etc/cifspw,uid=carlos 0 0
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,fscontext=system_u:object_r:removable_t,managed 0 0
I also changed the permissions of the cifspw file like you suggested, I just hope that does not cause a conflict when trying to access the share since it has a restrictive persmission to access the file. I can't test these settings untill I get my new CPOU fan for this Windows machine I am trying to mount but if I have issues, I will be back.
Thanks for your help and if anyone else would like to comment on anything I did, please do so.