R
Ricardo
Hi, when i try to delete a directory on an NTFS volume, i
get an error saying that it can not find any files
underneath that directory or that access is denied to it.
I tried cacls and rmdir /s and nothing works. Here is a
sample of the directory listing:
Volume in drive E is Serverside
Volume Serial Number is 30B2-437A
Directory of E:\WebSites\bad2\a\a\b
08/22/2003 03:12p <DIR> .
08/22/2003 03:12p <DIR> ..
04/18/2001 08:29a <DIR> 2
0 File(s) 0 bytes
3 Dir(s) 18,866,536,448 bytes free
Then when i run dir /x i see the following:
Directory of E:\WebSites\bad2\a\a\b
08/22/2003 03:12p <DIR> .
08/22/2003 03:12p <DIR> ..
04/18/2001 08:29a <DIR> 20223~1 2
0 File(s) 0 bytes
3 Dir(s) 18,866,536,448 bytes free
and when i run cacls i get this error:
E:\WebSites\bad2\a\a>cacls b /e /t /g administrator:F /c
processed dir: E:\WebSites\bad2\a\a\b
The system cannot find the file specified.
Does anyone knows how can i get rid of this directory once
and for all? thanks for your help in advance
Ricardo
get an error saying that it can not find any files
underneath that directory or that access is denied to it.
I tried cacls and rmdir /s and nothing works. Here is a
sample of the directory listing:
Volume in drive E is Serverside
Volume Serial Number is 30B2-437A
Directory of E:\WebSites\bad2\a\a\b
08/22/2003 03:12p <DIR> .
08/22/2003 03:12p <DIR> ..
04/18/2001 08:29a <DIR> 2
0 File(s) 0 bytes
3 Dir(s) 18,866,536,448 bytes free
Then when i run dir /x i see the following:
Directory of E:\WebSites\bad2\a\a\b
08/22/2003 03:12p <DIR> .
08/22/2003 03:12p <DIR> ..
04/18/2001 08:29a <DIR> 20223~1 2
0 File(s) 0 bytes
3 Dir(s) 18,866,536,448 bytes free
and when i run cacls i get this error:
E:\WebSites\bad2\a\a>cacls b /e /t /g administrator:F /c
processed dir: E:\WebSites\bad2\a\a\b
The system cannot find the file specified.
Does anyone knows how can i get rid of this directory once
and for all? thanks for your help in advance
Ricardo