Accessing folders elsewhere than C:\cygwin

Jeremy Bopp jeremy@bopp.net
Wed Feb 9 15:53:00 GMT 2011


On 02/09/2011 09:50 AM, Jeremy Bopp wrote:
> mount | grep -q 'on /mnt/else type' ||
>   mount $(cygpath -m)/../else /mnt/else
                     ^^^
I lost a slash in the above code.  It should be as follows:

mount | grep -q 'on /mnt/else type' ||
  mount $(cygpath -m /)/../else /mnt/else

-Jeremy

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



More information about the Cygwin mailing list