I added an entry to /etc/fstab to automagically mount my NAS on start-up: [code]# Entry for automounting network attached storage locally //192.168.2.5/MyBook /home/jeff/MyBook cifs fmask=0777,dmask=0777,auto,sync 0 0[/code] On shut-down, though, I often get an error message. Something along the lines of [code]CIFS server not responding[/code] And it will fail to unmount the share. Is there someplace I can add an entry (like I did for fstab) to forcibly unmount during the shutdown process?