* [gentoo-dev] Gentoo perffered File system
@ 2002-08-08 4:17 Shanon Loveridge
2002-08-08 11:16 ` Marko Mikulicic
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Shanon Loveridge @ 2002-08-08 4:17 UTC (permalink / raw
To: Gentoo-dev
I was wondering now that it doesn't look like XFS is
the preffered filesystem to gentoo (Not in gentoo
sources and it doesn't look like it will go into the
standard kernel) what is the preffered / recommended
filesystem for gentoo?
Thanks
shanon / abstract
=====
"We can debug relationships, but it's always good policy to consider the people themselves to be features.
People get annoyed when you try to debug them."
Larry Wall
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Gentoo perffered File system
2002-08-08 4:17 [gentoo-dev] Gentoo perffered File system Shanon Loveridge
@ 2002-08-08 11:16 ` Marko Mikulicic
2002-08-09 7:06 ` Seth Mos
2002-08-08 13:21 ` Jean-Michel Smith
2002-08-08 18:27 ` Terje Kvernes
2 siblings, 1 reply; 6+ messages in thread
From: Marko Mikulicic @ 2002-08-08 11:16 UTC (permalink / raw
To: Shanon Loveridge; +Cc: gentoo-dev
Shanon Loveridge wrote:
> I was wondering now that it doesn't look like XFS is
> the preffered filesystem to gentoo (Not in gentoo
> sources and it doesn't look like it will go into the
> standard kernel) what is the preffered / recommended
> filesystem for gentoo?
I use XFS because I like acls and feel not confortable with ext3 + acl patch
(maybe I'm wrong). XFS works well. (there are a couple of glitches in
reporting errors
"preserving permissions", but probably it will be the same with ext[23]
acl).
I use "2.4.18-xfs".
There's no thing like Gentoo "default" kernel. You must
choose the kernel during installation.
The so called "gentoo" kernel is a pached and powered kernel, choosen to
offer more features than vanilla kernel, but not required in order to
execute the
Gentoo distribution.
Unfortunally, the preemptive kernel patch conflicts with current
version of XFS,
and may cause data curruption. I don't know if just disabling the
complile-time
option in the gentoo-patched kernel will allow xfs to run (I wouln't try
it out on
a production machine :-). You will probably have to use the xfs-sources
kernel, but
you will not have all the goodies a gentoo-patched kernel will have, but
it works well.
The issues of the gentoo kernels are identical thoughout the linux
community
because the kernel *is* Linux and it's identical in all linux
distribution. Gentoo
gives you more freedom in choosing the kernel, and the filesystem.
Look at the kernel ebuild files in /usr/portage/sys-kernel/*
in some ebuilds you will see the list of patches that will be applied to
that kernel.
What filesystem do you like more?
Does anyone use ext3 + acl ?
Does anyone depend on the goodies in gentoo-kernel (vfat symlinks, EVMS,
preemptive kernel....), in production systems ?
Regards,
Marko
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Gentoo perffered File system
2002-08-08 4:17 [gentoo-dev] Gentoo perffered File system Shanon Loveridge
2002-08-08 11:16 ` Marko Mikulicic
@ 2002-08-08 13:21 ` Jean-Michel Smith
2002-08-08 14:05 ` Craig Joly
2002-08-08 18:27 ` Terje Kvernes
2 siblings, 1 reply; 6+ messages in thread
From: Jean-Michel Smith @ 2002-08-08 13:21 UTC (permalink / raw
To: Shanon Loveridge, Gentoo-dev
On Wednesday 07 August 2002 11:17 pm, Shanon Loveridge wrote:
> I was wondering now that it doesn't look like XFS is
> the preffered filesystem to gentoo (Not in gentoo
> sources and it doesn't look like it will go into the
> standard kernel) what is the preffered / recommended
> filesystem for gentoo?
XFS is in gentoo-sources-r7 and works like a charm, as long as you do not turn
on kernel preemtion.
Jean.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Gentoo perffered File system
2002-08-08 13:21 ` Jean-Michel Smith
@ 2002-08-08 14:05 ` Craig Joly
0 siblings, 0 replies; 6+ messages in thread
From: Craig Joly @ 2002-08-08 14:05 UTC (permalink / raw
To: Jean-Michel Smith; +Cc: Gentoo-dev
On Thu, Aug 08, 2002 at 08:21:02AM -0500, Jean-Michel Smith wrote:
> On Wednesday 07 August 2002 11:17 pm, Shanon Loveridge wrote:
> > I was wondering now that it doesn't look like XFS is
> > the preffered filesystem to gentoo (Not in gentoo
> > sources and it doesn't look like it will go into the
> > standard kernel) what is the preffered / recommended
> > filesystem for gentoo?
>
> XFS is in gentoo-sources-r7 and works like a charm, as long as you do not turn
> on kernel preemtion.
>
> Jean.
Actually, I'm running XFS with kernel preemption on two machines and
neither has given me any problems. Of course YMMV, don't use it on
critical systems, yadda, yadda.
Craig
--
Some mistakes are too much fun to only make once.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Gentoo perffered File system
2002-08-08 4:17 [gentoo-dev] Gentoo perffered File system Shanon Loveridge
2002-08-08 11:16 ` Marko Mikulicic
2002-08-08 13:21 ` Jean-Michel Smith
@ 2002-08-08 18:27 ` Terje Kvernes
2 siblings, 0 replies; 6+ messages in thread
From: Terje Kvernes @ 2002-08-08 18:27 UTC (permalink / raw
To: Gentoo-dev
Shanon Loveridge <shanon_loveridge@yahoo.co.uk> writes:
> I was wondering now that it doesn't look like XFS is the preffered
> filesystem to gentoo (Not in gentoo sources and it doesn't look like
> it will go into the standard kernel) what is the preffered /
> recommended filesystem for gentoo?
personally I use reiserfs and ext3. but by these days I don't
really see any major problems with any of the big three journaling
filesystems under linux.
I have had more filesystem-related problems with ext3 than with
reiserfs though. for some odd reason. :-/
--
Terje
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Gentoo perffered File system
2002-08-08 11:16 ` Marko Mikulicic
@ 2002-08-09 7:06 ` Seth Mos
0 siblings, 0 replies; 6+ messages in thread
From: Seth Mos @ 2002-08-09 7:06 UTC (permalink / raw
To: Marko Mikulicic, Shanon Loveridge; +Cc: gentoo-dev
At 13:16 8-8-2002 +0200, Marko Mikulicic wrote:
>I use XFS because I like acls and feel not confortable with ext3 + acl patch
>(maybe I'm wrong). XFS works well. (there are a couple of glitches in
>reporting errors
>"preserving permissions", but probably it will be the same with ext[23] acl).
>I use "2.4.18-xfs".
You might do wise in checking the newer acl tools and xfs patches. The work
is ongoing.
Is this a 2.4.18-xfs from CVS or the split patches?
We just released the 2.4.19 split patches although there are some small
problems cropping up that might prove to be wiser to get CVS (which has a
fix merged).
> Unfortunally, the preemptive kernel patch conflicts with current version
> of XFS,
>and may cause data curruption. I don't know if just disabling the
>complile-time
>option in the gentoo-patched kernel will allow xfs to run (I wouln't try
>it out on
>a production machine :-). You will probably have to use the xfs-sources
>kernel, but
>you will not have all the goodies a gentoo-patched kernel will have, but
>it works well.
AFAIK that bug got fixed some time ago in 2.4.18 although it is not
"supported". Another option would be checking out the 2.4.19-aa tree which
has some VM fixes/tuneups etc.
Cheers
--
Seth
It might just be your lucky day, if you only knew.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-08-09 7:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-08 4:17 [gentoo-dev] Gentoo perffered File system Shanon Loveridge
2002-08-08 11:16 ` Marko Mikulicic
2002-08-09 7:06 ` Seth Mos
2002-08-08 13:21 ` Jean-Michel Smith
2002-08-08 14:05 ` Craig Joly
2002-08-08 18:27 ` Terje Kvernes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox