LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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


View Poll Results: Which filesystem for root will you choose for your next Slackware installation?
Ext2: Standard Linux Ext2 Filesystem 5 2.69%
Ext3: Ext3 Journaling Filesystem 10 5.38%
Ext4: Ext4 Journaling Filesystem 136 73.12%
JFS: IBM's Journaled Filesystem 13 6.99%
ReiserFS: ReiserFS Journaling Filesystem 6 3.23%
Btrfs: Btrfs Copy-on-Write B-tree Filesystem 8 4.30%
XFS: SGI's Journaling Filesystem 8 4.30%
Voters: 186. You may not vote on this poll

Reply
  Search this Thread
Old 09-24-2012, 04:44 PM   #1
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled
Which filesystem will you use for root on your next Slackware installation?


By root I mean the root of your Slackware installation: /

I have restricted the choices to those offered by Slackware 14's installer.

Maybe if a vast majority shows for one of the filesystems, could we request Pat to make that one built-in in the -generic kernels of Slackware 14.1. This would allow the "majority" to use a -generic kernel without an initrd.

EDIT Just to clarify a bit: this thread's goal is not to collect statistics about filesystems used in existing installations (this has already been done, as one of us pointed out) but merely what will be your choice for the next installation - the very next, that's why only one choice is allowed.

Last edited by Didier Spaier; 09-27-2012 at 05:35 AM. Reason: EDIT paragraph added
 
Old 09-24-2012, 04:46 PM   #2
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
I think you've forgotten to include the poll.

Edit: ext4

Last edited by sycamorex; 09-24-2012 at 04:50 PM.
 
Old 09-24-2012, 04:48 PM   #3
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
I've never experimented with different filesystems, always choose the default. So probably ext4.
 
Old 09-24-2012, 04:53 PM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sycamorex View Post
I think you've forgotten to include the poll.
Sorry, I type slowly - but you can vote now.
 
Old 09-24-2012, 04:54 PM   #5
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by Didier Spaier View Post
By root I mean the root of your Slackware installation: /

I have restricted the choices to those offered by Slackware 14's installer.

Maybe if a vast majority shows for one of the filesystem, could we request Pat to make that one buit-in in the -generic kernels of Slackware 14.1. This would allow the "majority" to ues a -generic kernel without an initrd.
The filesystem is not the only stuff you need to build into the initrd for some machines to work correctly. Here's an IBM X225 server's mkinitrd.conf, for example:

Code:
MODULE_LIST="ext4:mptbase:mptscsih:mptspi"
On a Panasonic Toughbook, mkinitrd.conf looks like this:

Code:
MODULE_LIST="ext4:intel_agp:i915"
Looks to me like the KISS way of doing things here is:
  1. Finish the install but don't reboot yet.
  2. Exit the installer.
  3. Chroot into the installed system.
  4. Run mkinitrd.conf-generator.sh to see what you need.
  5. Edit mkinitrd.conf.
  6. Build the initrd.
  7. Edit lilo.conf.
  8. Run 'lilo'.
  9. Exit the chrooted environment.
  10. Reboot.

This should all take no more than a couple of minutes.
 
1 members found this post helpful.
Old 09-24-2012, 05:04 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You should have made the poll in the way that I can choose multiple answers. When Slackware 14 is released I will make clean installations on all my systems and I planned to go for ext4 on LVM on my workstation and the file-server, ext2 on the 4GB SSD in my eeePC 701 and also to give btrfs a try on my laptop. Since I will have two systems (and later on probably the laptop) with ext4 I voted for that.
 
Old 09-24-2012, 05:08 PM   #7
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,237

Rep: Reputation: 5321Reputation: 5321Reputation: 5321Reputation: 5321Reputation: 5321Reputation: 5321Reputation: 5321Reputation: 5321Reputation: 5321Reputation: 5321Reputation: 5321
Btrfs, for its SSD optimizations.
 
Old 09-24-2012, 05:11 PM   #8
mrascii
Member
 
Registered: Jun 2012
Location: on the Net
Distribution: Slackware
Posts: 100

Rep: Reputation: Disabled
Not having any special needs ext4 is my choice. If I need to recover / or access data which is on an encrypted LVM I want to make sure any thumb drive I boot has the tools needed to mount the volume. Btrfs sounds great but hasn't proven itself yet. ReiserFS? Well, it's a dead issue isn't it? Even before the conviction Linus had reasons not to want Reiser4 in the kernel.

DNA
AFA mrascii
 
Old 09-24-2012, 05:23 PM   #9
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Original Poster
Rep: Reputation: Disabled
@kikinovak: your approach is of course recommendable. But most beginners will choose the default huge kernel at time of installation and don't know what an initrd is. And not all of them will read the relevant documentation before proceeding.

Last edited by Didier Spaier; 09-25-2012 at 12:39 AM. Reason: Typo corrected
 
Old 09-24-2012, 06:12 PM   #10
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
I'm trying out XFS on my laptop running 14.0. I know the 128 gig SSD kind of contradicts the idea of 'large and lots' but it seems to be working ok.

I watched this presentation on XFS, and it sounds like in recent kernels XFS is as good as ext4 in the areas ext4 traditionally was stronger, and is still stronger in the areas XFS has been traditionally stronger.

Honestly though, I haven't really noticed a difference. It's been stable and fast, 14.0 is looking like the best slackware yet
 
Old 09-24-2012, 06:32 PM   #11
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by brianL View Post
...always choose the default. So probably ext4.
Ditto!
 
Old 09-24-2012, 10:11 PM   #12
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 EXT4 only as a boot partition for /boot.

BtrFS is my new bread and butter file system for /(root).
 
Old 09-24-2012, 10:59 PM   #13
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,269
Blog Entries: 24

Rep: Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196
I voted ext4 and will probably use it, but I have installed RC5 with ext3 only so that I can mount it under my Slackware 12.1 system in which I have never updated my kernel to support ext4
 
Old 09-24-2012, 11:34 PM   #14
afreitascs
Member
 
Registered: Aug 2004
Distribution: Debian
Posts: 443

Rep: Reputation: 30
ext4 has worked for me in what I need.

.
 
Old 09-25-2012, 01:43 AM   #15
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
XFS except for my maildir directories. Those are reiserfs.
 
  


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
Not able to set root password upon installation of Slackware 11 slee97070 Linux - Software 3 02-18-2007 04:16 AM
Does the square root of -1 exist? Poll! 144419855310001 General 60 11-06-2006 02:54 AM
Problem checking root filesystem when booting Slackware daschaich Slackware 2 09-01-2006 09:55 PM
Encrypted Root Filesystem HOWTO and /dev filesystem tmillard Linux From Scratch 0 10-18-2004 03:58 PM

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

All times are GMT -5. The time now is 10:11 PM.

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