public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Disable journaling
@ 2009-01-27  1:23 Iuri Diniz
  2009-01-27  1:46 ` Eric Sandeen
  0 siblings, 1 reply; 4+ messages in thread
From: Iuri Diniz @ 2009-01-27  1:23 UTC (permalink / raw)
  To: xfs

[-- Attachment #1: Type: text/plain, Size: 1217 bytes --]

BACKGOUND:
I'm looking for a filesystem for linux with these features:

* Fast Sequential Read (FSR)
* Optional: copy on write support (COW)

I think that Ext4 and XFS are the best options. (ZFS too, but current ZFS
implementation is not GPL, maybe brtfs when ready).

why do I want this? because I have a SSD.FSQ will reduce the boot time and
COW will reduce writes on the same sector while allowing snapshots

I've found that XFS has a FSQ support (good job)[1], so I it will be very
fast on SSD (random read == sequential read).

FAIK xfs doesn't support COW, it's ok because ext4 doesn't too.

MY PROBLEM:

I know that my SSD drive supports wearing level on hardware, but anyway I
want to reduce unnecessary writes on my device, so I want to disable
journaling on my filesytem.

Maybe, the ext4 (like ext3 does) will support it by doing this:

tune2fs -O ^has_journal /dev/sda1

Is possible to disable journaling on XFS too?

Thanks in advance

[1] http://www.phoronix.com/scan.php?page=article&item=ext4_benchmarks&num=4

-- 
Iuri Diniz
http://iuridiniz.com [Sou um agitador, não um advogado]
http://blog.igdium.com [Linux on Limbo]


[[HTML alternate version deleted]]


[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-01-27  2:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-27  1:23 Disable journaling Iuri Diniz
2009-01-27  1:46 ` Eric Sandeen
2009-01-27  2:02   ` Nathan Scott
2009-01-27  2:12   ` Iuri Diniz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox