Linked by Thom Holwerda on Wed 15th Jul 2009 21:17 UTC, submitted by linuxmag
General Development Jeff Layton talks to Valerie Aurora, file system developer and open source evangelist, about a wide range of subjects including her background in file systems, ChunkFS, the Union file system and how the developer ecosystem can chip in.
Order by: Score:
Classy Lady
by sbergman27 on Thu 16th Jul 2009 00:54 UTC
sbergman27
Member since:
2005-07-24

You've really got to admire this lady who is not only a brilliant filesystem developer, but has the guts to publically see the truth and tell it like it is, despite it being a violation of political correctness:

On my own systems, I always run ext3 with noatime or relative atime if it’s available. I also disable the paranoia file system checks, with “tune2fs -i 0″ and “tune2fs -c 0″. And I turn off SELinux, which uses extended attributes heavily as well as generally being a pain.

Oh, and she's a Red Hat employee! And I must say I agree completely.

Edited 2009-07-16 00:57 UTC

Reply Score: 4

RE: Classy Lady
by kragil on Thu 16th Jul 2009 05:54 UTC in reply to "Classy Lady"
kragil Member since:
2006-01-04

For a dev box SELinux is just insane. It will get in your way.
I run F11 on my netbook and had only one tiny hiccup moving my home partition. I think by now Fedora has nailed SELinux for all general use cases. If you like to tweak a lot or develop stay away.

Reply Score: 2

RE[2]: Classy Lady
by Rahul on Thu 16th Jul 2009 19:31 UTC in reply to "RE: Classy Lady"
Rahul Member since:
2005-07-06

That's spot on. SELinux works pretty much out of the box in the last couple of releases. Keeping policy in sync with development versions however is a more tricky problem and on development machines, it is going to not so smooth yet especially so if you are working on a new filesystem like she does. Ideally, policy modules should be part of the packages instead of being in a separate central package. Atleast for user space, that would eventually be the right architecture.

Reply Score: 1

Hammer File system
by Bill Shooter of Bul on Thu 16th Jul 2009 21:22 UTC
Bill Shooter of Bul
Member since:
2006-07-14

She made a passing reference to Hammer FS from DragonFly BSD. I wish I could read a review of its design and implementation from someone of her impeccable credentials. Does anyone know of a good review of the FS from a neutral third party?

Reply Score: 2

RE: Hammer File system
by Lennie on Thu 16th Jul 2009 23:57 UTC in reply to "Hammer File system"
Lennie Member since:
2007-09-22

Have a look at this:

http://kerneltrap.org/search/node/hammer

(the site hasn't been updated in quiet a while, but it has good articles)

Reply Score: 1

RE[2]: Hammer File system
by Bill Shooter of Bul on Fri 17th Jul 2009 14:02 UTC in reply to "RE: Hammer File system"
Bill Shooter of Bul Member since:
2006-07-14

Thanks! It will take me a while to digest all of that.

Reply Score: 2