On Jan 14 11:28, Thomas Wolff wrote: > Thomas Wiedmann wrote: > >>>how can in Cygwin the directory, which is in Windows > >>>configured as $TEMP, or > >>>a certain other directory, be redirected to /tmp? > >> > >>man mount > > > >... didn't work: I tried > > mount -f E:\Temp /tmp > mount -f 'E:\Temp' /tmp > to escape the backslash
Use the forward slash, just like in /etc/fstab: mount -f E:/Temp /tmp -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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