Data is read from an SSD by page. It can also be written a page at a time, as long as the surrounding cells are empty. If a file is to be updated, this cannot be done in situ. The relevant block containing the pages must be copied to main memory and updated. It will then be written to a new area of the disk and the original block(s) will be erased.