You are not logged in.

#1 2009-01-05 18:32:26

Cew27
Member
Registered: 2008-06-16
Posts: 197

what filesystem

hey ugys im wondering what filesystem i should use for my dell xps m1330 laptop, what is fastest/best in the default arch install

Offline

#2 2009-01-05 18:56:24

kjon
Member
From: Temuco, Chile
Registered: 2008-04-16
Posts: 398

Re: what filesystem

I would stick to ext3 for a default install.


They say that if you play a Win cd backward you hear satanic messages. That's nothing! 'cause if you play it forwards, it installs windows.

Offline

#3 2009-01-05 19:55:19

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: what filesystem

And I would say 'reiserfs' every time!!

Offline

#4 2009-01-05 19:57:24

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: what filesystem

ext4 is enabled in all the stuff in testing. The new kernel and all of it's supporting libraries are going to be released into core very soon.

Offline

#5 2009-01-05 20:02:16

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: what filesystem

I've always used reiserfs on root and ext3 for home/data partitions.  Right now I've moved all my home/data partitions to ext4, I'm tempted to do the same for my root partitions.

Offline

#6 2009-01-05 20:27:02

sirius
Member
From: Norway
Registered: 2008-12-25
Posts: 68

Re: what filesystem

I've switched to ext4 on /, but are still using ext3 on my /home. Had a possible corruption on / a few days ago, so I'm waiting a bit before doing ext4 on /home. (Yes, I do take backup ;-)

Offline

#7 2009-01-05 20:58:31

cdwillis
Member
From: /home/usa
Registered: 2008-11-20
Posts: 294

Re: what filesystem

All of my partitions are reiserfs and before I had always used ext3, but I really can't tell any difference speedwise now.

Offline

#8 2009-01-05 21:24:09

evilgold
Member
Registered: 2008-10-30
Posts: 120

Re: what filesystem

I personally use XFS, because it seems to me faster when managing large amounts of files. However the choice in a good filesystem is very dependent on the files being kept on it. Ext3 is always a safe middle ground, but its not as fast as reiserfs or xfs.

See: http://www.debian-administration.org/articles/388 for some detailed benchmarks

Offline

#9 2009-01-05 21:35:52

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: what filesystem

I've always used JFS for all of my partitions, but now I've switched to ext4. Can't tell a difference other than the first time I booted with ext4 the filesystems all mounted readonly due to my stupid mistake in fstab...

Offline

#10 2009-01-05 22:27:16

sokuban
Member
Registered: 2006-11-11
Posts: 412

Re: what filesystem

ext3 is the filesystem that the average person uses. If you are new to Linux, this is probably your best bet. I use this for / and /home.

ext4 is the next version of ext3 that supports all these good things. It is new, so it might be a little unstable, but I haven't heard any horror stories. Remember if you use ext4 you can't use it for your /boot partition unless you have the new grub.

reiserfs is good at dealing with lots of small little files. I use this on /var since I hear the pacman database has lots of small little files. I'm not sure if this is the smartest thing to do or not. Mr. Reiser went to jail for murdering his wife, so work on it and its successor is poor.

xfs is good at dealing with big multimedia files. Whatever you do, /do not/ have /var on an xfs partition.

Last edited by sokuban (2009-01-05 22:28:38)

Offline

#11 2009-01-05 22:37:12

xaiviax
Member
From: Michigan
Registered: 2008-11-04
Posts: 282

Re: what filesystem

iBertus wrote:

I've always used JFS for all of my partitions, but now I've switched to ext4. Can't tell a difference other than the first time I booted with ext4 the filesystems all mounted readonly due to my stupid mistake in fstab...

Any difference in cpu usage?

Offline

#12 2009-01-05 23:14:02

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,231
Website

Re: what filesystem

I always use JFS on Laptops. Haven't done any comparisions about CPU usage, but my laptops have always been stable and good battery life with JFS. Haven't experienced data loss, even when the battery goes flat and kills everything. JFS Journal is very fast to replay (because it's only meta-data)

Offline

#13 2009-01-05 23:27:27

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: what filesystem

installed it all xfs

Offline

#14 2009-01-06 00:34:38

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,563

Re: what filesystem

I'm going to re-doing my partitions soon... ext2 for /boot (no need for a journal on a tiny FS, it's a waste), Reiser4 for / (it handles small files extremely well - better than ext4, has on-the-fly compression without sacrificing speed, has been working for two years now, my root is actually fairly small, so worst case Reiser4 support in patches starts to die, I can fairly easily move to another FS - and also not being able to shrink the partition is not a big deal... not ReiserFS because Reiser4 actually seems more stable and is a big improvement), ext4 for /home (for a partition several hundred gigabytes large, I would never go with any FS that cannot be shrunk, or doesn't have an obviously bright future - it's a pain in the butt to switch filesystems on something so massive... also, I'm not likely to work with a lot of small files in my home partition, where Reiser4 would help), and that's about it.

Obviously, needs vary. I've heard XFS is good for large files, JFS is very low-CPU and still quite fast, ext3 is probably the most tested when you need journaling, and there are even others.

Last edited by Ranguvar (2009-01-06 00:35:59)

Offline

#15 2009-02-09 01:02:53

Convergence
Member
Registered: 2005-07-02
Posts: 377

Re: what filesystem

sokuban wrote:

ext3 is the filesystem that the average person uses. If you are new to Linux, this is probably your best bet. I use this for / and /home.

ext4 is the next version of ext3 that supports all these good things. It is new, so it might be a little unstable, but I haven't heard any horror stories. Remember if you use ext4 you can't use it for your /boot partition unless you have the new grub.

reiserfs is good at dealing with lots of small little files. I use this on /var since I hear the pacman database has lots of small little files. I'm not sure if this is the smartest thing to do or not. Mr. Reiser went to jail for murdering his wife, so work on it and its successor is poor.

xfs is good at dealing with big multimedia files. Whatever you do, /do not/ have /var on an xfs partition.

I agree.  I'm not sure if are saying this because of performance problems with pacman, but that's why I won't be  using xfs on / again.

Sirius:  How is ext4 with pacman inquiries?  I read somewhere that pacman and reiser got along especially well (more or less instant inquiry results for me) so I would hate to leave that behind if ext4 doesn't do as well.  I've only installed my arch root partition on two FS's; one was reiser, the other was XFS.  pacman performance was  unbearable under XFS, so I switched back to reiser. 

Now I've moved my /home partition to ext4, and am considering doing it with my / and /usr/local partitions.  /boot can stay as ext2 of course.

Last edited by Convergence (2009-02-09 01:10:11)


It's a very deadly weapon to know what you're doing
---  William Murderface

Offline

#16 2009-02-09 11:16:21

Xiong Chiamiov
Member
From: central coast, california
Registered: 2008-06-18
Posts: 142
Website

Re: what filesystem

Cew27 wrote:

installed it all xfs

You apparently did not read this:

sokuban wrote:

Whatever you do, /do not/ have /var on an xfs partition.

XFS is great for large files, but there are a great many small files on your system, in particular in /var, where pacman stores its sync database.  Pacman queries will probably be as slow as the JRE if you keep it that way.

Offline

#17 2009-02-09 14:04:05

Full_Metal_Yakuza
Member
From: Serbia
Registered: 2008-08-21
Posts: 12

Re: what filesystem

It's fine to choose either ext3 or reiser-generally there won't be mistake
Reiser is a little bit faster when dealing with small files and recovery/check of partiton is faster(eg during power loss)
Also reserved space for file system is smaller for raiser
On the other hand-ext3 is consider to be more robust and stable but there are no strong evidence that is actually more stable than reiser wink
Sorry for bad english smile

Last edited by Full_Metal_Yakuza (2009-02-09 14:05:07)


Everything I build I destroy
Everything I love always hurts
Everything I hate I'd rather love
Everything I am is everything I'm not

Offline

#18 2009-02-09 14:29:09

userlander
Member
Registered: 2008-08-23
Posts: 413

Re: what filesystem

I switched all my data partitions to XFS after seeing the speed increase on my server, especially for large files. I still use ext3 for / because it seems to work fine, and basically I'm too chicken to use anything else. I used to use reiserfs, but I had a recovery problem once after a power failure and ever since then I've just used ext3. I still think reiserfs is a little faster, though, but personally I just feel safer with ext3. I can't wait to see what ext4 is like.

Offline

#19 2009-02-09 18:15:23

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: what filesystem

I use
/boot - Ext2
/var - reiserfs
/home- Ext3
/ - Ext3

I will soon change the ext3s to ext4, but /boot will still be ext2 -- no need for journaling there. pacman does seem to be faster than when I did not have a separate /var.

I don't use xfs and jfs only because they cannot be resized. also if you dual boot with windows, ext3 partitions are readable via fs-driver. I am not sure if xfs and jfs have something similar


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#20 2009-02-09 20:37:18

eerok
Member
From: Canada
Registered: 2005-03-20
Posts: 171

Re: what filesystem

I'm gradually migrating everything to ext4 with ext2 /boot.  All I have right now on ext4 are my new and improved Arch Openbox partition and my even newer Arch KDE4.2 partition.  Next will be Sidux.  I'll probably have a bit of a wait for Debian Testing---I don't think ext4 has arrived there yet.  As for my shared data and backup partitions, well, they will be last once I'm sure all is solid.

Prior to this my favorite was jfs.


noobus in perpetuus

Offline

#21 2009-02-10 19:52:22

briest
Member
From: Katowice, PL
Registered: 2006-05-04
Posts: 468

Re: what filesystem

Inxsible wrote:

I don't use xfs and jfs only because they cannot be resized.

XFS can be expanded online and its performance with many small files can be significantly improved; for me, most notable were lazycount and increasing logbufs.

Offline

#22 2009-02-10 22:37:57

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,231
Website

Re: what filesystem

briest wrote:
Inxsible wrote:

I don't use xfs and jfs only because they cannot be resized.

XFS can be expanded online and its performance with many small files can be significantly improved; for me, most notable were lazycount and increasing logbufs.

So can JFS.. After resizing the container (RAID / LVM etc):

mount -o remount,resize /mnt/jfs_partition

Although I agree that it's a pain to not be able to shrink it sad

Offline

Board footer

Powered by FluxBB