why?

T

Truly

how come when ur copying a file from a disket it takes a few minutes maybe
more it depends of the file.....and when u wanna delete that file it takes 1
second maybe less?....
 
T

Tatakau

First off, this isn't the right place for this kinda question. This forum is
for Microsoft Office, and microsoft's website hosts forums for other aspects
of microsoft software and development. In the future if you have this kinda
question, try finding the Overclocking Forms (run a search for it).

That being said, you probably can understand why it takes time for a file to
be copied - the data has to be read and written from one source and moved to
another. Not only that, though, but more importantly, the partition keeps a
LIST of all of the files in it, and when you copy a file onto the partition,
it writes down the name of the file, and where in memory it is stored.

For example, New Document1.doc is saved to block 1A55C... or whatever.

Deleting is slightly different though. When you delete a file, all that
happens is that it is taken out of the LIST of files. The file still exists
on the hard drive, for all intensive purposes, and you can download software
that helps you recover deleted files. The space that the file was using,
however, is now listed as EMPTY SPACE, and the next time you copy a file onto
that partition, it "might" copy over where the other file used to be.

The only real reason you'd want to completely delete a file when you delete
it is for security - destroying sensitive data. And for most people this
isn't a concern, so we can save ourselves a lot of time by simply deleting
the file from the table.

hth,

Nick
 
N

Nick Coe \(UK\)

When you copy a file from diskette the speed depends on the
speed of the diskette drive and the size of the file. You
can't do much about it I'm afraid.

When you delete a file from diskette (or hard disc for that
matter) all you do is remove it's entry in an index of files
on that disk which allows the space to be used again by
something else.. It doesn't actually delete the file at
all.

Okay ?
 
Top