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


View Poll Results: What is the Slacker's choice FS?
ext2 5 2.58%
ext3 87 44.85%
JFS 29 14.95%
ReiserFS 53 27.32%
XFS 20 10.31%
Voters: 194. You may not vote on this poll

Reply
  Search this Thread
Old 06-20-2008, 08:13 AM   #31
trashbird1240
Member
 
Registered: Sep 2006
Location: Durham, NC
Distribution: Slackware, Ubuntu (yes, both)
Posts: 463

Rep: Reputation: 31

I should be a little more detailed:

Code:
/home/joel> mount
/dev/sda1 on / type jfs (rw)
...
/dev/sda3 on /home type jfs (rw)
...
/dev/sdb5 on /media/multimedia type ext3 (rw,acl)
...
/dev/joelusb on /home/joel/usb type vfat (rw,noexec,nosuid,nodev)
I used jfs for / and /home this time because someone (I forget who) recommended it as faster than reiserfs. The big drawback I see, that I failed to notice before I installed 12.1, was jfs does not support ACL, whereas reiserfs and ext3 do. I think my multimedia disk has been ext3 since I got it, and I just didn't change it for lack of space to move the data. I think I'll keep it that way, since the ACL makes it easy to share the data between users on this home desktop.

All my removable drives are vfat, but I may change my main thumbdrive to a Linux filesystem, as I'm even carrying it around less. The digital camera should stay vfat, because I might use it to tranfer photos to a[n unenlightened] family member's machine. They may not respect their own software freedom, but they still love pictures of the kids

Joel

Last edited by trashbird1240; 06-20-2008 at 08:23 AM. Reason: added links
 
Old 06-20-2008, 09:44 AM   #32
dracolich
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274

Rep: Reputation: 63
I've been using ext2/3 because that's what Slackware setup for me when I started with Slackware 9.1. Been using it since because I've never had to reinstall Slackware.
 
Old 06-20-2008, 10:00 AM   #33
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 trashbird1240 View Post
I used jfs for / and /home this time because someone (I forget who) recommended it as faster than reiserfs. The big drawback I see, that I failed to notice before I installed 12.1, was jfs does not support ACL, whereas reiserfs and ext3 do. I think my multimedia disk has been ext3 since I got it, and I just didn't change it for lack of space to move the data. I think I'll keep it that way, since the ACL makes it easy to share the data between users on this home desktop.
Maybe it was me, but I can tell you that JFS DOES SUPPORT ACL, see:

Code:
  │ │    <M> JFS filesystem support                                       │ │  
  │ │[*]   JFS POSIX Access Control Lists                             │ │  
  │ │[*]   JFS Security Labels                                        │ │  
  │ │    [ ]   JFS debugging                                              │ │  
  │ │    [ ]   JFS statistics                                             │ │
Code:
  ┌──────────────────── JFS POSIX Access Control Lists ─────────────────────┐
  │ CONFIG_JFS_POSIX_ACL:                                                   │  
  │                                                                         │  
  │ Posix Access Control Lists (ACLs) support permissions for users and     │  
  │ groups beyond the owner/group/world scheme.                             │  
  │                                                                         │  
  │ To learn more about Access Control Lists, visit the Posix ACLs for      │  
  │ Linux website <http://acl.bestbits.at/>.                                │  
  │                                                                         │  
  │ If you don't know what Access Control Lists are, say N                  │  
  │                                                                         │  
  │ Symbol: JFS_POSIX_ACL [=y]                                              │  
  │ Prompt: JFS POSIX Access Control Lists                                  │  
  │   Defined at fs/Kconfig:370                                             │  
  │   Depends on: BLOCK && JFS_FS                                           │  
  │   Location:                                                             │  
  │     -> File systems                                                     │  
  │       -> JFS filesystem support (JFS_FS [=m])                           │  
  │   Selects: FS_POSIX_ACL                                                 │
I believe that's what you're talking about, right ? POSIX ACL, right ? The above was taken from the 'Linux Kernel v2.6.21.5 Configuration' using 'make menuconfig'.

Last edited by H_TeXMeX_H; 06-20-2008 at 10:03 AM.
 
Old 06-20-2008, 10:03 AM   #34
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
Quote:
Originally Posted by trashbird1240 View Post
I should be a little more detailed:
I used jfs for / and /home this time because someone (I forget who) recommended it as faster than reiserfs. The big drawback I see, that I failed to notice before I installed 12.1, was jfs does not support ACL, whereas reiserfs and ext3 do.
I'm pretty sure jfs has ACL support as well.
Code:
/usr/src/linux-2.6.24.5/fs/jfs/acl.c
A quick google search for "jfs ACL linux" comes up with some information.

Personally, I'm pretty excited about the upcoming ext4.
 
Old 06-20-2008, 11:48 AM   #35
slackass
Member
 
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-15.0
Posts: 910

Rep: Reputation: 90
I've been using ext3 just because thats what Slack defaults to during the install and I didn't know any better. I'm going to do a install on JFS to try it out.
I use a separate boot partition for grub with ext3. Would JFS be suitable for that also?
 
Old 06-20-2008, 01:05 PM   #36
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Original Poster
Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by trashbird1240
I used jfs for / and /home this time because someone (I forget who) recommended it as faster than reiserfs. The big drawback I see, that I failed to notice before I installed 12.1, was jfs does not support ACL, whereas reiserfs and ext3 do.
JFS does support ACL. This is from jfs.sourceforge.net:
Quote:
09/06/02
JFS patches for extended attributes and ACLs are available for release 1.0.21 (see JFS patches)
So, JFS has supported ACL for a while now.
 
Old 06-20-2008, 01:32 PM   #37
digger95
Member
 
Registered: Oct 2007
Location: Indiana, PA
Distribution: Slackware 14
Posts: 330

Rep: Reputation: 46
I've been experimenting with xfs for about a week. Then yesterday I reinstalled everything and put jfs on just because I'm in a playful mood and have some free time to experiment. Didn't do any benchmarks so it's entirely subjective, but on my machine ext3 seems to be the best fit. Feels a bit zippier than the other two, and in the past it has always recovered well from power outages. I'm sure the others might have as well, but for now I think I'll stay with ext3. Always fun playing around though.
 
Old 06-20-2008, 08:40 PM   #38
trashbird1240
Member
 
Registered: Sep 2006
Location: Durham, NC
Distribution: Slackware, Ubuntu (yes, both)
Posts: 463

Rep: Reputation: 31
Gosh, how embarrassing...

Well, I stand corrected, thanks for setting me straight about ACL on jfs.

In case you're wondering where I got the idea that jfs does not support POSIX ACL: the mount(8) page does not mention the acl option for jfs, as it does for ext2,3 and reiserfs. So, when I set up my new fstab after installing Slack 12.1, the option was not recognized -- I forget specifically what problem I had, but I remember not being surprised when I read the mount(8) page. It's not a big deal now, everything's working fine.

Sorry for the misinformation: I've corrected the page on Slackwiki.

Joel

Last edited by trashbird1240; 06-20-2008 at 09:34 PM.
 
Old 06-20-2008, 10:30 PM   #39
salemboot
Member
 
Registered: Mar 2007
Location: America
Distribution: Linux
Posts: 161

Rep: Reputation: 36
Reiser: My story

The installation times slowed considerably. I tested installing with ext3 and reiserfs. They seem about the same now.
XFS installs about the same as well.

I believe installation is the best test of a filesystem

I used to split the partition into: / : 16384M, swap : 1024M, and /home : whatever is left. I thought this was a good idea.

Then I thought, "Who cares." No I don't bother using swap. I have a Gigabyte of ram. I use the entire partition.

Reiser is stable, so I don't know why Patrick V. decided to default to ext3 now. All this talk of corruption and I've never once lost a filesystem under Reiser, nor have I in ext3.

But I totally understand the feeling you get when you understand something totally such as a tried and tested filesystem like ext3. I keep trying to tell my employer's that upgrading to the latest visual studio is a bad idea. But I think all of the filesystems are important. Lot's of choice is great.

Now if Slackware would support laptops better.
 
Old 07-01-2008, 01:38 AM   #40
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Quote:
Originally Posted by GrapefruiTgirl View Post
...I still use Ext2, and will for the foreseeable future just because it is what I used when I installed. When I came to Linux and was installing Slackware, I knew little to nothing about all the Linux file systems, and Ext2 seemed to be a 'standard' and 'normal', and I didn't know what was involved with the journaled systems....
Your choice of course . Suggestion: "man tune2fs" . Lets you make an ext3 out of ext2 without loss of data or re-formatting. If needed you can even re-convert back to ext2. I use the "journal=data" option in "/etc/fstab" with no noticeable less fast writing btw. There is also a nearly ready ext4 if you are in the mood to try.
 
Old 07-02-2008, 01:46 AM   #41
Camarade_Tux
LQ Newbie
 
Registered: Dec 2007
Location: Paris
Distribution: Slackware-current
Posts: 27

Rep: Reputation: 15
Since some are concerned with compatibility, I'll give a link to UFS Explorer : http://www.ufsexplorer.com/
It's a windows shareware but it may save your life. :P

And XFS here.

Last edited by Camarade_Tux; 07-02-2008 at 01:48 AM.
 
Old 07-02-2008, 06:40 AM   #42
calraith
Member
 
Registered: Apr 2008
Location: Gray, TN, USA
Distribution: UbuntuStudio, Linux Mint
Posts: 36

Rep: Reputation: 15
JFS for /
JFS on my TrueCrypt drive for /media/storage

Maybe one day I'll remount my home directory as a TrueCrypt drive on session start.

JFS FTW, no matter what the vote indicates. :P

Last edited by calraith; 07-02-2008 at 06:43 AM.
 
Old 07-02-2008, 10:46 PM   #43
fibster
Member
 
Registered: Feb 2006
Location: Washington State
Distribution: Slackware
Posts: 42

Rep: Reputation: 16
http://www.ibm.com/developerworks/linux/library/l-ext4/
 
Old 07-03-2008, 07:19 AM   #44
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by calraith View Post
JFS for /
JFS on my TrueCrypt drive for /media/storage

Maybe one day I'll remount my home directory as a TrueCrypt drive on session start.

JFS FTW, no matter what the vote indicates. :P
Just curious calraith, Is there an advantage to using TrueCrypt over the builtin Luks/mdcrypt stuff?
 
Old 07-03-2008, 02:48 PM   #45
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
You know truecrypt has some rather cool features, one of the most interesting being:
http://www.truecrypt.org/docs/?s=plausible-deniability
 
  


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
new laptop help making choice (more laptops add to poll) italiano40 Linux - Laptop and Netbook 16 05-01-2008 09:12 AM
LXer: Poll: No easy choice between open source, commercial LXer Syndicated Linux News 0 10-06-2006 10:33 AM
Members' choice awards: Show the poll choices? vharishankar LQ Suggestions & Feedback 0 01-08-2005 05:24 AM
Poll: MP3/CD player of choice for KDE rikkulinux Debian 2 08-19-2003 10:12 PM
terminals in members choice award poll? doublefailure LQ Suggestions & Feedback 2 04-01-2003 07:58 AM

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

All times are GMT -5. The time now is 12:46 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