> Gordon Ross wrote: > >> [...] here is another odd thing: > >> > >> c...@brompton:~$ ls -l /tmp/mnt > >> total 0 > >> c...@brompton:~$ /sbin/mount -F smbfs -o uid=cjg //pearson/cjg /tmp/mnt > >> c...@brompton:~$ ls -l /tmp/mnt > >> total 0 > >> c...@brompton:~$ ls -l /tmp/mnt > >> total 2866650 > >> -rwx------ 1 cjg staff 118876 2009-01-24 17:40 2008-tax-return.pdf > >> drwx------ 1 cjg staff 0 2009-08-25 23:15 777 > >> -rwx------ 1 cjg staff 64 2009-11-12 10:06 acl > >> -rwx------ 1 cjg staff 126 2006-09-23 17:24 apache2 > >> -rwx------ 1 cjg staff 75656 2009-03-27 16:51 app.pdf > >> -rwx------ 1 cjg staff 33280 2008-02-27 08:58 army_mus.doc > >> ...... > >> > >> The mount seems to be not be synchronous. > > [...] > > If you look at the output above. The mount completes and then the > directory is empty, the first ls returns nothing. When I do the second > ls the contents of the directory turns up. It is like the mount was done > in the background but I can't see anything in the manual to suggest that > should happen.
Ah, I didn't notice the first "ls" with empty output. I don't remember ever seeing that. If you'd like to send me a binary network trace starting before the initial authentication and mount, I'll have a look and see what I can tell you. i.e. on the client: snoop -d mynic -o mycapture.snoop host myserverIP Thanks, Gordon _______________________________________________ cifs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/cifs-discuss
