* ext3 and reiserfs / patches
@ 2001-10-30 18:49 P.Agenbag
2001-10-31 1:15 ` Mike Fedyk
0 siblings, 1 reply; 2+ messages in thread
From: P.Agenbag @ 2001-10-30 18:49 UTC (permalink / raw)
To: linux-kernel
Hmm, very stupid question...
Firstly, thanks to all the responses helping me to get the
(EXPERIMENTAL) out of the way...
Now, is reiserfs the same as ext3? if not, what's the diff/best?
Also, concerning the patches
I only once attempted to patch a kernel and it came out a beeeeeg
messup. I'm not very sure about the procedure, I always untar my new
kernel in /opt and then rename the linux folder to the version number (
sometimes have 4 or 5 kernels, so need to distinguish...)
Lets say I have a /opt/247 kernel source , how exactly would I patch it
and with which of the patches? Do you patch the 247 kernel with the 247
patch, or do you patch it with a higher version, and if so, how many
"steps" can you go higher?
Sorry for the ignorance, but hey, atleast i'm willing to learn!
Thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ext3 and reiserfs / patches
2001-10-30 18:49 ext3 and reiserfs / patches P.Agenbag
@ 2001-10-31 1:15 ` Mike Fedyk
0 siblings, 0 replies; 2+ messages in thread
From: Mike Fedyk @ 2001-10-31 1:15 UTC (permalink / raw)
To: P.Agenbag; +Cc: linux-kernel
On Tue, Oct 30, 2001 at 08:49:15PM +0200, P.Agenbag wrote:
> Hmm, very stupid question...
> Firstly, thanks to all the responses helping me to get the
> (EXPERIMENTAL) out of the way...
> Now, is reiserfs the same as ext3? if not, what's the diff/best?
>
That is a religous question here for some people. There are several
different opinions. Some say they use abcFS for this feature, and others
say that that feature has already been though of and passed over for a
better solution...
> Also, concerning the patches
>
> I only once attempted to patch a kernel and it came out a beeeeeg
> messup. I'm not very sure about the procedure, I always untar my new
> kernel in /opt and then rename the linux folder to the version number (
> sometimes have 4 or 5 kernels, so need to distinguish...)
I tend to rename the directory with a descriptive name of which patches are
applied.
$ ls /usr/src/lk2.4
2.4.13freeswan-1.91+ac5+preempt+netdev_random+vm_freeswap
Also, I modify the toplevel makefile file to reflect which patches are
applied. This way, each kernel has its' own set of modules too, which can
be important because some patches will make ther modules incompatible.
$ head 2.4.13freeswan-1.91+ac5+preempt+netdev_random+vm_freeswap/Makefile
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 13
EXTRAVERSION = freeswan-1.91+ac5+preempt+netdev_random+vm_freeswap
$ ls /lib/modules/
2.2.20pre10_raid-2219A1_ext3-007a_eide-05042001
2.4.10-ac10-smp-preempt
2.4.10-ac11+smp+preempt+vm_hogstop
2.4.12-ac3+netdev_ramdom+preempt+vm_hogstop2
2.4.12-ac3+netdev_ramdom+preempt+vm_hogstop2+account-rand-cleanup
2.4.12-ac5+acct-entropy+preempt+netdev-ramdom+vm-free-swapcache
2.4.13freeswan-1.91+ac5+preempt+netdev_random+vm_freeswap
> Lets say I have a /opt/247 kernel source , how exactly would I patch it
> and with which of the patches? Do you patch the 247 kernel with the 247
> patch, or do you patch it with a higher version, and if so, how many
> "steps" can you go higher?
>
If you have 2.4.0 you patch it with the 2.4.1-patch. You can keep going
with 2.4.2, 2.4.3, etc. As long as you have the next consecutive patch you
can go forever.
If you wanted to, you could patch all the way from 2.0.0 up to 2.4.13 with
enough steps. Though, you'd probably kill your hard drive... ;)
> Sorry for the ignorance, but hey, atleast i'm willing to learn!
> Thanks
Questions like these are why we have www.kernelnewbies.org, and the kernel
faq which is listed at the bottom of this and every message.
Mike
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-10-31 1:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-30 18:49 ext3 and reiserfs / patches P.Agenbag
2001-10-31 1:15 ` Mike Fedyk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox