I've not detected any optimization or other disk clean-up on the EHD. You should note that if you have a program open on the internal--playing or paused--when you go to the external that program will not be listed for archiving.
I wish there were some thing to go through and gather up the holes. It seems that if you delete and only partially fill with a new program there will be gaps and, at least, on the external the files must be one contiguous space, i.e., it does not use linked lists.
So with time the sum of all files gets to be a smaller fraction of the total. The only cure for that architecture and our tools is to copy it all out and then back--very time and disk consuming. If the files were all 1 block long and separated by 9 blocks from previous deletions, the disk would appear to be 90% free but you could not write one file 10 blocks long no matter the disk size.
-Ken
I wish there were some thing to go through and gather up the holes. It seems that if you delete and only partially fill with a new program there will be gaps and, at least, on the external the files must be one contiguous space, i.e., it does not use linked lists.
So with time the sum of all files gets to be a smaller fraction of the total. The only cure for that architecture and our tools is to copy it all out and then back--very time and disk consuming. If the files were all 1 block long and separated by 9 blocks from previous deletions, the disk would appear to be 90% free but you could not write one file 10 blocks long no matter the disk size.
-Ken