Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to get rid of a ghost folder

6 views
Skip to first unread message

P. Henninger

unread,
Mar 4, 2004, 6:55:22 AM3/4/04
to
On our Windows 2000 server I found a directory called "4.6", which I
cannot delete or rename.

Windows says that this folder cannot be found. I can also create a new
folder with the same name "4.6" in the same folder where the first
"4.6" folder is.

I have full rights to this folder, I also tried CHKDSK, but it did not
find any erros.

How can I delete this ghost folder ?

Thanks,

Steven

Bruce

unread,
Mar 4, 2004, 4:16:22 PM3/4/04
to
I believe I have the same problem. In my case, the
directory was created by an application and the name has a
trailing blank. Use cmd.exe then dir a 'dir /w' in the
directory containing the ghost directory. I see a trailing
blank before the closing ].

I was able to delete the ghost directory in "packages" by:

1. Save other stuff in dir containing ghost ("packages")
2. "cd .." - 2 levels up from ghost, see packages\ghost
2. "rd packages /s" - delete dir containing ghost

Bruce

>.
>

Gary Smith

unread,
Mar 6, 2004, 2:59:28 AM3/6/04
to
P. Henninger <right...@hotmail.com> wrote:
> On our Windows 2000 server I found a directory called "4.6", which I
> cannot delete or rename.

> Windows says that this folder cannot be found. I can also create a new
> folder with the same name "4.6" in the same folder where the first
> "4.6" folder is.

Run cmd.exe and navigate to the parent or the problem folder. Use the
command "dir /x" to find the DOS-compatible name of the folder. Then use
that name with the RD command.

--
Gary L. Smith gls...@yahoo.com
Columbus, Ohio

P. Henninger

unread,
Mar 8, 2004, 9:13:45 AM3/8/04
to
Gary Smith <bitb...@example.com> wrote in message news:<O0gE0D1A...@TK2MSFTNGP11.phx.gbl>...

Problem solved.

Thanks.

0 new messages