Hey,

I'm having trouble mounting a windows share. In windows I just click "Map network resource to disk" or something like that and write the address - \\server\share. No password or anything.

Using ubuntu, I tried adding this line to fstab:

//server/share /mnt/win smbfs defaults 0 0

Is this correct? Since I don't need a password in windows, I shouldn't need user credentials here right? How would I go about finding the log about the mounting attempt?

Thanks.