LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   What filesystem do you use? And why? (https://www.linuxquestions.org/questions/linux-general-1/what-filesystem-do-you-use-and-why-4175582510/)

hazel 06-17-2016 07:51 AM

What filesystem do you use? And why?
 
I've always used ext, moving up from ext2 to ext3 to ext4 as distros did. But I know that many people use other systems. I'd be interested to know why and what advantages they have

syg00 06-17-2016 08:20 AM

ext4 for "run-of-the-mill" - especially [br]oot.
btrfs for snapshot, native RAID, error correction on read, no licensing issues ...

sgosnell 06-17-2016 08:39 AM

Ext4. It works. I see no need to change.

keefaz 06-17-2016 04:08 PM

I was used to reiserfs v.3 (used reiserfsck --rebuild-tree once to recover deleted files by accident, with success for the most part), good performances on the / partition, recently switched to ext4 (upgraded drive to a SSD) and so far so good, no complain. For partition with larger files (movies files etc) I use XFS

astrogeek 06-17-2016 04:17 PM

Quote:

Originally Posted by hazel (Post 5562429)
I've always used ext, moving up from ext2 to ext3 to ext4 as distros did.

Ditto, likewise and same here.

I still use ext2 when I install a separate /boot partition, and for interchange partition with FreeBSD.

alberich 06-17-2016 04:26 PM

I tried JFS on my system partition, and when I had problems I couldn't mount the JFS partition writable by any means from Knoppix or UBCD/GParted. But I couldn't even mount it readable from everywhere.

I will stick with ext4.

Timothy Miller 06-17-2016 04:31 PM

EXT4, well suppported, stable, and I know if I have major issues, any live environment I have on hand will support it.

jefro 06-17-2016 07:07 PM

I use what the distro defaults to usually.

jamison20000e 06-17-2016 07:46 PM

My first SSD got me searching and since I started using BtrFS haven't stopped...
Quote:

BtrFS, pronounced “Butter” or “Better” FS, is being developed by Oracle and contains similar features found in ReiserFS. It stants for B-Tree File System and allows for drive pooling, on the fly snapshots, transparent compression, and online defragmentation. It is being specifically designed for enterprises but most every consumer distro has plans to move to it as the default file system eventually.

Although it’s not stable in some distros, it will eventually be the default replacement for Ext4 and currently offers on-the-fly conversion from Ext3/4. It is also key to note that the principle developer for ext3/4, Theodore Ts’o, has said that BtrFS is the “way forward”.
http://www.howtogeek.com/howto/33552...ld-you-choose/

also, like adding "real time priority".

hydrurga 06-17-2016 08:03 PM

Quote:

Originally Posted by jamison20000e (Post 5562741)
My first SSD got me searching and since I started using BtrFS haven't stopped...http://www.howtogeek.com/howto/33552...ld-you-choose/

also, like adding "real time priority".

That article was published in 2010. It's now 2016 and a quick perusal of the Technical section of https://en.wikipedia.org/wiki/Compar..._distributions, listing the default filesystems used by various distros, shows that btrfs hasn't quite taken off as expected...

There is a *lot* of development effort going into ext4 at the moment - far more than would be expected for a filesystem "on the way out".

wpeckham 06-17-2016 08:12 PM

I do not believe EXT4 is on the way out. It has performance characteristics for the common cases that are impressive, and for edge cases outperforms everything else on spinning rust. SSD I have not tested.

I use EXT2, and EXT4 on most linux partitions, some BTRFS where speed is not as important, XFS on rare occasion where it fits, and JFS/JFS2 for AIX. I tried Reiser (both) and was not impressed. XFS is slow for encrypted data volumes under load, more than 94% slower than EXT4. I have used many others, but in the last decade things have really settled down and the choices are all nice.

I am looking forward to BTRFS maturing, as it SHOULD blow away several other options for certain cases eventually. It is not quite there yet.

jamison20000e 06-17-2016 08:29 PM

[QUOTE=hydrurga;5562749]
Quote:

This article may require cleanup to meet Wikipedia's quality standards. ...
(April 2014)
https://wiki.archlinux.org/index.php/file_systems
https://en.wikipedia.org/wiki/Compar...f_file_systems :D

hydrurga 06-17-2016 08:37 PM

Quote:

Originally Posted by jamison20000e (Post 5562757)
...

:-) Partial quoting, bane of my existence.

I'm not quite sure what your argument is, but the full quote on that page is as follows:

Quote:

This article may require cleanup to meet Wikipedia's quality standards. The specific problem is: Active distributions composed entirely of free software (BLAG, Dragora GNU/Linux, gNewSense, LibreCMC/LibreWRT, Musix GNU+Linux, Parabola GNU/Linux-libre, Trisquel, and Ututo) needs information in all sub categories, #General and #Instruction set architecture support is complete.
So, nothing to do with the discussion in hand then... ;-)

jamison20000e 06-17-2016 08:54 PM

(Tho better ;) here than many places;) I fear "opinions" may run rampant so more: ... :D
Quote:

It’s 2016: and BTRFS could really be your next filesystem
http://www.virtualtothecore.com/en/2...xt-filesystem/

syg00 06-17-2016 09:21 PM

Google is driving the ext4 devel - even hired Ted. I was at a conference in 2007/8 timeframe when btrfs was just being considered by the public.
Ted in one of his presentations stated he saw btrfs as the next wave (my words). I've use it ever since. These days I have my photos on RAID5 - probably my most valuable data.


All times are GMT -5. The time now is 12:41 PM.