Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

What filesystem do you use?

Off-Topic discussions about science, technology, and non Debian specific topics.

What filesystem do you use?

ext2
1
2%
ext3
45
69%
XFS
4
6%
JFS
7
11%
ReiserFS
6
9%
other
2
3%
 
Total votes: 65

Message
Author
Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

#16 Post by Bulkley »

I installed with Reiserfs back when everyone else was using Ext2. Reiserfs has never disappointed me. I live in an area that can suffer power failures (usually in winter) and Reiserfs always recovers.

User avatar
gmedina
Posts: 73
Joined: 2007-05-14 20:03
Location: Colombia

#17 Post by gmedina »

Ext3
1,1,2,3,5,8,13,21,34,55,89,144,...

User avatar
ben
Posts: 45
Joined: 2005-09-21 21:28
Location: Massachusetts
Contact:

#18 Post by ben »

Ext3/JFS2

User avatar
DeanLinkous
Posts: 1570
Joined: 2006-06-04 15:28

#19 Post by DeanLinkous »

damn I AM the only one that still uses ext2 :(
Aye, fight and you may fail, sellout, and you may live, a while. And dying in your MScash beds, you'll be willin' to trade ALL the cash, to come back here and tell our enemies that they may FUD our customers, but they'll never take...OUR FREEDOM!

esaym
Posts: 190
Joined: 2007-04-05 03:59

#20 Post by esaym »

I like ext3. I really want to play with the external journaling options that it has but I don't have room in my case to add another hard drive :x I thought about maybe using a usb stick for the external journal but I am not sure if the throughput would be high enough. Can anyone comment? Also I would have to make sure the usb stick is mounted before the hard drives I am guessing. Not sure if debian mounts ubs first or what on boot up..... :D

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

#21 Post by llivv »

'
Last edited by llivv on 2019-02-15 19:15, edited 1 time in total.
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

hkoster1
Posts: 1264
Joined: 2006-12-18 10:10

#22 Post by hkoster1 »

<---- JFS (if only to morally support IBM in their legal fight with SCO).

User avatar
Jackiebrown
Posts: 1246
Joined: 2007-01-02 04:46
Location: San Antonio, TX

#23 Post by Jackiebrown »

sonic6k wrote:Am I the only one using bleeeeeeding edge stuff?

Operating System: Debian GNU/Linux Experimental
Desktop Environment: KDE 4 Alpha 1
Filesystem: ext4dev
Did you bootstrap your Debian install? I am trying to think of another way short of (possibly) remastering the Debian install CD.

sonic6k
Posts: 208
Joined: 2007-05-31 15:46

#24 Post by sonic6k »

Jackiebrown wrote:
sonic6k wrote:Am I the only one using bleeeeeeding edge stuff?

Operating System: Debian GNU/Linux Experimental
Desktop Environment: KDE 4 Alpha 1
Filesystem: ext4dev
Did you bootstrap your Debian install? I am trying to think of another way short of (possibly) remastering the Debian install CD.
Yes I remastered the Debian CD. Was very hard and a lot of trial and error, but it's worth the effort.

User avatar
ghostdawg
Posts: 1082
Joined: 2006-08-29 03:39
Location: STLMO

#25 Post by ghostdawg »

Ext3 for all my partitions. I try out different distros so the others need to stay compatible if I need to mount them from within another.
Tower | Debian Testing & Mageia 1 | HP DX5150 AMD64 | 512gb | 40gb
AAO | Mandriva 2010.2 | Intel Atom | 1gb | 160gb
Mini Mac G4 | Debian & OSX | 1gb | 60gb

User avatar
actionM
Posts: 890
Joined: 2007-05-01 02:11

#26 Post by actionM »

Ext3, but only because I don't know what the difference is :(

User avatar
AgenT
Posts: 477
Joined: 2007-01-21 01:25

#27 Post by AgenT »

actionM wrote:Ext3, but only because I don't know what the difference is :(
To sum up: you should use ext3 unless you have a good reason not to. You should also not consider "speed" as the only factor in choosing a filesystem, just like you would not consider "speed" as the only factor in deciding what car to buy.

Nevertheless, here are some pages of interest:
http://www.debian-administration.org/articles/388
http://www.gentoo.org/doc/en/articles/l-afig-p8.xml
http://en.wikipedia.org/wiki/Comparison_of_file_systems

User avatar
actionM
Posts: 890
Joined: 2007-05-01 02:11

#28 Post by actionM »

Thanx for the read. I drive a slow car.

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

#29 Post by Bulkley »

It might be interesting to have a parallel poll about whether or not users actually chose their filesystem or whether they just accepted their distro default.

User avatar
Noven
Posts: 241
Joined: 2007-03-18 02:11

#30 Post by Noven »

I just dont like how long it takes to format 4 partitions in ext3 during install...when XFS or JFS take like 2 seconds to format each partition. That and l337 d00dz use XFS/JFS/ReiserFS :D

User avatar
Bro.Tiag
Posts: 1924
Joined: 2007-06-02 19:14

#31 Post by Bro.Tiag »

<--------------- (other) what ever the distro default is.

User avatar
sinical
Posts: 1012
Joined: 2007-03-25 11:52

#32 Post by sinical »

im surprised at the lack of xfs love
Every cloud has a silver lining, except for the mushroom shaped ones, which have a lining of Strontium 90.
---------------------------------------------
umop apisdn

User avatar
Noven
Posts: 241
Joined: 2007-03-18 02:11

#33 Post by Noven »

sinical wrote:im surprised at the lack of xfs love
Yea concidering its been getting alot of hype lately.

User avatar
Optional
Posts: 326
Joined: 2007-02-05 05:02

#34 Post by Optional »

I use it only because it sounds cool. :D

Oh, and it's supposedly impossible to undelete files from (all my disks are encrypted anyways, so that's a moot point though).
Have a question? for f in $(ls /usr/bin/); do man $f; done :lol:
----
Love Freedom? Love Liberty? Hate Bush? Vote Ron Paul in 2008!

User avatar
987687
Posts: 2110
Joined: 2007-06-11 10:58
Location: Vacation Land

ext3

#35 Post by 987687 »

I use Ext3 now, but my external hard drive is formatted with hfsplus because its shared with macosx. and osx won't mount ext3... But I'm getting a new computer after the summer and I don't know what I'm going to use. I am thinking XFS or JFS, I will have to do more research on that. Or maybe ext4, I'll have to see what happens over the summer.

Post Reply