Em Sexta, 13 de Julho de 2007 17:46, Adam Albright escreveu:
> I just wasted fifteen
> minutes trying to delete a few thousand files.
this reminds me of a situation i have lived:
i have in work a dvd with authentication keys that we must use regularity,
normaly the dvd only acessed by a eprom-flash writing program and it does
it acessing teh dvd in background. one day, while programing a flash, the
program tells me i don't have the authentication key name xxxxxxxxxxxxxxx,
so i took the dvd out and put it on a winxp machine, when i try to view it's
contents, file explorer crashed... dvd out, killed the crashed explorer,
dvd in, ooen and crash again.
damm, the dvd is trashed i tough... but ther was no deformation, no
scratches, nothing funny with the dvd, so i took it to another machine,
same thing happened, the i tried on a win2000 machine, chashed... wow
i took the dvd to the guy that administrates all the computers in the
company for him to see... e didn't wanna believe and we endup crashing
portables, desktops, servers, every machine we put the dvd endup temporary
crashed.
so we request a new dvd, thinking the dvd was really trashed, but no, the
new dvd did the same ****, and in the proper machine continues to give the
same error, missing key.
we endup reading the dvd, but it was only possible by comand line prompt,
and then we saw the cause for thoses crashes:
the dvd had 970Mb of information, but all that information was in little
files of 2kb each and all placed in the dvd root (no folders on the dvd).
turns out to be in there millions of files. command "dir" outputed a
scrolling list that after 1 hour scrolling wasn't finished and had to be
breaked. and the missing key was really missing, the wanted key wasn't on
the dvd at all, a "dir filename" gave "no file found".
explorer crashed because it was trying to associate icons to all those
files, and there was to many names to fit in cache, so... crash
i wonder who have the ideia of buiding a dvd like that...
regards