Not having too much luck with this so far (I've never done a manual fstab entry). Here is my fstab after the addition:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=2d1592f3-2998-4974-9075-3158c47c1208 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda5
UUID=66a44c56-7ee0-4f06-9212-d888b9dd1522 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto 0 0
//192.168.80.1/public /mnt/LMCE cifs username=jondecker76,password=xxxxxxx
does the entry look right? Do I have to also create the /mnt/LMCE folder? So far, doing a reboot does not mount the share, but I'm sure i don't have the entry quite right.
Thanks for the help