Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fastest FS for small files
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Tue Dec 30, 2008 3:21 pm    Post subject: Reply with quote

tgurr wrote:
Phoronix also benchmarked ext4 against the other popular filesystems lately: Real World Benchmarks Of The EXT4 File-System


what got me thinking is that ext4 really shines with big files (wasn't xfs used to be the best at the part ?)

how's efficiency of file-handling ?

I guess it goes from reiser4 > reiserfs > jfs > ext2 > ext3 > ext4 > xfs (takes up twice the size if you have a slightly larger log and high agcount compared to reiserfs for my system-partition)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Simba7
l33t
l33t


Joined: 22 Jan 2007
Posts: 706
Location: Billings, MT, USA

PostPosted: Tue Dec 30, 2008 4:42 pm    Post subject: Reply with quote

I suggest Reiser4 here, too. I'm using it with gzip compression turned on and my install went from 1.5gb to 500mb. I was quite impressed.

This is running on a Dual P3 even (MyRouter)

I'm also using it on a pair of K6 systems and it loves it. Nice to install a decent Gentoo install on a 2gb with a gig left (384mb Swap). Leave the bigger drives to store user data (one with 80gb, one with 250gb).
Back to top
View user's profile Send private message
weaksauce
Apprentice
Apprentice


Joined: 17 Nov 2005
Posts: 204
Location: NYC

PostPosted: Tue Dec 30, 2008 11:12 pm    Post subject: Reply with quote

So, basically for a good partition that will only hold portage and my overlays, I need to make the partition as follows and should be golden (with reiser4, of course)?
Code:
mkfs.reiser4 -o create=ccreg40,compress=lzo1 /dev/xxx

Is this good / right? Does anything special need to go in the fstab?
Back to top
View user's profile Send private message
Need4Speed
Guru
Guru


Joined: 06 Jun 2004
Posts: 497

PostPosted: Thu Jan 01, 2009 4:29 am    Post subject: Reply with quote

weaksauce wrote:
So, basically for a good partition that will only hold portage and my overlays, I need to make the partition as follows and should be golden (with reiser4, of course)?
Code:
mkfs.reiser4 -o create=ccreg40,compress=lzo1 /dev/xxx

Is this good / right? Does anything special need to go in the fstab?

Looks good. If you have a decent cpu, I might even use gzip for something like the portage tree since it's highly compressible.

You mount it just like any other partition, so in your fstab just put your usual options like noatime and list the filesystem as "reiser4".
_________________
2.6.34-rc3 on x86_64 w/ paludis
WM: ratpoison
Term: urxvt, zsh
Browser: uzbl
Email: mutt, offlineimap
IRC: weechat
News: newsbeuter
PDF: apvlv
Back to top
View user's profile Send private message
weaksauce
Apprentice
Apprentice


Joined: 17 Nov 2005
Posts: 204
Location: NYC

PostPosted: Thu Jan 01, 2009 3:44 pm    Post subject: Reply with quote

Yeah, I actually ended up using gzip compression, and I mounted with options noatime,nodiratime. Actually, what I used was
Code:
mkfs.reiser4 -o create=ccreg40,compress=gzip1,compressMode=force,cluster=8K,fibration=lexic_fibre,formatting=tails /dev/sdc2
as per some suggestions in a reiser4 thread. I definitely notice the difference in syncing portage and the overlays, much faster. Maybe I should redo it with lzo though, as I'm not as concerned about how much space it takes up as I am performance. Thoughts or anecdotes?
Back to top
View user's profile Send private message
zyko
l33t
l33t


Joined: 01 Jun 2008
Posts: 620
Location: Munich, Germany

PostPosted: Thu Jan 01, 2009 4:47 pm    Post subject: Reply with quote

Quote:
compressMode=force


Remove that, you don't want to force compression. Reiser4 will dynamically determin whether a file can be compressed. Performing that whole compression procedure on already compressed files or on uncompressable files is a big waste of time.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum