gow icon indicating copy to clipboard operation
gow copied to clipboard

bash v3.1.17(1)-release doesn't automatically recognize new drive letter

Open stlee987 opened this issue 10 years ago • 2 comments

The bash v3.1.17(1)-release in Gow 0.8.0 does not automatically recognize a portable drive plugged into the USB port. For example, when a drive is mapped on E:, I get the following:

$ cd e:/ bash.exe: cd: e:/: No such file or directory $ cd E:/ bash.exe: cd: E:/: No such file or directory $ cd /e bash.exe: cd: /e: No such file or directory

The workaround is to exit all bash windows and restart it. Then it recognizes the new drive letter but that's quite annoying. In the bash 2.03 version that I previously used from http://www.steve.org.uk/Software/bash/, it did not have this problem.

stlee987 avatar May 13 '14 07:05 stlee987

How do you get bash working?

When I type bash nothing changes and it looks like a NO-OP
and afterwards "exit" exits cmd.exe

stevebovy avatar Apr 14 '15 00:04 stevebovy

IIRC, you need to create a ETC subdirectory under GOW to get it working. I think that get's fixed in the next release. But that doesn't help right now.

bytehead- avatar Apr 14 '15 02:04 bytehead-