Cygwin mount command
Posted
by gabriela reyna
on Super User
See other posts from Super User
or by gabriela reyna
Published on 2010-06-09T13:44:22Z
Indexed on
2010/06/09
14:02 UTC
Read the original article
Hit count: 301
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
© Super User or respective owner