ext2 (async) vs ufs (sync)
ext4 vs ufs
Printable View
UFS (I assume UFS2?) with which features enabled? (softupdates, journaling,etc ) ...comparing UFS2 against ext2 is unfair and shouldn't even be mentioned.
And sorry, but UFS, even with journaling is not rock-solid ... if you really need that robustness (even if it's weird, because in practically everywhere you usually have UPS units), ZFS might be a better choice, but this is a different beast on his own and should be compared to a similar like btrfs.
There are no reliability differences between UFS1 and UFS2 (without additional features).
With no features (like softupdates, journaling) enabled it's more reliable. Sync file systems are far more reliable.
UFS is still more solid than ext*. And there is also hammerfs.
Why comparing UFS2 (without softupdates or journaling) against ext2 is unfair?