Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3987D106.9C6F76A1@cygnus.com> Date: Wed, 02 Aug 2000 09:43:03 +0200 From: Corinna Vinschen Reply-To: cygwin X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14-SMP i686) X-Accept-Language: de, en MIME-Version: 1.0 To: Mathis Severin CC: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: Re: Accessing local hard disks References: <7C05304CF121D411BF4C0008C75D722B0136310F AT ns9850 DOT swisslife DOT ch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mathis Severin wrote: > > Hello > > For accessing local hard disk there are several possibilities. To make the > task easy you can mount the different disks into the Cygwin file system or > you can create symbolic links in the root of the file system using > /cygdrive/c. > > My questions are: > - Which is the prefered way to choose ? There's no explicit `prefered' way. You may do it as you want. Personally I prefer mounting: - Mounting is more predictable. I can see my mount table in one call to `mount' while I would have to search for every single symlink by myself. - I can decide about the mount mode (text/binary) of the file system. > - What is the difference between these two solutions (pros and cons) ? Same as above, IMO. Pros for mounting, cons for /cygdrive symlinks. > - Concerning performance, in what cases is the symbolic link the worse > solution ? (Only when the link has to be resolved or even when a linked > drive is the current working directory) Try it. Symlinks should be slower in either case but I can't remember of any published performance measurement. > - When defining the symbolic links, what is the difference between using > /cygdrive/c and //c ? The //c syntax is deprecated since it collides with the //server/share syntax. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT sources DOT redhat DOT com Red Hat, Inc. mailto:vinschen AT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com