mount -s -b --change-cygdrive-prefix cygdrive
mount -u -b --change-cygdrive-prefix cygdrive
man mount is your friend (although it doesn't explicitly describe how to
use the --change-cygdrive-prefix option to change the mode from text to
binary without actually changing the prefix...
--Chuck
I'm having trouble mounting some of my drives in binmode. As an ordinary
user, I tried:
mount -b -f E: /cygdrive/e
To mount the E: drive in binmode. Mount reports:
$ mount
C:\cygwin\bin on /usr/bin type system (textmode)
C:\cygwin\lib on /usr/lib type system (textmode)
C:\cygwin on / type syst
2 matches
Mail list logo