Skip to main content

Accessing Windows drive letters under cygwin

It looks like you just need to add the /cygdrive prefix and change “\” into “/”. E.g. “c:\windows\system32” becomes “/cygdrive/c/windows/system32”.