X-Recipient: archive-cygwin@delorie.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:date:from:to:cc:subject:in-reply-to:message-id
	:references:mime-version:content-type; q=dns; s=default; b=Bs93T
	AgMZ+qwoxL8p/H4JTY0dETWj4f3AnFfXcjFeXFqNMo4oMDCwadN9gRtpszDp+53o
	wT6jz92SBf8YiqehHyWPNHXms6t2v1S4zpI2UPDcRI1PLzxfayhUT5aeUsMqxPuU
	DOR+kvljYdk6eKHJGfT9Bb0ju9EXdeN0kPKF3U=
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:date:from:to:cc:subject:in-reply-to:message-id
	:references:mime-version:content-type; s=default; bh=Ouks9aJoqE6
	KmgbohAOgikfwMaA=; b=aXc/z+aN9GZe2Oqo0pvfApN89cJNKwbgOUAoL33u4QA
	sRIdv0ayUhSibPqDk0h99pZN7rqWunLxUbrANMbVzgSeRK79467vGMt5flw5dCS+
	KAmq3mRDM2UtL7VZeBxd2CyxW4OGOaIcLZ7rLRKqF2IKPDMG/2WX95W8qQCnyHrA
	=
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
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2
X-HELO: mail.sciencetools.com
Date: Thu, 6 Feb 2014 12:03:54 -0800 (PST)
From: Richard <richard@KarmannGhia.org>
To: mrushton <mrushton@ptd.net>
cc: cygwin@cygwin.com
Subject: Re: Newbie Cygdrive questions
In-Reply-To: <1737153647.9966666.1391712802938.JavaMail.root@ptd.net>
Message-ID: <alpine.LFD.2.03.1402061158330.24343@KarmannGhia.org>
References: <1737153647.9966666.1391712802938.JavaMail.root@ptd.net>
User-Agent: Alpine 2.03 (LFD 1266 2009-07-14)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-IsSubscribed: yes


On Thu, 6 Feb 2014, mrushton wrote:
>
> To access this shared X drive under Cygwin it seems I have to do this :
>
> /cygdrive/X/INBOUND/CWSCRIPTS/myscript.sh
>
>
> Is this correct ?  Is there a better way ?
>
> And C: seems to be /cygdrive/C/
>

A BETTER way?

This has nothing per se to do with Cygwin, but, briefly:

Standardize all your systems on something YOU can control. For example, I 
always create a top-level directory called l (that's the letter, not the 
numeral) which stands for "local", and another called nfs, which simply 
means a remote mount - could be real nfs or Samba - and then make links 
within these directories to wherever they need to go. That way, all disk 
space is available via either:

/l/<whatever>

or

/nfs/<whatever>

as appropriate.

And there's never any confusion over which is which - and drive letters 
can be completely avoided as desired, or not.

...All (many!) good System Administrators do things similar to this...

Richard

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

