Deleting files too big for filesystem?!

Soldato
Joined
4 Nov 2003
Posts
5,738
Location
Edinburgh
Right slight accident and got stuck in a loop and made lots of folders populating each other. I'm not sure how far it goes (hundreds i guess before i managed to kill the process). But now i'm stuck with folders i can't delete. I get errors about being too big for the file system telling me to move them to other folders... Every time i try and move them i bluescreen, and when i delete them it moans they disappear but reappear after a refresh. Tried from the cmd prompt too, that looks like its deleted them too but still hasn't.

Any ideas?
 
Hrm. Maybe you could use 'subst' to map a virtual drive letter a few levels deep and run deltree /y *.* (command prompt)* to remove the dirs.

*run deltree /y *.* from the command prompt when inside the directory!
 
Hrm. Maybe you could use 'subst' to map a virtual drive letter a few levels deep and run deltree /y *.* (command prompt)* to remove the dirs.

*run deltree /y *.* from the command prompt when inside the directory!
Any easier ways? :D I can't be bothered traversing literally hundreds of dirrectories with dos commands :eek: I'll see what i can play around with in a bit. I was thinking of booting into a linux Live CD environment and seeing what i can do from within there...
 
browse it with 7zip file manager, it can handle really really deep files & folders, and can delete them

plus it's free
 
1 - 0 to linux i'm afraid, tried everything nothing was happening, i had a Hirens Boot CD lying around even managed horrid exceptions with that too... Tried my kubuntu liveCD but i can't find my way around the KDE environment, so back to windows, downloaded burned Ubuntu 7.10 and after it had loaded it deleted without even questioning anything, wonderful little OS :) (So is Kubuntu i just don't know the programs within it - yes i could have used the CLI but why bother :p).

Think while i'm booted into this CD i may install it again, forgotten how lightening fast it is (even from a CD :eek: )...
 
did 7zip file manager do the trick?


everytime i suggest that it works for people, i think it can handle 512 directories
 
It might have been more than 512 dirrectories, i gave up counting, there were so so many... How come 7zips file explorer works better than windows explorer anyway? :confused:
 
Any easier ways? :D I can't be bothered traversing literally hundreds of dirrectories with dos commands :eek: I'll see what i can play around with in a bit. I was thinking of booting into a linux Live CD environment and seeing what i can do from within there...

I think you just need to get below the 255 limit, so if you map blah\blah\blah\blah to x: and then on the command prompt do x: and Enter, and then deltree /y *.* you should be ok.
 
Back
Top Bottom