Hi, El mié, 13 ago 2025 a las 14:44, Milos Nikic (<nikic.mi...@gmail.com>) escribió:
> > If the setup (resizing ext2, etc.) feels too involved, let me know — I can > work on a script to automate the whole process. > > I'm wondering if one cannot reserve an inode for the journaling "file" which in turn reserves some blocks without all the resizing stuff. Whatever is done to detect the journaling in the superblock can be used to set up the inode/blocks for the first time. Thus, reducing the complexity of entry. But I could be wrong altogether, I don't know much about filesystem and journaling, only what I was taught in college about ext2. And also, what about superblock backup copies which are disseminated along the file system? are they updated, too?. Cheers, Diego