Originally Posted by
dmizer
Since some directories work, and some do not, this is a directory permission problem on the Windows computer. I suggest you carefully check the folder permissions on your Windows computer. Compare directories that work to directories that do not work.
Also note that if you are trying to share your entire C: hard drive, this will be expected behavior.
Thanks for the comment, DMizer.
I'm sorry if I was not clear -- all the directories I automount with CIFS do work and are accessible, but only a fraction of the files within are shown when browsing the shares from the Ubuntu machine.
For example, if I have a share, MyShare1, from windows it looks like the following:
Code:
D:\MyShare1>dir
file1
file2
file3
file4
file5
file6
But when browsing the CIFS mounted share on the Ubuntu machine, I see the following:
Code:
me@laptop:/net/MyShare1$ ls
file1
file3
file4
In other words, an incomplete set of files is returned when browsing the share from the Ubuntu machine. However, I *can* access the files that are not listed, if I know they are there.
Also, this is not from the c: drive, all shared folders are on an additional drive (marked d I have installed.
Is that more clear?
Thanks!