Hi,

I have mounted a share on a Windows-server with a corresponding entry in 
/etc/fstab of:

//san02-a/Data$ /mnt/san02-a/data       cifs    
domain=MYDOMAIN,user=MYUSER,password=MYPASSWD,uid=MYUID,gid=MYGID,_netdev
0       0

This works reasonably well, except that I'm missing a folder. If I run 'ls
/mnt/san02-a/data/Afdeling/ROI/', I get two entries (PRIVATE and PUBLIC), but
one (STUDIES) is missing.

Now, if I run

smbclient -U MYNAME -W MYDOMAIN //san02-a/Data$

and then do 'ls Afdeling\ROI\*', I do get all three directories. Changing to the
STUDIES directory also works fine.

Can anyone give me a hint on how to fix this or how to find out what's going on?

Best,
Koen

--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to