You are not logged in.

#1 2010-01-25 20:51:36

sdellysse
Member
Registered: 2009-12-15
Posts: 33

Filesystem gurus needed. Which fs is best for which task?

Finally got around to moving my simple NAS box from an old debian install to arch. I'm using LVM on my storage raid, and I need help understanding which fs would work best for each situation.

I have one section set aside for music files. (3mb to 30mb)
I have one section set aside for video files. (700mb to 1.2gb)
And then the rest are for small text files, pictures and the like.

Which would be the best fs's for the above specs?

Offline

#2 2010-01-26 01:09:50

Carlwill
Member
From: Orlando, FL
Registered: 2008-10-06
Posts: 560
Website

Re: Filesystem gurus needed. Which fs is best for which task?

I think Ext4 would be fine for all those. It's fast and supports journaling so unless anyone can think of a reason it wont work...


./

Offline

#3 2010-01-26 04:44:18

brenix
Member
From: California
Registered: 2008-03-05
Posts: 185

Re: Filesystem gurus needed. Which fs is best for which task?

+1 for ext4. To me it seems to work better all around (small/big files etc..)

Offline

#4 2010-01-26 23:46:09

Troolari
Member
Registered: 2010-01-01
Posts: 23

Re: Filesystem gurus needed. Which fs is best for which task?

ReiserFS is truly a killer filesystem.

Offline

#5 2010-01-27 08:50:39

PirateJonno
Forum Fellow
From: New Zealand
Registered: 2009-04-13
Posts: 372

Re: Filesystem gurus needed. Which fs is best for which task?

Troolari wrote:

ReiserFS is truly a killer filesystem.

hahaha oh dear...


"You can watch for your administrator to install the latest kernel with watch uname -r" - From the watch man page

Offline

#6 2010-01-27 14:13:11

Cyrusm
Member
From: Bozeman, MT
Registered: 2007-11-15
Posts: 1,053

Re: Filesystem gurus needed. Which fs is best for which task?

Troolari wrote:

ReiserFS is truly a killer filesystem.

lol, I just got the joke smile   +1 for reiser imho.


Hofstadter's Law:
           It always takes longer than you expect, even when you take into account Hofstadter's Law.

Offline

#7 2010-01-30 12:06:13

fumbles
Member
Registered: 2006-12-22
Posts: 246

Re: Filesystem gurus needed. Which fs is best for which task?

ext4 and LVM works with online resizing without any hassles, plus being faster than most makes it a good choice.

Offline

#8 2010-01-30 18:20:53

manuC
Member
Registered: 2010-01-24
Posts: 10

Re: Filesystem gurus needed. Which fs is best for which task?

EXT3 is faster in the current kernel. If you're never going to reboot the NAS long fsck times aren't a problem, so I'd go with that, personally. But any one of the commonly used ones is good. Even NTFS isn't a bad choice (it's the most portable one).

I'd keep it all in one partition, personally. Especially with small partitions like the one you're using you're going to run into problems fitting files where you intended them to go. It's frustrating to have space available, but just not on the partition you need it.

I know conventional unix wisdom says you should keep separate partitions so you can saveguard against hardware failure, but nowadays you're better off using the cloud for backups.

Last edited by manuC (2010-01-30 18:21:27)

Offline

#9 2010-01-31 03:43:13

kolbycrouch
Member
Registered: 2008-07-18
Posts: 218

Re: Filesystem gurus needed. Which fs is best for which task?

You seem to be using very small files, I would personally recommend reiser, although if you want compatibility then Fat32 is probably the most, most all modern OS's ( all that I have used ) have pretty stable support for fat.

all in all though, you don't seem to be doing anything with a big load, so the filesystem you use wont really matter, just go with whatever.

Offline

#10 2010-01-31 19:11:58

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

Re: Filesystem gurus needed. Which fs is best for which task?

I can say that I use reiserfs (v3) on all my partitions and have never seen a problem as compared when I used ext4 on them before. The fsck's are just as fast too, in my experience. I just changed the hash to Tea instead of r5 because it's better for data integrity if you're planning on using it for important files. That's just my opinion though. Also, I've never had a problem with large files either. reiserfs is not just for small files either (although that's where it really shines) I have a few movies I ripped from my collection at 4GB a piece. So, +1 for reiserfs here too.

Offline

Board footer

Powered by FluxBB