Robb, Sam wrote:
    A workaround is to create a regular directory, mount the Windows
    drive at that directory, and then export the directory.  For
    example:

      $ mkdir -p /exports/c
      $ mount -f -s -b c:/ /exports/c
      $ echo "/exports/c (ro,all_squash)" >> /etc/exports

Would another possible workaround be just a simple ``mkdir -p /cygdrive/c/cygwin/cygdrive/c'' (this assumes cygwin is installed in c:\cygwin)?

Earnie.

Reply via email to