reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* reiser4 patch and formatting partitions
@ 2012-08-31  3:19 doiggl
  2012-08-31  6:24 ` Edward Shishkin
  0 siblings, 1 reply; 5+ messages in thread
From: doiggl @ 2012-08-31  3:19 UTC (permalink / raw)
  To: reiserfs-devel

Hello,
Is the reiser4 patch with the [kernel 3.1 stuff by Marcin Baczyński]
available somewhere to try out. 
- Can the patch be accessed from [1] when it is released.
- Should I use the format option -o "formatting=extents" when creating a
partition e.g
mkfs.reiser4 -o create=ccreg40,formatting=extents /dev/sdaX

Information from this thread [2]

Thanks
Glenn

[1] http://sourceforge.net/projects/reiser4/files/reiser4-for-linux-2.6/
[2] http://www.spinics.net/lists/reiserfs-devel/msg03216.html

--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: reiser4 patch and formatting partitions
  2012-08-31  6:24 ` Edward Shishkin
@ 2012-08-31  4:05   ` doiggl
  2012-08-31  7:27     ` Edward Shishkin
  2012-08-31  6:38   ` Edward Shishkin
  1 sibling, 1 reply; 5+ messages in thread
From: doiggl @ 2012-08-31  4:05 UTC (permalink / raw)
  To: ReiserFS Development List

On Fri, 31 Aug 2012 08:24:13 +0200, Edward Shishkin
<edward.shishkin@gmail.com> wrote:
> On 08/31/2012 05:19 AM, doiggl@velocitynet.com.au wrote:
>> Hello,
>> Is the reiser4 patch with the [kernel 3.1 stuff by Marcin Baczyński]
>> available somewhere to try out.
>> - Can the patch be accessed from [1] when it is released.
> 
> 
> This is not yet reviewed/tested.
> 
> 
>> - Should I use the format option -o "formatting=extents" when creating
a
>> partition e.g
>> mkfs.reiser4 -o create=ccreg40,formatting=extents /dev/sdaX
> 
> 
> No.
> Cryptcompress file plugin doesn't use extents. It uses
> tail packing technique, which uses the buggy balance primitive.
> 
> 
>>
>> Information from this thread [2]
>>
>> Thanks
>> Glenn
>>
>> [1]
http://sourceforge.net/projects/reiser4/files/reiser4-for-linux-2.6/
>> [2] http://www.spinics.net/lists/reiserfs-devel/msg03216.html
>>



>> - Should I use the format option -o "formatting=extents" when creating
a
>> partition e.g
>> mkfs.reiser4 -o create=ccreg40,formatting=extents /dev/sdaX
> 
> No.
> Cryptcompress file plugin doesn't use extents. It uses
> tail packing technique, which uses the buggy balance primitive.

Hello,

Question:
Have you got an example on how to format a reiser4 partition please, what
would be safe to use ?
 
mkfs.reiser4 -o XXXXX /dev/sda
where XXXXX = ??? options

Thanks Glenn

--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: reiser4 patch and formatting partitions
  2012-08-31  3:19 reiser4 patch and formatting partitions doiggl
@ 2012-08-31  6:24 ` Edward Shishkin
  2012-08-31  4:05   ` doiggl
  2012-08-31  6:38   ` Edward Shishkin
  0 siblings, 2 replies; 5+ messages in thread
From: Edward Shishkin @ 2012-08-31  6:24 UTC (permalink / raw)
  To: doiggl; +Cc: ReiserFS Development List

On 08/31/2012 05:19 AM, doiggl@velocitynet.com.au wrote:
> Hello,
> Is the reiser4 patch with the [kernel 3.1 stuff by Marcin Baczyński]
> available somewhere to try out.
> - Can the patch be accessed from [1] when it is released.


This is not yet reviewed/tested.


> - Should I use the format option -o "formatting=extents" when creating a
> partition e.g
> mkfs.reiser4 -o create=ccreg40,formatting=extents /dev/sdaX


No.
Cryptcompress file plugin doesn't use extents. It uses
tail packing technique, which uses the buggy balance primitive.


>
> Information from this thread [2]
>
> Thanks
> Glenn
>
> [1] http://sourceforge.net/projects/reiser4/files/reiser4-for-linux-2.6/
> [2] http://www.spinics.net/lists/reiserfs-devel/msg03216.html
>
> --
> To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: reiser4 patch and formatting partitions
  2012-08-31  6:24 ` Edward Shishkin
  2012-08-31  4:05   ` doiggl
@ 2012-08-31  6:38   ` Edward Shishkin
  1 sibling, 0 replies; 5+ messages in thread
From: Edward Shishkin @ 2012-08-31  6:38 UTC (permalink / raw)
  To: doiggl; +Cc: ReiserFS Development List

On 08/31/2012 08:24 AM, Edward Shishkin wrote:
> On 08/31/2012 05:19 AM, doiggl@velocitynet.com.au wrote:
>> Hello,
>> Is the reiser4 patch with the [kernel 3.1 stuff by Marcin Baczyński]
>> available somewhere to try out.
>> - Can the patch be accessed from [1] when it is released.
>
>
> This is not yet reviewed/tested.
>
>
>> - Should I use the format option -o "formatting=extents" when creating a
>> partition e.g
>> mkfs.reiser4 -o create=ccreg40,formatting=extents /dev/sdaX
>
>
> No.
> Cryptcompress file plugin doesn't use extents. It uses
> tail packing technique, which uses the buggy balance primitive.


That said, use

mkfs.reiser4 -o create=reg40,formatting=extents /dev/sdaX

or just

mkfs.reiser4 -o formatting=extents /dev/sdaX

because "reg40" is default file plugin


Edward.

>
>
>>
>> Information from this thread [2]
>>
>> Thanks
>> Glenn
>>
>> [1] http://sourceforge.net/projects/reiser4/files/reiser4-for-linux-2.6/
>> [2] http://www.spinics.net/lists/reiserfs-devel/msg03216.html
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe
>> reiserfs-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>

--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: reiser4 patch and formatting partitions
  2012-08-31  4:05   ` doiggl
@ 2012-08-31  7:27     ` Edward Shishkin
  0 siblings, 0 replies; 5+ messages in thread
From: Edward Shishkin @ 2012-08-31  7:27 UTC (permalink / raw)
  To: doiggl; +Cc: ReiserFS Development List

On 08/31/2012 06:05 AM, doiggl@velocitynet.com.au wrote:
> On Fri, 31 Aug 2012 08:24:13 +0200, Edward Shishkin
> <edward.shishkin@gmail.com>  wrote:
>> On 08/31/2012 05:19 AM, doiggl@velocitynet.com.au wrote:
>>> Hello,
>>> Is the reiser4 patch with the [kernel 3.1 stuff by Marcin Baczyński]
>>> available somewhere to try out.
>>> - Can the patch be accessed from [1] when it is released.
>>
>>
>> This is not yet reviewed/tested.
>>
>>
>>> - Should I use the format option -o "formatting=extents" when creating
> a
>>> partition e.g
>>> mkfs.reiser4 -o create=ccreg40,formatting=extents /dev/sdaX
>>
>>
>> No.
>> Cryptcompress file plugin doesn't use extents. It uses
>> tail packing technique, which uses the buggy balance primitive.
>>
>>
>>>
>>> Information from this thread [2]
>>>
>>> Thanks
>>> Glenn
>>>
>>> [1]
> http://sourceforge.net/projects/reiser4/files/reiser4-for-linux-2.6/
>>> [2] http://www.spinics.net/lists/reiserfs-devel/msg03216.html
>>>
>
>
>
>>> - Should I use the format option -o "formatting=extents" when creating
> a
>>> partition e.g
>>> mkfs.reiser4 -o create=ccreg40,formatting=extents /dev/sdaX
>>
>> No.
>> Cryptcompress file plugin doesn't use extents. It uses
>> tail packing technique, which uses the buggy balance primitive.
>
> Hello,
>
> Question:
> Have you got an example on how to format a reiser4 partition please, what
> would be safe to use ?
>
> mkfs.reiser4 -o XXXXX /dev/sda
> where XXXXX = ??? options


mkfs.reiser4 -o formatting=extents /dev/sdaX

Edward.
--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2012-08-31  7:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-31  3:19 reiser4 patch and formatting partitions doiggl
2012-08-31  6:24 ` Edward Shishkin
2012-08-31  4:05   ` doiggl
2012-08-31  7:27     ` Edward Shishkin
2012-08-31  6:38   ` Edward Shishkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).