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