TWiki & Cygwin configuration
Posted
by gabs reyna
on Stack Overflow
See other posts from Stack Overflow
or by gabs reyna
Published on 2010-06-08T18:24:16Z
Indexed on
2010/06/12
8:12 UTC
Read the original article
Hit count: 367
cygwin
I'm trying to configure the cygwin to work with TWiki, I have to input this in the Cygwin bash shell:
mount -b -s c:/...
but it doesn't recognize the "-s", I already fixed the problem with -b, it changed the syntax and now is "mount -o binary" for the "mount -b"part. But now it says unknown option with the "-s" anyone?? help?? or what does the -s mean, so I can look it up :S
© Stack Overflow or respective owner