Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Error when using mount command in Cygwin

Status
Not open for further replies.

Alexander Yin

Junior Member level 2
Joined
May 29, 2007
Messages
21
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Location
Finland
Activity points
1,450
Hi,

I'm a newbie in Cygwin and Linux. I tried to mount a local folder (C:\D) to /d in Cygwin. I have create a directory named d in the root. Then, I called the following command:
mount c:\d /d
The system reported "mount /d: Invalid argument".

Could someone help me out of this?

Thank you.

Added after 3 minutes:

I've solved this problem.

The error message is misleading. Bash interprets single backslashes as
a quoting character.

When I tried "mount c:/d /d", then it's OK.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top