X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Bomjun Kwon Subject: Can't see file change in an NFS mounted directory Date: Fri, 28 Apr 2006 06:44:13 +0000 (UTC) Lines: 23 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Recently, I installed Cygwin NFS Server on my Windows XP Pro PC. I succeeded in mounting an exported directory from my Linux PC, but its contents are not updated unless I make a file on the directory. NFS Server (Windows PC) NFS Client (Linux PC) ----------------------- --------------------- # mount winpc:/home/bomjun /share # cd /share # ls dir_A file_a $ cd /home/bomjun $ mkdir dir_X $ ls dir_A dir_X file_a # ls dir_A file_a ... still can't see dir_X created # mkdir dir_Y # ls dir_A dir_X dir_Y file_a ... now I see dir_X With other Linux nfs servers, I can find newly created files and directories immediately on the client side. How can I get file lists updated timely from Cygwin NFS Server? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/