Archive for the ‘linux’ Category

Best Linux Filesystem?

August 2nd, 2009

The executive summary in my own words of which filesystem to pick if you’re wondering which is best. I’m avoiding jargon or anything overly technical. I also provide some made-up* graphs to help with quick decision making.

Overview

  • Ext2 – Old. Don’t bother.
  • Ext3 – Lacking in performance though very solid and reliable with a huge number of tools to fiddle with.
  • Ext4 – More reliability and a little extra speed over ext3.
  • XFS – Sci-fi name and also very fast but lacks the same level of error protection as some others. Undelete is almost impossible. Doesn’t like powercuts.
  • JFS – Like XFS but more reliable after a powercut. Very fast and low CPU usage making it ideal for old PCs and new alike.
  • ReiserFS – Was good, but showing its age and no longer actively developed.

What do you want?

Speed

  1. XFS
  2. JFS
  3. ReiserFS
  4. ext4
  5. ext3
  6. ext2

Reliability

  1. ext3
  2. ext4
  3. JFS
  4. ReiserFS
  5. ext2
  6. XFS

Epic Graphs

Linux Filesystem Speeds


The effects of a powercut on the filesystems


JFS Speed-o-meter

* when I say made-up I mean that. They’re from my own experiences and reading various contradictary benchmarks. There are so many contradictions on speed and reliability out there that I think a rough guide is just as good as any of the other meticulously biased graphs out there. They can be argued as innacurate. But this is my blog – my goddamn rules! If I want pretty graphs I will HAVE pretty graphs!

Ubuntu – Fisher Price OS

November 6th, 2008

I wish I could take credit for this image because I’ve wanted to do something like this for a while.  The creator and some other OS images can be found at Best Techie forums.

TextMate-like Vim Plugin

December 2nd, 2007

gVim LogoAfter the gushing praise I keep hearing about TextMate I installed a plugin for Vim which aims to give some of the benifits – though I’m yet to be convinced of its merits*.

Today when I was looking for extra bundles for the SnippetsEmu plugin (by far the most comprehensive) I came across a brand-new plugin by Taku Miyakawa called code-snippet. It’s not as mature or feature-rich as SnippetsEmu but as a newly released plugin its got a hell of a lot going for it. Here’s hoping it goes from strength-to-strength.

* Why? I’ll explain in a later post.