copy policy to prevent fragmentation
Posted: Wed Nov 16, 2011 2:58 am
Hi, i'm thinking about using a stack-like (LIFO) copy policy to prevent fragmentation on the SD:
1. format the SD
2. copy game A
3. copy game B
4. copy game C
etc., until the space is filled
later, if you need some free space always delete the latest games copied in reverse order.
(you better keep a list on a txt file to remember the copy order)
questions:
- Will this policy serve the purpose of preventing fragmentation?
- Can you suggest a better algorithm?
1. format the SD
2. copy game A
3. copy game B
4. copy game C
etc., until the space is filled
later, if you need some free space always delete the latest games copied in reverse order.
(you better keep a list on a txt file to remember the copy order)
questions:
- Will this policy serve the purpose of preventing fragmentation?
- Can you suggest a better algorithm?