Jump to content

big, big folder problem


Recommended Posts

Posted

Hi,

I have an app that were malfuntioning during some days. That marvelous piece

of software created a tremedous load on my server while this malfunction was

in place, it created a folder holding more that 5 million (!!!) files and

more 20 GB. I need to get rid of that folder and when I click delete a

windows showing "preparing to delete" comes up and preparation seems never

ending plus, while this preparation, avg. disk queue length and pages/sec go

straight up to maximum possible values thus, server cannot porcess anything

else. Any advice will be welcome.

Thanks

  • Replies 1
  • Created
  • Last Reply

Popular Days

Guest Mathieu CHATEAU
Posted

Re: big, big folder problem

 

Hello,

 

from a cmd:

RD /S /Q *.*

 

You may also filter to divide the job:

RD /S /Q *A*.*

RD /S /Q *B*.*

....

 

 

 

--

Cordialement,

Mathieu CHATEAU

http://lordoftheping.blogspot.com

 

 

"Gux" <Gux@discussions.microsoft.com> wrote in message

news:29F119D8-872C-4FEF-BC34-713C6F7CF608@microsoft.com...

> Hi,

> I have an app that were malfuntioning during some days. That marvelous

> piece

> of software created a tremedous load on my server while this malfunction

> was

> in place, it created a folder holding more that 5 million (!!!) files and

> more 20 GB. I need to get rid of that folder and when I click delete a

> windows showing "preparing to delete" comes up and preparation seems never

> ending plus, while this preparation, avg. disk queue length and pages/sec

> go

> straight up to maximum possible values thus, server cannot porcess

> anything

> else. Any advice will be welcome.

> Thanks


×
×
  • Create New...