ROMFS
ROMFS, short for Read-Only Memory File System, is a simple read-only filesystem implemented in the Linux kernel. It is designed to be compact and easy to implement, making it suitable for embedded systems and for providing static content in ROM or at boot time. As a read-only filesystem, ROMFS does not support file modification after creation; changes require rebuilding the image and reloading.
ROMFS provides a minimal set of filesystem features sufficient to expose files and directories to user space.
Historically, ROMFS was used in early Linux distributions and in some embedded contexts, but over time alternatives
Limitations include lack of write support, limited metadata capabilities, and no recovery mechanisms. It is read-only