suppose an operating system wanted to make a filesystem that uses flash memory like is contained in an SSD but without the benefit of block remapping. In this design, the operating system is responsible for determining which flash pages (name for the equivalent for sectors in the flash hardware) data is stored in and triggering the erasure of an erasure block. Which of the following techniques would most help the filesystem get good reliablity out of the flashA. O storing all directory entries in one location on the flash rather than spreading the directory entries throughout the entire flash memory B. O relocating a file's data blocks whenever they are modified instead of overwriting their prior location C. O when possible, allocating all the data blocks for files in directory within the same erasure block.