Microsoft NFS Services

  • Thread starter Thread starter paulyc
  • Start date Start date
P

paulyc

I have a windows 2003 server. It has installed "Microsoft Services
for Network File System". Its version 7.1.2239.1

I have an odd issue. I have shared a filesystem and its being
accessed by a Suse linux machine. The share works a treat, the
correct users are able to access it fine. However the unix find
command fails - it simply returns nothing !

The standard unix find works fine on all local filesystems but fails
on the shared - for example :

find /shared -name paul.txt -print | more

Any ideas ?
I have got all events logging to the event log - but I couldnt see
anything in the log of any help.

Paul
 
Thanks Bruce. We have attempted to install Windows Services for Unix,
Version 3.5 Installation quotes that we have to remove the Microsoft
services for NFS first.

The NFS share is mounted fine. All the files & permissions again are
okay. Whats odd is that we have now spotted that :

find /shared -name file.to.be.searched -follow -print

works. Now I could understand if we had a load of symlinks - but we
don't. Odd or what !
 
Back
Top