Guys,
We use several USB flashdrives, 256G Bytes.
We make super use of 256GigByte Flash Drives for long term storage, with frequent updates.
In order to reduce the quantity of re-writes,
....... we always append a DTS (Date-Time-Seconds) number to the end of each BIG file we write.
In order to reduce the quantity of re-writes,
....... we never delete the old file. The filename(with DTS) prevents over-writes.
Thus, the new write filename(with DTS) can be written one time, and may remain for months,
... not interferring with any old writes filename(with DTS).
The old filename(with DTS) can sit there for many months
....... there are many GigaBytes of free space remaining on a 256GB Flashdrive.
These old writes of filename(with DTS) can stack up and remain for a long time.
....... the computer does not care if we let old files 'linger' on the USB chip.
The filename(with DTS) prevents overwriting, and eliminates almost all deletions.
Our copies always write to a fresh part of the USB flashdrive.
Once a year, we might delete a few of the old filename(with DTS) to free up some USB chip space. Maybe once a year.
This method has allowed us to use large USB flashdrives for storage for data ... some are ten years old.
caveat:
We had one overheat on a 100 GigaByte write
and give faults.
So now, for BIG writes, we make sure these USB are on a dongle, over the computer fan.
Hope that helps you make super use of 256GigByte Flash Drives for long term storage, with frequent updates.
...