* ReiserFS on Linux 2.6.7 kernel
@ 2004-06-28 13:31 Ashish Rathi
2004-06-28 13:48 ` Vladimir V. Saveliev
2004-06-28 14:06 ` Michael Milverton
0 siblings, 2 replies; 5+ messages in thread
From: Ashish Rathi @ 2004-06-28 13:31 UTC (permalink / raw)
To: reiserfs-list
Hi
I am pretty new to ReiserFS and have a very basic
question to ask.
I recently upgraded to the 2.6.7 kernel available on
kernel.org. On the ReiserFS download page, I see that
ReiserFS 4 is being still listed as "experimental" for
the Linux 2.6 kernel.
So what version of ReiserFS does the 2.6.7 kernel
include ? Is it 3.6.17 ? Where do I look in order to
find this info ?
I'll be glad if someone could help me out here.
Thanks
Ashish
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ReiserFS on Linux 2.6.7 kernel
2004-06-28 13:31 ReiserFS on Linux 2.6.7 kernel Ashish Rathi
@ 2004-06-28 13:48 ` Vladimir V. Saveliev
2004-06-28 14:06 ` Michael Milverton
1 sibling, 0 replies; 5+ messages in thread
From: Vladimir V. Saveliev @ 2004-06-28 13:48 UTC (permalink / raw)
To: Ashish Rathi; +Cc: reiserfs-list
Hello
Ashish Rathi wrote:
> Hi
>
> I am pretty new to ReiserFS and have a very basic
> question to ask.
>
> I recently upgraded to the 2.6.7 kernel available on
> kernel.org. On the ReiserFS download page, I see that
> ReiserFS 4 is being still listed as "experimental" for
> the Linux 2.6 kernel.
> So what version of ReiserFS does the 2.6.7 kernel
> include ? Is it 3.6.17 ? Where do I look in order to
> find this info ?
>
Stock 2.6.7 includes reiserfs. Just turn its support on via make
config/menuconfig/xconfig.
You can get userlang tools (mkreiserfs, reiserfsck) at
ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.17.tar.gz
> I'll be glad if someone could help me out here.
>
> Thanks
> Ashish
>
>
>
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> http://promotions.yahoo.com/new_mail
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ReiserFS on Linux 2.6.7 kernel
2004-06-28 13:31 ReiserFS on Linux 2.6.7 kernel Ashish Rathi
2004-06-28 13:48 ` Vladimir V. Saveliev
@ 2004-06-28 14:06 ` Michael Milverton
2004-06-30 6:13 ` Ashish
1 sibling, 1 reply; 5+ messages in thread
From: Michael Milverton @ 2004-06-28 14:06 UTC (permalink / raw)
To: reiserfs-list; +Cc: Ashish Rathi
[-- Attachment #1: Type: text/plain, Size: 1344 bytes --]
Hi Ashish,
There are two reiser filesystems, a new one that is still being debugged and
an older one that is in wide use. The older one is the one that is in the
kernel you reffered to, the new one is not. The new filesystem is called
Reiser4. This is very new and is not yet in wide use.
As far as I know the 3.6.17 you are referring to is the reiserfsprogs, eg the
tools that manage the reiserfs filesystem. These should come with your
distribution. Apart from that just compile reiserfs into you kernel and you
should up and running.
On Mon, 28 Jun 2004 09:31 pm, Ashish Rathi wrote:
> Hi
>
> I am pretty new to ReiserFS and have a very basic
> question to ask.
>
> I recently upgraded to the 2.6.7 kernel available on
> kernel.org. On the ReiserFS download page, I see that
> ReiserFS 4 is being still listed as "experimental" for
> the Linux 2.6 kernel.
> So what version of ReiserFS does the 2.6.7 kernel
> include ? Is it 3.6.17 ? Where do I look in order to
> find this info ?
>
> I'll be glad if someone could help me out here.
>
> Thanks
> Ashish
>
>
>
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> http://promotions.yahoo.com/new_mail
--
GNU/Linux: Secure, Stable, Free
Michael <camel78@iprimus.com.au>
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 307 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ReiserFS on Linux 2.6.7 kernel
2004-06-28 14:06 ` Michael Milverton
@ 2004-06-30 6:13 ` Ashish
2004-06-30 9:25 ` Vladimir V. Saveliev
0 siblings, 1 reply; 5+ messages in thread
From: Ashish @ 2004-06-30 6:13 UTC (permalink / raw)
To: reiserfs-list
Hi,
Thanks for the information. I still am not entirely
clear about the versioning and have a couple of
questions.
1. As you said, reiserfs is included in the 2.6.7
kernel. Does that mean that the reiserfs bundled with
this kernel has all the latest updates and patches ?
Is there any kind of version information maintained to
this effect ? How do I know if I am in need of any
updates to the reiserfs I have in my kernel tree ?
2. I am aware that 3.6.17 is reiserfstools as you
mentioned. Is that the latest one available ?
Thanks in advance
Ashish
--- Michael Milverton <camel78@iprimus.com.au> wrote:
> Hi Ashish,
> There are two reiser filesystems, a new one that is
> still being debugged and
> an older one that is in wide use. The older one is
> the one that is in the
> kernel you reffered to, the new one is not. The new
> filesystem is called
> Reiser4. This is very new and is not yet in wide
> use.
>
> As far as I know the 3.6.17 you are referring to is
> the reiserfsprogs, eg the
> tools that manage the reiserfs filesystem. These
> should come with your
> distribution. Apart from that just compile reiserfs
> into you kernel and you
> should up and running.
>
> On Mon, 28 Jun 2004 09:31 pm, Ashish Rathi wrote:
> > Hi
> >
> > I am pretty new to ReiserFS and have a very basic
> > question to ask.
> >
> > I recently upgraded to the 2.6.7 kernel available
> on
> > kernel.org. On the ReiserFS download page, I see
> that
> > ReiserFS 4 is being still listed as "experimental"
> for
> > the Linux 2.6 kernel.
> > So what version of ReiserFS does the 2.6.7 kernel
> > include ? Is it 3.6.17 ? Where do I look in order
> to
> > find this info ?
> >
> > I'll be glad if someone could help me out here.
> >
> > Thanks
> > Ashish
> >
> >
> >
> >
> >
> >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > New and Improved Yahoo! Mail - Send 10MB messages!
> > http://promotions.yahoo.com/new_mail
>
> --
> GNU/Linux: Secure, Stable, Free
> Michael <camel78@iprimus.com.au>
>
> ATTACHMENT part 2 application/pgp-signature
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: ReiserFS on Linux 2.6.7 kernel
2004-06-30 6:13 ` Ashish
@ 2004-06-30 9:25 ` Vladimir V. Saveliev
0 siblings, 0 replies; 5+ messages in thread
From: Vladimir V. Saveliev @ 2004-06-30 9:25 UTC (permalink / raw)
To: Ashish; +Cc: reiserfs-list
Hello
Ashish wrote:
> Hi,
> Thanks for the information. I still am not entirely
> clear about the versioning and have a couple of
> questions.
>
> 1. As you said, reiserfs is included in the 2.6.7
> kernel. Does that mean that the reiserfs bundled with
> this kernel has all the latest updates and patches ?
> Is there any kind of version information maintained to
> this effect ? How do I know if I am in need of any
> updates to the reiserfs I have in my kernel tree ?
>
You do not need any updates to reiserfs if you are using 2.6.7
> 2. I am aware that 3.6.17 is reiserfstools as you
> mentioned. Is that the latest one available ?
>
Yes
> Thanks in advance
> Ashish
>
>
> --- Michael Milverton <camel78@iprimus.com.au> wrote:
>
>>Hi Ashish,
>> There are two reiser filesystems, a new one that is
>>still being debugged and
>>an older one that is in wide use. The older one is
>>the one that is in the
>>kernel you reffered to, the new one is not. The new
>>filesystem is called
>>Reiser4. This is very new and is not yet in wide
>>use.
>>
>>As far as I know the 3.6.17 you are referring to is
>>the reiserfsprogs, eg the
>>tools that manage the reiserfs filesystem. These
>>should come with your
>>distribution. Apart from that just compile reiserfs
>>into you kernel and you
>>should up and running.
>>
>>On Mon, 28 Jun 2004 09:31 pm, Ashish Rathi wrote:
>>
>>>Hi
>>>
>>>I am pretty new to ReiserFS and have a very basic
>>>question to ask.
>>>
>>>I recently upgraded to the 2.6.7 kernel available
>>
>>on
>>
>>>kernel.org. On the ReiserFS download page, I see
>>
>>that
>>
>>>ReiserFS 4 is being still listed as "experimental"
>>
>>for
>>
>>>the Linux 2.6 kernel.
>>>So what version of ReiserFS does the 2.6.7 kernel
>>>include ? Is it 3.6.17 ? Where do I look in order
>>
>>to
>>
>>>find this info ?
>>>
>>>I'll be glad if someone could help me out here.
>>>
>>>Thanks
>>>Ashish
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>__________________________________
>>>Do you Yahoo!?
>>>New and Improved Yahoo! Mail - Send 10MB messages!
>>>http://promotions.yahoo.com/new_mail
>>
>>--
>>GNU/Linux: Secure, Stable, Free
>>Michael <camel78@iprimus.com.au>
>>
>
>>ATTACHMENT part 2 application/pgp-signature
>
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail Address AutoComplete - You start. We finish.
> http://promotions.yahoo.com/new_mail
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-06-30 9:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-28 13:31 ReiserFS on Linux 2.6.7 kernel Ashish Rathi
2004-06-28 13:48 ` Vladimir V. Saveliev
2004-06-28 14:06 ` Michael Milverton
2004-06-30 6:13 ` Ashish
2004-06-30 9:25 ` Vladimir V. Saveliev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.