I use this external drive for backups. Which format should I use?
I've heard that ext2 is very fast. I'm not sure if I need the overhead of ext4. Comments?
Thanks!
Bob
An ext2 file system is very fragile and easy to corrupt. With ext3 a journal is created on an ext2 file system making it very robust. If all your systems can read ext4 that's a good option too, as it's supposedly faster than ext3, and at least as robust, if not more so.
If you have a mix of older and newer systems that will read the file system, I'd go with ext3 to be sure all can read and write to it.