Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#1
Being released soon is the Linux 3.8 kernel and one of its many new features is the introduction of the F2FS file-system. The"Flash-Friendly File-System" was developed by Samsung and is showing promise as a new Linux file-system designed around the characteristics of flash-based storage devices. In this article are the first benchmarks of F2FS compared to Btrfs, EXT3, EXT4, XFS, JFS, and ReiserFS file-systems.

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.phoronix.com/scan.php?page=article&item=linux_f2fs_benchmarks&num=1"
linktext was:"http://www.phoronix.com/scan.php?page=a ... arks&num=1"
====================================


The only drive I am running Btrfs on is /home partition on a platter sata drive with AntiX 13 testing. My SSD AntiX 13 Netbook
with the new Kingston 64gig SSD drive is all Ext2, (I be paranoid still). __{{emoticon}}__ With some tweaks to fstab, grub, and /media/ramdisk to limit writes.
Posts: 765
rust collector
Joined: 27 Dec 2011
#2
Interesting... I wonder if it works on my samsung ssd?
Posts: 1,062
Dave
Joined: 20 Jan 2010
#3
rokytnji wrote:My SSD AntiX 13 Netbook
with the new Kingston 64gig SSD drive is all Ext2, (I be paranoid still). __{{emoticon}}__ With some tweaks to fstab, grub, and /media/ramdisk to limit writes.

all a good thing, though from what i read ext2 does not properly support the trim function which from my understanding was one of the more important features. could you post a link or something from your research as to why you went with ext2? also i found i found a howto to place iceweasel browsing cache and settings in the ramdisk till you close icewasel... suposedly that really helps to keep your ssd writes low. i will try to find the links i had and post back. There was also a howto to change the ssd drive to use the write buffer system at minimal (not a large one to rearrange the data for defragmenting). basically it changed it to one that just writes to the disk, no rearranging... i cannot remember what it was called, but i will find a link on that as well
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#4
Ext2 does not have journaling feature.
On flash drives, usb drives, ext2 is recommended, as it doesn’t need to do the over head of journaling.

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.thegeekstuff.com/2011/05/ext2-ext3-ext4/"
linktext was:"http://www.thegeekstuff.com/2011/05/ext2-ext3-ext4/"
====================================


My notes a little on what I do Dave is in the How to articles in the AntiX wiki

Limiting writes on SSD on eeepc 900.

My isp went down while trying to post. Lets try again.

limiting-writes-to-ssd-on-eeepc-t2389.html
Posts: 765
rust collector
Joined: 27 Dec 2011
#5
Well, I will see if I can find it again, but I think I read that ext4, with journaling disabled is"better", which I think means faster.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#6
You looking for this rc?


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.phoronix.com/scan.php?page=article&item=linux_2638_large&num=1"
linktext was:"http://www.phoronix.com/scan.php?page=a ... arge&num=1"
====================================
Posts: 765
rust collector
Joined: 27 Dec 2011
#7
Uh, no, not really, It was a test of just ext2,3,and4, with and without journaling.
Posts: 609
dark-D
Joined: 02 Jun 2008
#8
if you want to configure your ssd on linux have a look at this.

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://siduction.org/index.php?module=news&func=display&sid=78&lang=en"
linktext was:"http://siduction.org/index.php?module=n ... 78&lang=en"
====================================