X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=4.4 required=5.0	tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,STOX_REPLY_TYPE,STOX_REPLY_TYPE_WITHOUT_QUOTES,T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
Message-ID: <BAY156-ds13727AB95EF851A7E89C5E9D4E0@phx.gbl>
From: Daniel D <ruby_user@hotmail.com>
To: <cygwin@cygwin.com>
Subject: error mounting smb shared with ~ in name
Date: Fri, 30 Mar 2012 21:52:35 -0700
MIME-Version: 1.0
Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q2V4qtcL001926

Howdy,

Is ~ allowed on a smb share name when mounting it? I keep getting errors 
while trying to mount //server/~foo via fstab.

If yes, can someone give me some tips for what to do to mount a share named 
\\server\~foo ?

Here’s what I already tried:
    - ls //server/~foo works – prints out the content for the dir
    - editing fstab, and adding
        //server/~foo /mnt/~foo smbfs binary,noacl 0 0
    then doing
        mount –a.
    This printed out
        mount: /mnt/~foo: Invalid argument
    - changing in fstab, from //server/~foo to //server/xyz  -- this worked. 
I.e. mount –a does not print out ‘mount: /mnt/~foo: Invalid argument’, and 
`ls /mnt/~foo` prints out the content of //server/xzy
    - mounting the smb share directly did not worked either. Running
        mount //server/~foo /mnt/foo
    also prints out the invalid argument error.
It looks like mount command does not like ~ in the smb share name, though it 
is fine with ~ in the the mount point name. Unfortunately changing the share 
name is not an easy task, and I prefer making this work rather than always 
using long paths with hard-coded remote hostnames.

TIA for any help. 


--
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


