Hi All...
I just tried out the latest snapshot and my bat file to clean up my mounts
now gives warning messages. The current released version of cygwin1.dll does
not produce the warnings.
The bat file (with a .txt extension) and a cut and paste of the cmd output
are attached.
Thanks,
...Karl
_________________________________________________________________
Try the next generation of search with Windows Live Search today!
http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&source=hmtagline
Z:\>c:\cygwin\bin\cygwin-mount-points.bat
Z:\>echo Removing all Cygwin mount points
Removing all Cygwin mount points
Z:\>C:\Cygwin\bin\umount -A
Z:\>C:\Cygwin\bin\umount -c -s
Z:\>C:\Cygwin\bin\umount -c -u
umount: remove_cygdrive_prefix: No such file or directory
Z:\>echo Setting Cygwin system mount points
Setting Cygwin system mount points
Z:\>C:\Cygwin\bin\mount -c -s -t /
Z:\>C:\Cygwin\bin\mount -f -s -b C:/Cygwin /
cygwin warning:
MS-DOS style path detected: Z:\
Preferred POSIX equivalent is: /z
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
Z:\>C:\Cygwin\bin\mount -f -s -b C:/Cygwin/bin /usr/bin
cygwin warning:
MS-DOS style path detected: C:\Cygwin\usr\bin
Preferred POSIX equivalent is: /usr/bin
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
Z:\>C:\Cygwin\bin\mount -f -s -b C:/Cygwin/lib /usr/lib
cygwin warning:
MS-DOS style path detected: C:\Cygwin\usr\lib
Preferred POSIX equivalent is: /usr/lib
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
Z:\>
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/