X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=VryskMdeLoJuHwgRrq6vnInKjZ5Mt sFDTdXbXmyHiSC1aOJC8O/DW45lEbmOZCUMx9G+yTl/5PEIDUOpIxohfgyEvCudZ Dca+VZ5q80JlgmKKcmideV3mSkIDWhKxJ6xkKHaydI7Q1cSVz/hOYtLeuSX3Im2a AXztatQyDzk/dU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=x/IPSmXJpkx/0STDKJ64ohYIfQA=; b=A/0 azRGC5z8ktf2/Hs4i3uEKVqTyNuvpEFwkRzKNIqQSwlB44mvsNc4ZPipw6Qd0lh0 SJrKuHawWLZQh8G6qztSwQgwoCSkWZgJgbGKLcSJ7tvvwDM9X40AZj9s3qMcsBN7 9XAtqxKhFeBZJmJBvp7ntzz/kFM0h3eUuqJT8H6U= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_RW,TW_WX autolearn=ham version=3.3.1 MIME-Version: 1.0 X-Received: by 10.52.74.102 with SMTP id s6mr5204152vdv.28.1365707836704; Thu, 11 Apr 2013 12:17:16 -0700 (PDT) Date: Thu, 11 Apr 2013 15:17:16 -0400 Message-ID: Subject: cygwin fstab odd behavior From: Jeff Avila To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Hi there, Using a combination of Cygwin 1.7.17 and Windows Server 2012. I put a samba share in the Cygwin /etc/fstab. I can log in as myself, and see the share/cd to it (I performed the cygwin install, and am a domain admin on the Windows machine). my issue arises when other users try to ssh into the Server 2012 machine. Their Cygwin environment shows that the mount exists, but as a file of eight exabytes in size, and not a directory that you can cd into. Here's my fstab: $ more /etc/fstab none /cygdrive cygdrive binary,posix=0,user 0 0,exec,noacl //hudson/sw /sw nfs nouser,noacl Here's what an ls of "/" look s like for most users: rwxr-xr-x+ 1 ???????? user user 0 Jan 15 20:39 sbin drwxr-xr-x+ 1 ???????? user user 0 Jan 15 21:23 srv -rw-r--r-- 1 jrm user user 9223655985735335684 Apr 22 2009 sw drwxrwxrwt+ 1 ???????? user user 0 Apr 2 17:14 tmp Any idea as to what's going on? Thanks, -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple