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 Date: Wed, 17 Aug 2005 15:47:23 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: readline completion Message-ID: <20050817194723.GG13872@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com References: <081620052319 DOT 18475 DOT 4302749B0003BB090000482B22073007930A050E040D0C079D0A AT comcast DOT net> <20050817153936 DOT GG10757 AT trixie DOT casa DOT cgf DOT cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i On Wed, Aug 17, 2005 at 11:00:29AM -0700, Andrew DeFaria wrote: >Christopher Faylor wrote: > >>On Tue, Aug 16, 2005 at 11:18:20PM -0700, Andrew DeFaria wrote: >> >>>That's why I've long since changed cygdrive prefix to /dev! ;-) >> >>Because we all know how linux loves to put filesystems under /dev! >> >>ls /dev/home > >Well there are file systems under /dev in a way. Am I necessarily trying >to emulate Linux religiously? No. To me /dev is where I would naturally >expect a C *drive*, which is not really a file system but a device in my >view (IOW I can pull out my C drive, hold it in my hand and say - this >is my C device!). Also /dev is short - shorter than cygdrive anyway and >I just naturally think, "C Drive" ~= "C Device", "D Drive" ~= "D Device". > >No, /home for me in a domain environment is usually on the file server >thus a mount /// /home works just fine. Outside a >domain environment C:/Home/ (I've long since hacked the registry >to change the usual "C:\Documents and Settings" -> "C:\Home") can as >easily be mounted with mount c:/home /home. > >I also do mounts for things like C:\Program Files -> /apps, making >things like ls /apps/Fire a breeze. YMMV. > >There's the "You must adhere to pure *nix conventions" mentality and >there's the "I will utilize what the system offers to make my life >easier" mentality - both with pluses and minuses... Yes, I understood that if you are using /dev in this way that it is purely an idiosyncratic thing that doesn't necessarily make any sense when you consider the pure UNIX sense of what /dev is supposed to be for. I just wouldn't recommend this for the general cygwin populace. If we ever start doing something like udev on cygwin you're going to have some problems. /mnt makes a little more sense for an alternate location, IMO. cgf -- 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/