(please ignore) can't delete dirs made on cygdrive from within windows

2010-04-05 Thread Andrew Gingery
Nevermind, it's not a cygwin problem. Sorry :( === So let’s say I’m at a cygwin bash prompt and I… cd /cygdrive/c/backup mkdir test (I’ve set my umask to be 000) The dir “test” can not be deleted from windows. All security permissions would indicate that it is delete-able. There are NO handles

can't delete dirs made on cygdrive from within windows

2010-04-05 Thread Andrew Gingery
So let’s say I’m at a cygwin bash prompt and I… cd /cygdrive/c/backup mkdir test (I’ve set my umask to be 000) The dir “test” can not be deleted from windows. All security permissions would indicate that it is delete-able. There are NO handles open to the directory that Process Explorer can find