From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27095 invoked by alias); 18 Nov 2013 18:11:26 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 27062 invoked by uid 89); 18 Nov 2013 18:11:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.4 required=5.0 tests=AWL,BAYES_80,RDNS_NONE,TBC autolearn=no version=3.3.2 X-HELO: mxout34.expurgate.net Received: from Unknown (HELO mxout34.expurgate.net) (91.198.224.34) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Nov 2013 18:09:11 +0000 Received: from [127.0.0.1] (helo=localhost) by relay.expurgate.net with smtp (Exim 4.80.1) (envelope-from ) id 1ViTFr-0001dO-BF for cygwin@cygwin.com; Mon, 18 Nov 2013 19:09:02 +0100 Received: from [212.6.96.243] (helo=server03.company.internal) by relay.expurgate.net with esmtp (Exim 4.80.1) (envelope-from ) id 1ViTFq-0003E6-Ud for cygwin@cygwin.com; Mon, 18 Nov 2013 19:08:58 +0100 From: "DEWI - N. Zacharias" To: "cygwin@cygwin.com" Date: Mon, 18 Nov 2013 18:11:00 -0000 Subject: can not mount Windows shares correctly Message-ID: <8CCC8F85C5F2784387A32FAD835FB4E60C2B6951F1@server03.company.internal> Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-purgate-relay-fid: relay-3cc1a3 X-purgate-sourceid: 1ViTFq-0003E6-Ud X-purgate-Ad: Checked for spam and viruses by eXpurgate(R), see www.eleven.de for details. X-purgate-ID: 151534::1384798139-0000226F-07CE70F7/0-0/0-0 X-purgate: clean X-purgate-type: clean X-purgate-relay-bid: relay-b62ce8 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00319.txt.bz2 Hi all, Situation : A windows shared NAS to which I can connect using net use \\\\192.168.109.252\\storage /user:PC06\\user1 passwd but then it is not possible to mount it to lets say /cygdrive/b mount \\\\192.168.109.252\\storage /cygdrive/b mount: warning - /cygdrive/s does not exist. mount: defaulting to 'notexec' mount option for speed since native path references a remote share. Use '-f' option to override. But $ mount //192.168.109.252/storage on /cygdrive/b type smbfs (binary,notexec,noacl,u= =3D ser) C:/cygwin/bin on /usr/bin type ntfs (binary,auto) C:/cygwin/lib on /usr/lib= type ntfs (binary,auto) C:/cygwin on / type ntfs (binary,auto) B: on /cygdrive/b type ntfs (binary,posix=3D3D0,user,noumount,auto) C: on /cygdrive/c type ntfs (binary,posix=3D3D0,user,noumount,auto) D: on /cygdrive/d type ntfs (binary,posix=3D3D0,user,noumount,auto) E: on /cygdrive/e type vfat (binary,posix=3D3D0,user,noumount,auto) F: on /cygdrive/f type ntfs (binary,posix=3D3D0,user,noumount,auto) H: on /cygdrive/h type nwfs (binary,posix=3D3D0,user,noumount,auto) And: $ ls -al /cygdrive/b/ ls: cannot access /cygdrive/b/: No such file or directory If I use net use b: \\\\192.168.109.252\\storage /user:PC06\\user1 passwd The comman= d completed successfully. The result is slightly different: $ mount //192.168.109.252/storage on /cygdrive/b type smbfs (binary,notexec,noacl,u= =3D ser) C:/cygwin/bin on /usr/bin type ntfs (binary,auto) C:/cygwin/lib on /usr/lib= type ntfs (binary,auto) C:/cygwin on / type ntfs (binary,auto) B: on /cygdrive/b type ntfs (binary,posix=3D3D0,user,noumount,auto) C: on /cygdrive/c type ntfs (binary,posix=3D3D0,user,noumount,auto) D: on /cygdrive/d type ntfs (binary,posix=3D3D0,user,noumount,auto) E: on /cygdrive/e type vfat (binary,posix=3D3D0,user,noumount,auto) F: on /cygdrive/f type ntfs (binary,posix=3D3D0,user,noumount,auto) H: on /cygdrive/h type nwfs (binary,posix=3D3D0,user,noumount,auto) S: on /cygdrive/s type smbfs (binary,posix=3D3D0,user,noumount,auto) ls -al b:/ ls: cannot access b:/..: No such file or directory total 0 drwxr-xr-x 1 user1 None 0 Dec 5 2012 . d????????? ? ? ? ? ? .. drwxr-xr-x 1 user1 None 0 Dec 5 2012 admin drwxr-xr-x 1 user1 None 0 Nov = 18 17:50 global drwxr-xr-x 1 user1 None 0 Dec 5 2012 man drwxr-xr-x 1 user1 None 0 Dec 5= 2012 WTI ls -al /cygdrive/b total 0 drwxrwxrwx 1 ???????? ???????? 0 Dec 5 2012 . dr-xr-xr-x 1 user1 None 0 Nov 18 18:06 .. drwxr-x--- 1 ???????? ???????? 0 Dec 5 2012 admin drwxrwxrwx 1 ???????? ???????? 0 Nov 18 17:50 global drwxr-x--- 1 ???????? ???????? 0 Dec 5 2012 man drwxr-x--- 1 ???????? ???????? 0 Dec 5 2012 WTI What is really strange is that the access via b:/ yields different access r= =3D ights than /cygdrive/b I would be really helpful to find a way to use this drive as /cygdrive/b/ = =3D with the same access rights as for b:/ Also any other idea how to use this windows shares are highly appreciated ! 'Thanks Norbert -------------------------------------------------------------------------- Dipl. Phys. Norbert Zacharias Wind Measurements & Power Curve Measurements DEWI GmbH Ebertstrasse 96 26382 Wilhelmshaven Germany Tel.: +49 4421 4808 876 Fax: +49 4421 4808 843 Email: N.Zacharias@dewi.de Home: http://www.dewi.de a UL company DEWI GmbH has been acquired by UL (Underwriters Laboratories) and now opera= tes as a UL Company. DEWI GmbH Commercial Register No.: Amtsgericht Oldenburg, HRB 130241 Managing Director: Jens Peter Molly, Michael A. Saltzman, Sajeev Jesudas, G= itte Schj=F8tz P Please consider the environment before printing this email. -- 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