Okay, I really can't figure it out... I just want to auto mount at starup to mount windowz fodler share into my linux box. I add this line into my /etc/fstab:
//192.168.0.4/shareit /mnt/windowz smbfs auto,guest 0 0 This is what I've got in my log file at startup: tree connect failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed What should I do then? Anyway, if I manually mount with smbmount, everything works fine. Another question, if I manually mount a folder which has a long folder name with: smbmount //windowzz/Shared\ Folder /mnt/windowzz it works fine. But if I it in fstab, they will say ' ..... bad line' (it pinting me that fstab has a bad line anyway) What should I put in fstab as a replacement of 'Shared\ Folder'? Maybe fstab can not handle long folder name? Thanks, Phillip. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
