Create an ext3 or an ext4 partition without a journal
Most of the time, having a journal for ext3 and ext4 partitions is pretty useful. Nevertheless, you can prevent creating a journal by adding the option ^has_journal. For example:
mkfs -t ext4 -O ^has_journal /dev/sdXn