Hi!
wo bzw. wie kann ich bei cygwin einstellen, dass alle Verzeichnisse automatisch mit der Mount-Option "-o text" gemountet werden?
aktguell gibt mount folgendes aus:
C:/cygwin/bin on /usr/bin type ntfs (binary,auto)
C:/cygwin/lib on /usr/lib type ntfs (binary,auto)
C:/cygwin on / type ntfs (binary,auto)
C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)
das Ergebnis sollte folgendes sein
C:/cygwin/bin on /usr/bin type ntfs (text,auto)
C:/cygwin/lib on /usr/lib type ntfs (text,auto)
C:/cygwin on / type ntfs (text,auto)
C: on /cygdrive/c type ntfs (text,posix=0,user,noumount,auto)
Stella