Click to See Complete Forum and Search --> : mounting on startup


davomyster
02-17-2003, 11:59 PM
I have a windows machine and a linux machine networked and used samba to access the windows share on the linux machine. I'm just wondering if there's a way to mount the shares on startup so I don't have to go in and manually mount it. Thanks for the help

EscapeCharacter
02-18-2003, 02:42 AM
yes, add an entry to /etc/fstab

\\\\ip\\share /mnt/point smbfs defaults 0 0

davomyster
02-18-2003, 02:10 PM
what about getting VNC to run on startup? how would i do that?