LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-19-2013, 08:05 AM   #46
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301

As a side note on file systems. You should only use btrfs if you don't care about your data or you have a very rigorous backup scheme. It does not have a functional fsck, and is still experimental. From the benchmarks I have seen, it isn't even worth it for the supposed performance benefits.
 
1 members found this post helpful.
Old 03-19-2013, 09:06 AM   #47
comfree
LQ Newbie
 
Registered: Aug 2012
Location: Germany
Distribution: Slackware64-current, Slackware64 14.0
Posts: 28

Rep: Reputation: Disabled
There is a fsck, it's just not callead fsck.btrfs. It's called btrfsck. The RAID5 performance is better than the mdadm RAID5 on my machine. Backups are there and the unneeded stuff can go to /dev/zero if it should ever crash. I tried to crash it but I never succeeded.
I pulled the cable, cut the power, pulled the system drive when writing and it was still working after all that torture.

I don't care about a few MB/s write speed on a Samsung 840 Pro SSD in my Thinkpad.
But yes, it is still called experimental.
 
1 members found this post helpful.
Old 03-20-2013, 06:42 PM   #48
red_fire
Member
 
Registered: Jan 2007
Location: Indonesia
Distribution: Slackware Linux
Posts: 67

Rep: Reputation: 11
Hi, just wanna do a bit of sharing.

About a year ago, I bought a 2TB external hdd and formatted it to ext4. I was running Slackware 13.37 then and everything went perfectly fine until I upgraded my machine to Slackware 14. Occasionally, when I was using the hdd, it would suddenly go busy and I couldn't access the hdd or umount it until I plugged out the power and turned it on again. This happened a couple of times and thankfully I didn't lose any important data. After awhile, I realized that the error only happened when writing to the hdd. It never happened when I put "-o ro" option for read-only access. It might have something to do with the ext4 corruption bug with the recent kernel and I'm not sure if it's already fixed with the latest kernel that comes with Slackware.

Anyway, I've already switched back to ext3 -> works fine and pretty stable imho; never tried any other fs on Linux.
 
Old 03-20-2013, 07:32 PM   #49
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Quote:
Originally Posted by Woodsman View Post
Using ext4 for everything except my videos partition on my HTPC where I use xfs. The latter is much better at handling large files.
Can't do better than that. Ext4 is a clear winner for everyday use, XFS is great for large files.
 
Old 03-20-2013, 08:26 PM   #50
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
I use a combination of EXT4 for my /boot partition and BtrFS for my main /(root) partition.

BtrFS isn't unstable, in fact it's been very stable as of late. I use it primarily because it harbors many of the features that ZFS uses and is fairly well at preventing long term storage problems.

Other than that, unless it's a portable USB hard disk with a universal NTFS partition, then I use Ext4 for everything else.
 
Old 03-20-2013, 08:31 PM   #51
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
I beg to differ. BtrFS is not stable. If you want to use ZFS, go ahead, it works.
 
Old 03-20-2013, 10:16 PM   #52
elvis4526
Member
 
Registered: Aug 2011
Posts: 114

Rep: Reputation: Disabled
Snapshot and subvolume makes BTRFS superior to any FS supported by the Linux kernel.
 
Old 03-20-2013, 11:06 PM   #53
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Rep: Reputation: 45
Never had problems with reiserfs-3.6 and ext3 .
Old and worn out HDDs may break every fs driver .

Once i had the occurrence, that on one ext4 partition i lost all my browsers . My next HDD will have many ext4 partitions to try to reproduce such occurrence. Have tune2fs my partitions into data=ordered mount option mode for safety reasons. So far i have tested many hard poweroffs on ext3 , ext4 and reiserfs-3.6 and never had a problem. The reiserfs-3.6 partition runs very well though not checked for a long time now :OOPS:

Mount count: 205
Maximum mount count: 30
Last fsck run: Tue Aug 28 03:12:22 2012
 
Old 03-20-2013, 11:26 PM   #54
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Quote:
Originally Posted by Emerson View Post
I beg to differ. BtrFS is not stable. If you want to use ZFS, go ahead, it works.
ZFSOnLinux still isn't included by default for Linux systems including Slackware due to licensing issues, so using it correctly is a hit or miss with the kernel sources Slackware uses. Plus, ZFS in this way can only be used for data storage drives, not the main drives of your system. In short, it works, but it doesn't work equally.

BtrFS on Slackware is fairly stable and I have yet to have any issues with it and data loss or corruption. For now, I'm using it and sticking to it.

As for other file systems... I used ReiserFS (v3) up till about a couple years ago until EXT4 came out. ReiserFS is good but for modern systems it scales fairly poorly, and at times has started to have problems with data corruption and loss on several older systems I have. ReiserFS and it's successor, Reiser4, aren't even being actively developed on to further improve it anyways since Hans is in prison and Namesys is all but defunct as a company.

JFS for me is really flakey as a file system. I've had lots of issues with it.
 
Old 03-21-2013, 08:29 AM   #55
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by ReaperX7 View Post
JFS for me is really flakey as a file system. I've had lots of issues with it.
I'd be interested to know some details.
 
Old 03-21-2013, 03:22 PM   #56
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Quote:
Originally Posted by ReaperX7 View Post
ZFSOnLinux still isn't included by default for Linux systems including Slackware due to licensing issues, so using it correctly is a hit or miss with the kernel sources Slackware uses. Plus, ZFS in this way can only be used for data storage drives, not the main drives of your system. In short, it works, but it doesn't work equally.
For sake of truth, ZFS can be used for rootfs. BtrFS is constantly improving but I wouldn't call it stable. Maybe soon.
 
Old 03-21-2013, 04:04 PM   #57
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled
I'm just a desktop user and since I've had no problems with ext2, I still use it.
 
Old 09-10-2013, 04:13 AM   #58
sarmis
LQ Newbie
 
Registered: Nov 2008
Location: Brașov. Romānia
Distribution: Slackware 14.2
Posts: 8

Rep: Reputation: 1
Hi Slackers!

I found this article (guided of Linux Today), where it's made a comparison for performances between EXT4, Btrfs, XFS, and F2FS file-systems in the context of the 3.9 kernel' support for the mentioned file-systems. They used ssd and hdd as drives. You find there 4 pages with different scenarios nicely represented with graphics.

Me? Right now I got Reiserfs on my 3.10 Kernel Slackware32b. It's slow when booting, but out of this it's ok. Anyway, from that article xfs seduced me somehow, so that's my pc's future I think.
Have an eye on the link 'cause it's interesting, don't you think?

Last edited by sarmis; 09-10-2013 at 04:25 AM.
 
Old 09-10-2013, 04:40 AM   #59
Sken
LQ Newbie
 
Registered: Sep 2013
Location: Pennsylvania
Distribution: Slackware, CentOS
Posts: 13

Rep: Reputation: Disabled
I think this would have made a good poll
I just use ext4 though, It's what everyone uses but it works nicely!
 
Old 09-10-2013, 04:55 AM   #60
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
Quote:
Originally Posted by sarmis View Post
I found this article (guided of Linux Today)
EXT4 and XFS are vary close in those benchmarks. XFS performance has certainly improved in leaps and bounds in recent kernels. This article is also an interesting for those picking between Ext4 and XFS.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use key file instead of password for LUKS encrypted file systems? lucmove Linux - Security 2 06-30-2009 09:17 AM
LXer: Kernel Log: What's coming in 2.6.30 - File systems: New and revamped file syste LXer Syndicated Linux News 0 04-27-2009 11:02 PM
Read only file systems, custom live CDs, and embedded systems coffeecoffee Linux - Newbie 2 02-24-2009 11:09 PM
LXer: Cluster File Systems Attains World Leadership Position In High Performance File System LXer Syndicated Linux News 0 07-14-2006 06:21 AM
Is arrangement of file systems will differ if we copy a file from FAT 32 to ext 3 ? anindyanuri Linux - Software 2 02-20-2005 11:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration