Hi All...
I just tried out the latest snapshot and got a warning error from mount.
$ c:/cygwin/bin/mount -f -s -b C:/Cygwin /
cygwin warning:
MS-DOS style path detected: C:\Cygwin
Preferred POSIX equivalent is: /
CYGWIN environment variable option "nodosfilewarning" turns off this
warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
I get this this when I run the attached script to normalize my mounts
because setup still mucks them up. I run scripts that set up the file
permissions and mount points after each running of setup.
Thanks,
...Karl
_________________________________________________________________
Get a preview of Live Earth, the hottest event this summer - only on MSN
http://liveearth.msn.com?source=msntaglineliveearthhm
#!/bin/bash
echo Removing all Cygwin mount points
C:/Cygwin/bin/umount -A
C:/Cygwin/bin/umount -c -s
C:/Cygwin/bin/umount -c -u
echo Setting Cygwin system mount points
C:/Cygwin/bin/mount -c -s -t /
C:/Cygwin/bin/mount -f -s -b C:/Cygwin /
C:/Cygwin/bin/mount -f -s -b C:/Cygwin/bin /usr/bin
C:/Cygwin/bin/mount -f -s -b C:/Cygwin/lib /usr/lib
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/