hi,
am currently working on Raspberry Pi as low-cost HD surveillance camera.Now am trying to store the videos on a windows shared folder by adding an extra line of //YOURSERVERNAME/YOURSHAREDFOLDERNAME /mnt/camshare cifs username=YOURSHAREDFOLDERUSERNAME,password=YOURSHAREDFOLDERPASSWORD,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0 in the /etc/fstab file.
but even after doing so am unable to see a new folder created on my windows machine(foldername/mnt/camshare).so can anyone tell me what could be the problem??