|
From: Earnie <ea...@us...> - 2011-10-31 19:53:45
|
Mark Wagner wrote: > On Mon, Oct 31, 2011 at 10:41, fork <for...@gm...> wrote: >> Hi there, >> >> I am a user of the mingw git terminal, and I can't figure out how to access a >> thumb drive that is auto-mounted as "J:" by windows. >> >> I tried "cd /j", analogously to "cd /c" for c:, but to no avail. > > You may need to use "mount" to bring it into the mingw directory tree, > something like > > $ mkdir /j > $ mount J: /j -t auto > > Note that this is totally untested -- I don't even have mingw running, > and I'm basing this off analogy to how Cygwin works. If it works, > you'll need to unmount the thumb drive before you remove it. > I don't believe this works for MSYS. -- Earnie -- http://www.for-my-kids.com |