seems like they ought to fix this...
On Fri, 29 Sep 2000, Moshe Linzer wrote:
! symlinks inside a CIFS share will only work if they point to other directories in the same share. What I meant
! was that we make a symlink on the filer (with NFS), and then we share that symlink, instead of sharing the actual
! directory. For example, if my homedir sits under /users1/moshel, I can make a symlink like this:
!
! /pchomes/moshel -> /users1/moshel
!
! and then say options cifs.home_dir /pchomes or share /pchomes/moshel explicitly, and the share will work.
!
! Moshe
!
! Marcus Smiley wrote:
!
! > I tried using sym links to other directories (on the same volume) from a directory that is "cifs shared", and
! > cd'ing into these symlinks works just find over nfs from a unix box, but through windoze
! > they show up as files. Am I doing something wrong?