Link to home
Start Free TrialLog in
Avatar of Dan Carp
Dan Carp

asked on

Unmanageable / Undeleteable Folder

On our CIFS server, I discovered an empty folder that somehow nested repeatedly within itself, along the lines of:

W:\Info\Folder\Dumb\Dumb\Dumb\Dumb\Dumb\Dumb\Dumb\Dumb\Dumb\Dumb\Dumb\Dumb\..etc..

It seems to only have stopped when it presumably hit the 256 character limit.  The folder permissions all the way down to the terminal folder are set properly for me to delete them, but the terminal folder itself is inaccessible - can't delete it, can't take ownership of it, etc.  Tried running "rmdir /s Dumb" from an administrator command line, but still got an access denied error.

Any help on how to delete this string of folders would be greatly appreciated.  Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Cianox
Cianox

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Stelian Stan
Stelian Stan
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dan Carp
Dan Carp

ASKER

Thanks to you both - DelinvFile worked perfectly (and currently allows for 3 'test' actions before requiring purchase).  I was able to use it to delete the terminal "Dumb" folder, after which I could delete the remainder easily with Windows Explorer.

Knoppix certainly would have also done the trick, but would have been a few extra steps.