2009-07-03 44 views
1

我已經安裝了WinXP盒子和Cygwin。有很多映射在Windows上的網絡驅動器。當我在Windows上執行mount命令時(它使用與Cygwin相同的安裝可執行文件)獲取網絡映射驅動器的列表。但是當我通過Cygwin完成時,我看到只有C:被映射。安裝在Cygwin上無法正常工作

在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

 
[email protected] /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

這裏有什麼問題? – 2009-07-03 11:31:12

回答

0

在Windows命令提示符下,試圖讓mount命令你需要執行復制你使用的是什麼:

mount -m

然後在bash shell中執行這些命令(組成部分:缺失)。

相關問題