Re: [PATCH 1/3] ext2fs: Add JBD2 on-disk layout headers

Samuel Thibault <[email protected]> Wed, 24 Jun 2026 03:00:51 +0200
Newsgroups gmane.os.hurd.bugs
Organization I am not organized
Message-ID <ajssQ1QA800OI_h0@end>
Samuel Thibault, le mer. 24 juin 2026 02:52:23 +0200, a ecrit:
> I tried to activate the journal on the fly with 
> 
> tune2fs -j /dev/wd0 
> 
> from the hurd VM itself, but it seems this approach fails: at reboot, we
> get:
> 
> Checking root file system.../dev/wd0s2 primary superblock features different from backup, check forced.
> 
> and at reboot, journaling does not get enabled, even if /.journal
> exists.
> 
> We'd need to fix that for people to be able to try journaling.

(running tune2fs -j with the volume unmounted works, though)

Samuel