All of lore.kernel.org
 help / color / mirror / Atom feed
* How do I compile a Reiser4 enabled kernel for use on opensuse 11  rc1 - 64 bit
@ 2008-06-09  4:48 doiggl
  2008-06-09  6:56 ` How do I compile a Reiser4 enabled kernel for use on opensuse 11rc1 " John
  0 siblings, 1 reply; 3+ messages in thread
From: doiggl @ 2008-06-09  4:48 UTC (permalink / raw)
  To: reiserfs-devel

Hello,
I have a reiser4 query.

Questions.
1. I would like to set up a reiser4 file system and I need help on how to
compile a kernel for it. Can you tell me the steps to compile and install
a reiser4 enabled kernel please ?. I would use a vanilla kernel to patch
and build.

2. What command do I use to format a blank disk partition to reiser4 ? so
I can use it.
3. How can I validate a reiser4 partition is ok ?.

I am using opensuse 11 rc1 (64 bit system) on a test pc with a additional
hard disk with no partitions on it and would like to set up reiser4 on it.

I can get reiser4progs and reiser4progs-devel already compiled to a rpm from:
http://download.opensuse.org/repositories/home:/lmich/openSUSE_11.0/x86_64/reiser4progs-1.0.6-15.3.x86_64.rpm
http://download.opensuse.org/repositories/home:/lmich/openSUSE_11.0/x86_64/reiser4progs-devel-1.0.6-15.3.x86_64.rpm

Thankyou Glenn


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How do I compile a Reiser4 enabled kernel for use on opensuse 11rc1 - 64 bit
  2008-06-09  4:48 How do I compile a Reiser4 enabled kernel for use on opensuse 11 rc1 - 64 bit doiggl
@ 2008-06-09  6:56 ` John
  2008-06-09 21:28   ` Edward Shishkin
  0 siblings, 1 reply; 3+ messages in thread
From: John @ 2008-06-09  6:56 UTC (permalink / raw)
  To: doiggl; +Cc: reiserfs-devel



On Mon, 9 Jun 2008 14:48:22 +1000 (EST), doiggl@velocitynet.com.au wrote:
> Hello,

Hello
> I have a reiser4 query.
> 
> Questions.
> 1. I would like to set up a reiser4 file system and I need help on how to
> compile a kernel for it. Can you tell me the steps to compile and install
> a reiser4 enabled kernel please ?. I would use a vanilla kernel to patch
> and build.
Here you will find a tutorial for that:
http://linuxhelp.150m.com/installs/compile-kernel.htm
> 
> 2. What command do I use to format a blank disk partition to reiser4 ? so
> I can use it.
for a normal partition: mkfs.reiser4 /dev/yourpartition
for a cryptcompress partition: mkfs.reiser4 -o create=ccreg40 /dev/yourpartition

> 3. How can I validate a reiser4 partition is ok ?.
> 
fsck.reiser4 /dev/yourpartition (with the partition unmounted)?
> I am using opensuse 11 rc1 (64 bit system) on a test pc with a additional
> hard disk with no partitions on it and would like to set up reiser4 on it.
> 
> I can get reiser4progs and reiser4progs-devel already compiled to a rpm
> from:
> http://download.opensuse.org/repositories/home:/lmich/openSUSE_11.0/x86_64/reiser4progs-1.0.6-15.3.x86_64.rpm
> http://download.opensuse.org/repositories/home:/lmich/openSUSE_11.0/x86_64/reiser4progs-devel-1.0.6-15.3.x86_64.rpm
> 
> Thankyou Glenn
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How do I compile a Reiser4 enabled kernel for use on opensuse 11rc1 - 64 bit
  2008-06-09  6:56 ` How do I compile a Reiser4 enabled kernel for use on opensuse 11rc1 " John
@ 2008-06-09 21:28   ` Edward Shishkin
  0 siblings, 0 replies; 3+ messages in thread
From: Edward Shishkin @ 2008-06-09 21:28 UTC (permalink / raw)
  To: doiggl; +Cc: geearf, reiserfs-devel

John wrote:
> On Mon, 9 Jun 2008 14:48:22 +1000 (EST), doiggl@velocitynet.com.au wrote:
>   
>> Hello,
>>     
>
> Hello
>   
>> I have a reiser4 query.
>>
>> Questions.
>> 1. I would like to set up a reiser4 file system and I need help on how to
>> compile a kernel for it. Can you tell me the steps to compile and install
>> a reiser4 enabled kernel please ?.

Is "/" supposed to be on reiser4?
Note, that in this case SUSE10.3 requires initrd to contain reiser4 module.
Not sure about 11.0...

>>  I would use a vanilla kernel to patch
>> and build.
>>     
> Here you will find a tutorial for that:
> http://linuxhelp.150m.com/installs/compile-kernel.htm
>   
>> 2. What command do I use to format a blank disk partition to reiser4 ? so
>> I can use it.
>>     
> for a normal partition: mkfs.reiser4 /dev/yourpartition
> for a cryptcompress partition: mkfs.reiser4 -o create=ccreg40 /dev/yourpartition
>
>   
>> 3. How can I validate a reiser4 partition is ok ?.
>>
>>     
> fsck.reiser4 /dev/yourpartition (with the partition unmounted)?
>   
>> I am using opensuse 11 rc1 (64 bit system) on a test pc with a additional
>> hard disk with no partitions on it and would like to set up reiser4 on it.
>>
>> I can get reiser4progs and reiser4progs-devel already compiled to a rpm
>> from:
>> http://download.opensuse.org/repositories/home:/lmich/openSUSE_11.0/x86_64/reiser4progs-1.0.6-15.3.x86_64.rpm
>> http://download.opensuse.org/repositories/home:/lmich/openSUSE_11.0/x86_64/reiser4progs-devel-1.0.6-15.3.x86_64.rpm
>>
>>     
Ok, install both, it should work.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-09 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-09  4:48 How do I compile a Reiser4 enabled kernel for use on opensuse 11 rc1 - 64 bit doiggl
2008-06-09  6:56 ` How do I compile a Reiser4 enabled kernel for use on opensuse 11rc1 " John
2008-06-09 21:28   ` Edward Shishkin

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.