|
[287190.34045] JBD2: Unrecognised features on journal [287190.34056] EXT4-fs (sdd1): error loading journalIt turns out that ext4 allows features to be added, in this case a journal.
To make a drive that works with older Linux systems, use this command (replacing X with the right drive letter, be careful!):
sudo mkfs.ext4 -O ^has_journal /dev/sdX1
Copyright © 2024 Andrew Oliver