All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] reiserfs_resize and lvreduce
@ 2003-11-22  9:07 Tobias Wagener
  2003-11-22 10:16 ` Jose Luis Domingo Lopez
  0 siblings, 1 reply; 6+ messages in thread
From: Tobias Wagener @ 2003-11-22  9:07 UTC (permalink / raw)
  To: linux-lvm

Hi,

I want to reduce a LV. My question is, will reiserfs_resize move used
blocks in the "reduce"-area on my LV to unused blocks? Or must I do this
for my own by hand? And if how? 

Greetings

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

* Re: [linux-lvm] reiserfs_resize and lvreduce
  2003-11-22  9:07 [linux-lvm] reiserfs_resize and lvreduce Tobias Wagener
@ 2003-11-22 10:16 ` Jose Luis Domingo Lopez
  2003-11-22 10:50   ` Spam
  0 siblings, 1 reply; 6+ messages in thread
From: Jose Luis Domingo Lopez @ 2003-11-22 10:16 UTC (permalink / raw)
  To: linux-lvm

On Saturday, 22 November 2003, at 16:06:06 +0100,
Tobias Wagener wrote:

> I want to reduce a LV. My question is, will reiserfs_resize move used
> blocks in the "reduce"-area on my LV to unused blocks? Or must I do this
> for my own by hand? And if how? 
> 
I always do it by hand , firts reducing the filesystem to the desired
final size (using resize_reiserfs) and then reducing th LV size to
something larger than the above.

I usually try "lvreduce" with "--test" first, to see the final LV size,
and check if it is larger than the filesystem, and the repeat the above
command once I am sure it will not break anything.

Greetings.

-- 
Jose Luis Domingo Lopez
Linux Registered User #189436     Debian Linux Sid (Linux 2.6.0-test9-mm5)

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

* Re: [linux-lvm] reiserfs_resize and lvreduce
  2003-11-22 10:16 ` Jose Luis Domingo Lopez
@ 2003-11-22 10:50   ` Spam
  2003-11-22 15:52     ` Jose Luis Domingo Lopez
  0 siblings, 1 reply; 6+ messages in thread
From: Spam @ 2003-11-22 10:50 UTC (permalink / raw)
  To: Jose Luis Domingo Lopez


> On Saturday, 22 November 2003, at 16:06:06 +0100,
> Tobias Wagener wrote:

>> I want to reduce a LV. My question is, will reiserfs_resize move used
>> blocks in the "reduce"-area on my LV to unused blocks? Or must I do this
>> for my own by hand? And if how? 
>> 
> I always do it by hand , firts reducing the filesystem to the desired
> final size (using resize_reiserfs) and then reducing th LV size to
> something larger than the above.

> I usually try "lvreduce" with "--test" first, to see the final LV size,
> and check if it is larger than the filesystem, and the repeat the above
> command once I am sure it will not break anything.

  And  then  you can run reiserfs_resize again to use up the last MB's
  that you lost. Quite simple and efficient.
  

> Greetings.

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

* Re: [linux-lvm] reiserfs_resize and lvreduce
  2003-11-22 10:50   ` Spam
@ 2003-11-22 15:52     ` Jose Luis Domingo Lopez
  2003-11-23  4:42       ` qv6
  0 siblings, 1 reply; 6+ messages in thread
From: Jose Luis Domingo Lopez @ 2003-11-22 15:52 UTC (permalink / raw)
  To: Jose Luis Domingo Lopez

On Saturday, 22 November 2003, at 17:49:03 +0100,
Spam wrote:

>   And  then  you can run reiserfs_resize again to use up the last MB's
>   that you lost. Quite simple and efficient.
>   
Hey, I never though about that, but it is as simple as it sounds :-)

Greetings.

-- 
Jose Luis Domingo Lopez
Linux Registered User #189436     Debian Linux Sid (Linux 2.6.0-test9-mm5)

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

* Re: [linux-lvm] reiserfs_resize and lvreduce
  2003-11-22 15:52     ` Jose Luis Domingo Lopez
@ 2003-11-23  4:42       ` qv6
  2003-11-23  5:26         ` Jose Luis Domingo Lopez
  0 siblings, 1 reply; 6+ messages in thread
From: qv6 @ 2003-11-23  4:42 UTC (permalink / raw)
  To: linux-lvm

On Sat, 2003-11-22 at 16:51, Jose Luis Domingo Lopez wrote:
> On Saturday, 22 November 2003, at 17:49:03 +0100,
> Spam wrote:
> 
> >   And  then  you can run reiserfs_resize again to use up the last MB's
> >   that you lost. Quite simple and efficient.
 
I have used resize_reiserfs and lvreduce command combo but
reiserfs_resize is new to me. BTW, I just checked the man pages for
reiserfs_resize and it does not exist.

Is this a brand new command or is there something I'm missing here?

Qv6

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

* Re: [linux-lvm] reiserfs_resize and lvreduce
  2003-11-23  4:42       ` qv6
@ 2003-11-23  5:26         ` Jose Luis Domingo Lopez
  0 siblings, 0 replies; 6+ messages in thread
From: Jose Luis Domingo Lopez @ 2003-11-23  5:26 UTC (permalink / raw)
  To: linux-lvm

On Sunday, 23 November 2003, at 04:41:51 -0500,
qv6 wrote:

> I have used resize_reiserfs and lvreduce command combo but
> reiserfs_resize is new to me. BTW, I just checked the man pages for
> reiserfs_resize and it does not exist.
> Is this a brand new command or is there something I'm missing here?
> 
No, just brain damage on my part, sorry.

-- 
Jose Luis Domingo Lopez
Linux Registered User #189436     Debian Linux Sid (Linux 2.6.0-test9-mm5)

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

end of thread, other threads:[~2003-11-23  5:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-22  9:07 [linux-lvm] reiserfs_resize and lvreduce Tobias Wagener
2003-11-22 10:16 ` Jose Luis Domingo Lopez
2003-11-22 10:50   ` Spam
2003-11-22 15:52     ` Jose Luis Domingo Lopez
2003-11-23  4:42       ` qv6
2003-11-23  5:26         ` Jose Luis Domingo Lopez

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.