Zone size = hardware erase block size?
Zone size = hardware erase block size?
Posted Jun 2, 2023 11:25 UTC (Fri) by adobriyan (subscriber, #30858)In reply to: Zone size = hardware erase block size? by DemiMarie
Parent article: Zoned storage and filesystems
Any application which expects to overwrite data in-place or write data randomly in LBA space is immediately disqualified from using zoned devices and must become small database-like engine (hello, O_DIRECT!) which writes is very precise order (less headache with Zone Append).
So, all classic block/extent filesystems are out. In theory, journalling filesystem may accept zoned device for external journal.
Posted Jun 19, 2023 14:10 UTC (Mon)
by DemiMarie (subscriber, #164188)
[Link]
Zone size = hardware erase block size?