X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <48AC5BBA DOT 2010906 AT bmts DOT com> <48AC60AB DOT 6000506 AT cygwin DOT com> Subject: RE: Cygwin 1.7 on a FLASH Drive Date: Wed, 20 Aug 2008 19:52:14 +0100 Message-ID: <046301c902f5$dc7c0c50$9601a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <48AC60AB.6000506@cygwin.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Larry Hall (Cygwin) wrote on 20 August 2008 19:22: > Ralph Hempel wrote: >> Is there a way to create a symlink of a directory on a local >> hard drive to the cygwin /home/username/ directory? > > No, not across volumes. Huh? I must be misunderstanding what you mean here: / $ df . Filesystem 1K-blocks Used Available Use% Mounted on C:\cygwin 151974868 122610860 29364008 81% / / $ cd /cygdrive/c /cygdrive/c $ df . Filesystem 1K-blocks Used Available Use% Mounted on c: 151974868 122610860 29364008 81% /cygdrive/c /cygdrive/c $ ln -s /cygdrive/e link-to-e-drive /cygdrive/c $ cd link-to-e-drive /cygdrive/c/link-to-e-drive $ df . Filesystem 1K-blocks Used Available Use% Mounted on e: 104864252 71154064 33710188 68% /cygdrive/e /cygdrive/c/link-to-e-drive $ touch foo /cygdrive/c/link-to-e-drive $ cygpath -w /cygdrive/c/link-to-e-drive/foo e:\foo /cygdrive/c/link-to-e-drive $ ln -s /cygdrive/c link-to-c-drive /cygdrive/c/link-to-e-drive $ cd link-to-c-drive /cygdrive/c/link-to-e-drive/link-to-c-drive $ touch bar /cygdrive/c/link-to-e-drive/link-to-c-drive $ cygpath -w /cygdrive/c/link-to-e-drive/link-to-c-drive/bar c:\bar /cygdrive/c/link-to-e-drive/link-to-c-drive $ cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/