Which Partition Types Are Superior?
digitalmonkey2k1 writes: "I am currently planning on running an Apache web server and a small ftp on my pc. There are so many file systems that Linux can support now that I'm not certain what ones should be used for certain features. If anyone knows of a comparison list between them, somthing to give a pro/con method of deciding the best sort of configuration It would be greatly appreciated."
Therefore partition type is quite different from what file system to use.
Besides, wasn't there just a story on Linux Advanced File Systems????
There is no reason why use shouldn't use ReiserFS. Performs just as well (for the most part) as ext2 and will improve uptime by eliminating nasty fscks in the event of a failure.
The more interesting question probably is what kernel should you be using????
Kudos to story posters for having so many dups today. Really keeping us on our toes huh?
int func(int a);
func((b += 3, b));
If you're looking to set up a small Apache and FTP for your friends, the short answer is probably: WHO CARES.
Ext2 will be more than sufficient, and if you feel like it just download the latest Redhat (7.2) and get Ext3 default for free. It probably won't make much difference to you for this task unless you're in an area powered by thousands of gerbils on wheels who happen to get tired at the same time.
I can't address your question directly, but don't forget that things like block size can have just as large an effect on file system performance as the vhoice of FS itself.
Which is the best car?
Who is the best actor?
Where is the best place to live?
None of these questions can be answered without saying "It depends" and neither can yours. Very rarely is anything better than everything else is every single way.
chattr +a
Of course, it has 1 big draw back, its not merged with Linus's kernel. That should be happening soon, I hope.
until (succeed) try { again(); }