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-16-2013, 07:31 PM   #31
jtsn
Member
 
Registered: Sep 2011
Posts: 922

Rep: Reputation: 480Reputation: 480Reputation: 480Reputation: 480Reputation: 480

Ext4 - it's KISS, stable and mainstream.
 
Old 03-16-2013, 07:38 PM   #32
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I run ext4 on all of my Slackware boxen.
 
Old 03-16-2013, 10:50 PM   #33
mlslk31
Member
 
Registered: Mar 2013
Location: Florida, USA
Distribution: Slackware, FreeBSD
Posts: 210

Rep: Reputation: 76
Most of my PCs are all-XFS in a dual-boot Linux/Linux configuration. My lone single-boot PC is all-JFS, and it has its advantages, too. I used JFS for USB sticks until F2FS arrived in the Linux kernel, and I've been trying that. The performance of F2FS is very good, but because it has no fsck tool yet, it may or may not be a potential one-and-done file system like NILFS2. NILFS2 recovers well from most things, but a media error in the right place sent me running for backups nonetheless..
 
Old 03-16-2013, 11:06 PM   #34
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Cool

Quote:
Originally Posted by mlslk31 View Post
Most of my PCs are all-XFS in a dual-boot Linux/Linux configuration. My lone single-boot PC is all-JFS, and it has its advantages, too. I used JFS for USB sticks until F2FS arrived in the Linux kernel, and I've been trying that. The performance of F2FS is very good, but because it has no fsck tool yet, it may or may not be a potential one-and-done file system like NILFS2. NILFS2 recovers well from most things, but a media error in the right place sent me running for backups nonetheless..
Hey...welcome to our forum!
 
Old 03-16-2013, 11:11 PM   #35
mlslk31
Member
 
Registered: Mar 2013
Location: Florida, USA
Distribution: Slackware, FreeBSD
Posts: 210

Rep: Reputation: 76
Thanks! I've been reading this forum for a while, but I haven't had an appropriate opportunity to post until now.
 
1 members found this post helpful.
Old 03-16-2013, 11:26 PM   #36
JWJones
Senior Member
 
Registered: Jun 2009
Posts: 1,444

Original Poster
Rep: Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709
Quote:
Originally Posted by mlslk31 View Post
Thanks! I've been reading this forum for a while, but I haven't had an appropriate opportunity to post until now.
Well, I'm glad my file systems thread brought you out of the woodwork. Welcome!
 
Old 03-17-2013, 04:05 AM   #37
w1k0
Senior Member
 
Registered: May 2008
Location: Poland
Distribution: Slackware (personalized Window Maker), Mint (customized MATE)
Posts: 1,309

Rep: Reputation: 234Reputation: 234Reputation: 234
Before Slackware 14.0 I used ReiserFS. Since Slackware 14.0 I use ext4 but I still own some external hard drives using ReiserFS.

For a long time ReiserFS was the file system mentioned in the /boot/README.initrd file. Now it is replaced there with ext3 and ext4. I decided to use the latter one.
 
Old 03-17-2013, 12:22 PM   #38
Captain Pinkeye
Member
 
Registered: Oct 2012
Location: The Czech Republic
Posts: 280

Rep: Reputation: 98
I use ext4, slightly tuned with the '-m 0' to get rid of the reserved superblocks, leaving those only on /. ext4 has never failed me and has good performance - i think it's the Linuxland default for a reason.

I had XFS on an external backup drive. It ran fast and well, but the disk adopted the crunching sound very quickly, without much data overwrite. Now with ext4 it runs well and quiet. Still my #2 choice.

I used JFS in the past, on Arch, Debian and Slackware. CPU usage was very low and it's read performance is very good, maybe the best, but from what i heard it's nobarrier, so maybe not as safe. Personally though, i have never had any problems with it.

ext3 looks to me like ext4 without all the upgrades, so IMHO (very IMHO) pretty much obsolete. Not much experience with it.

ext2, i use it on /boot if i have one (because there's no need for a journal), but i could use ext4 without journal as well.

ReiserFS, Reiser4, BtrFS, NILFS or anything else i have never used, so i can't comment.

Plus note that i don't have any SSD, nor practise any serious server business, my observation is pure desktop.
 
Old 03-17-2013, 12:40 PM   #39
w1k0
Senior Member
 
Registered: May 2008
Location: Poland
Distribution: Slackware (personalized Window Maker), Mint (customized MATE)
Posts: 1,309

Rep: Reputation: 234Reputation: 234Reputation: 234
Hi Captain Pinkeye,

Welcome on the board!
 
Old 03-17-2013, 07:01 PM   #40
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378
I just use JFS. Getting a new computer finally after so many long years, and the primary drive will be a 128GB SSD. I decided to go with Samsung for the SSD, and a 2 TB Western Digital conventional for my /home. I may actually choose to use XFS on that one, but I might just stick with JFS.


Quote:
Originally Posted by H_TeXMeX_H View Post
I use JFS, because it's fast, has low CPU usage, and is stable from my experience with it for about 6 years i.e. I have never lost any data even after hard system crashes.

In case you are using SSD, JFS has excellent performance (one of the best if not the best) on SSDs and now supports TRIM:
http://www.phoronix.com/scan.php?pag...38_large&num=1
Quote:
Originally Posted by H_TeXMeX_H View Post
I forgot to mention that JFS works best with the deadline I/O scheduler from my experience and from the arch wiki:
https://wiki.archlinux.org/index.php....2FO_Scheduler
I guess I will have to look into TRIM if I do use JFS on my SSD. Nothing wrong with JFS I love it, but I think eventually when SSD based FS mature and is included in Slackware I will eventually go with that, only because JFS is mostly written when there was conventional HDs in mind. Not to say that JFS won't adapt well, but I look forward to see how the FS develop that are solely written for SSDs in mind develop, but not to fear as long as I have a conventional drive, which I always will, JFS will always be my primary choice for that.

Last edited by Jeebizz; 03-17-2013 at 07:13 PM.
 
Old 03-18-2013, 04:42 AM   #41
Pixxt
Member
 
Registered: May 2008
Distribution: Slackware, Debian,
Posts: 283

Rep: Reputation: 185Reputation: 185
I prefer ext4 and XFS. JFS is fast and stable but it fragments kinda bad, not as much as ReiserFS but it can get noticeable. My picks for an FS is it must have a online defrag tool, well ext4 did not when I chose it but I knew it was just a few months away so I committed to it.

ReiserFS is the only FS I have used since FAT16/32 that has ate my files, and it has the often mentioned habit of slowing down boot times to tens of minutes.

XFS would of been my preferred choice for my current Linux Partition, however for some strange reason on the few distros I test drove before I settled for Slack , and even with Slack XFS would thrash my hard drive and was slower than dirt.

EXT4 does not have alot of buzzwords and fancy features of the other filesystems available for Linux, but it gets the job done for me and is worry free.
 
Old 03-18-2013, 05:09 AM   #42
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
JFS has TRIM support for kernel 3.7 and up:
http://www.phoronix.com/scan.php?pag...tem&px=MTE5ODY

I don't use a SSD, and I don't plan to in the near future. It is still experimental technology IMO.
http://hardware.slashdot.org/story/1...flash-ssd-data
 
Old 03-18-2013, 05:47 AM   #43
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Quote:
Originally Posted by Pixxt View Post
My picks for an FS is it must have a online defrag tool
What for?
 
Old 03-18-2013, 08:18 AM   #44
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 Pixxt View Post
I prefer ext4 and XFS. JFS is fast and stable but it fragments kinda bad, not as much as ReiserFS but it can get noticeable. My picks for an FS is it must have a online defrag tool, well ext4 did not when I chose it but I knew it was just a few months away so I committed to it.
I have written a script to defrag files on any filesystem supported by 'filefrag', and it works just fine on JFS. It's true that it does tend to fragment even tho it supports extents. From my tests it works very well, you can find it here:
http://www.linuxquestions.org/questi...7/#post4841091
I've been using versions of it for a few years now.
 
Old 03-18-2013, 01:19 PM   #45
comfree
LQ Newbie
 
Registered: Aug 2012
Location: Germany
Distribution: Slackware64-current, Slackware64 14.0
Posts: 28

Rep: Reputation: Disabled
My Thinkpad is running Slackware64-current with the 3.8.3 Kernel and an encrypted BTRFS root.

My server is on kernel 3.9 RC3 with BTRFS in RAID5 mode.
The root hdd uses ext4 just for a more easy install.

Snapshots are awesome and subvolumes are working perfect for me.
 
  


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 07:19 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