我安装了WinXP盒子和Cygwin。在Windows上映射了许多网络驱动器。当我在Windows上执行mount命令(使用与Cygwin相同的mount可执行文件)时,获取网络映射驱动器的列表。但是当我通过Cygwin时,我看到只有C:被映射。
在Windows命令提示符下。
C:\CodeDance> mount C:\cygwin\bin on /usr/bin type system (textmode) C:\cygwin\lib on /usr/lib type system (textmode) C:\cygwin on / type system (textmode) c:\Own on /own type system (binmode) v: on /cygdrive/v type system (binmode) c: on /cygdrive/c type system (textmode,noumount) k: on /cygdrive/k type system (textmode,noumount) l: on /cygdrive/l type system (textmode,noumount) m: on /cygdrive/m type system (textmode,noumount) o: on /cygdrive/o type system (textmode,noumount) x: on /cygdrive/x type system (textmode,noumount) y: on /cygdrive/y type system (textmode,noumount) z: on /cygdrive/z type system (textmode,noumount)
Cygwin,关于bash
code@DANCE /cygdrive $ mount C:\cygwin\bin on /usr/bin type system (textmode) C:\cygwin\lib on /usr/lib type system (textmode) C:\cygwin on / type system (textmode) c:\Own on /own type system (binmode) v: on /cygdrive/v type system (binmode) c: on /cygdrive/c type system (textmode,noumount)
上面显示的/ cygdrive / v也无法访问。
答案 0 :(得分:0)
在Windows命令提示符下,尝试获取您需要执行的mount命令以复制您使用的内容:
mount -m
然后在bash shell中执行这些命令(缺少的部分)。