On May 13 21:04:00, [email protected] wrote: > I would like to reinstall a fresh system on an SSD that contains an > existing installation. From my limited knowledge of SSDs, I wonder > if the drive controller may "retain" data from the old filesystem, > unaware that there is a new filesystem put in place.
The drive controller knows nothing about "filesystems". It just passes bytes to and from a device. The OpenBSD installer will just use the disk portion that you allocate to it. It will not waste time inspectioing what was on the disk before. Will there be pieces of the disk that still contain untouched data blocks of files that existed on some previous filesystem? Yes, they might. > Is this a concern? No. > If so, how does one "reset" a used SSD for > optimal operation with a fresh install? Just treat it as any other disk - which it is. On May 13 22:50:08, [email protected] wrote: > Scott McEachern wrote: > >2) Do you mean there could still be data residing on unused parts > >of the SSD? Yes, it can happen. > Yes, this is what I'm referring to. I was hoping there was some way > to instruct the drive controller that the entire drive space is > "free"? It is, if you say so in the installer. Making sure there are no datablocks left over is another thing. The first question would be why would you concern yoursewlf with this.

