> -----Original Message----- > From: Corinna Vinschen > Sent: Wednesday, October 18, 2006 10:28 AM > To: cygwin@cygwin.com > Subject: Re: mount usb drive for all user > > On Oct 16 17:01, [EMAIL PROTECTED] wrote: > > After the USB-Drive is connected I could cd to the root > directory of > > the USB-Drive. > > But a ls does not show any file which I can see in the > Windows-Explorer. > > Maybe a permission problem? I can access my USB-Stick from > Cygwin just fine, with and without admin rights. > > Assuming your USB drive is drive F: as in your cygcheck > output, please do the following: > > $ strace -o /tmp/ls.trace ls -l /cygdrive/f > > and send the /tmp/ls.trace file to this list. Hopefully > there's some clue in it.
I found the problem. My environment was to big. To make the output of strace as small a possible shrink my environment. When I then call ls everything runs ok. Thanks for the help Franz -- 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/