Before describing what I'm seeing with:

   mount -F smbfs //<Winxphost>/share /mnt/point

I'm a bit confused about what version of Osol I'm running.

cat /etc/release shows:
                         OpenSolaris 2009.06 snv_111b X86
           Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                              Assembled 07 May 2009

But beadm list shows:

  BE       Active Mountpoint Space  Policy Created
  --       ------ ---------- -----  ------ -------
  osol-110 -      -          91.92M static 2009-04-05 17:09
  osol-111 -      -          85.92M static 2009-05-24 19:47
  osol-112 NR     /          12.10G static 2009-06-10 14:00

b112 running [N]ow and at [R]eboot.

So whatever that means... thats the version I'm working on.

when I mount MSwindows shares the mount works with no errors
however the mounted share only shows what ever is at the very top of
heirarchy, nothing deeper down.

The shares are setup on the windows host to share all directories and
sub-directories of the share.

example:  Viewed from a bash shell running under cygwin on windows host:

  $ ls //harvey/ImagesMusic/imageDB
    Imatch  exiftool-7.01  find.pl  images  imatch.bk

But when mounted on Osol I see:

  mount -F smbfs //harvey/ImagesMusic /mnt/ImagesMusic/

ls /mnt/ImagesMusic/imageDB comes up blank:
 
   root # ls /mnt/ImagesMusic/imageDB
    <nothing>

And if I try to force it by adding a name I know is there:

  root # ls /mnt/ImagesMusic/imageDB/images
  ls: cannot access /mnt/ImagesMusic/imageDB/images: Permission denied

_______________________________________________
cifs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

Reply via email to