A bunch of CDs ? - use ext4 (with journal). Maybe turn atime off, but how often are they going to be updated ?.
I always considered sdcards as fragile, so wouldn't use them for archive.
I thought I'd used no journal in the early days of ext4, but this is from the mke2fs manpage - wonder if it also applies to ext4 ...
Quote:
"mke2fs -t ext3 -O ^has_journal /dev/hdXX" will create a file system that does not have a journal and hence will not be supported by the ext3 file system code in the Linux kernel
|
Note the reference to hdXX - been a while since it was revised.