* RE: Regarding the resize_reiserfs
@ 2002-10-26 8:33 Narasimha_Subban
2002-10-28 16:29 ` Oleg Drokin
0 siblings, 1 reply; 4+ messages in thread
From: Narasimha_Subban @ 2002-10-26 8:33 UTC (permalink / raw)
To: Asheesh Laroia, Narasimha_Subban; +Cc: reiserfs-list
HI,
Thanks for ur suggestions. In our requirement i shouldn't reboot the
system at any cost. I would appreciate any better way to do without
rebooting the system.
Thanks and Rgds
Narasimha Subban K.V
> -----Original Message-----
> From: Asheesh Laroia [SMTP:asheesh@asheesh.org]
> Sent: Saturday, October 26, 2002 12:18 PM
> To: Narasimha_Subban
> Cc: reiserfs-list@namesys.com
> Subject: Re: [reiserfs-list] Regarding the resize_reiserfs
>
> Under Linux, you may need to restart your computer to have the new
> partition size show up for /dev/hd*. (At least, I know we had to do that
> back in the 2.2.x days.)
>
> So, try restarting (and I mean re-initializing the kernel, not just going
> to single-user mode) and trying this; that may fix it.
>
> -- Asheesh.
>
> On Sat, 26 Oct 2002, Narasimha_Subban wrote:
>
> > Hi,
> > I am using the reiserfs-3.6.3 version on Linux-2.4.7-10 kernel
> version. I
> > need some information on resize_reiserfs command.
> > I have a partition (assume /dev/hda8 with 1000 blocks) having reiserfs
> > filesystem.
> > I increased the partition size (Now /dev/hda8 with 2000 blocks) in the
> > partition table using the fdisk command. Now i tried to resize the
> > filesystem using (resize_reiserfs -s+xxM /dev/hda8) so that increased
> > partition size in partition table is reflected in filesystem. The error
> is
> > as below
> > /dev/hda8 is of XXXXXX blocks size only with reiserfs of XXXXXX blocks
> size
> > on it. You are trying to expant reiserfs up to YYYYYY size. You probably
> > forgot to expand your partition size.
> > But i shouldnot delete the partition bcoz the contents shouldn't be
> lost.
> > It will be great if anyone gives some ideas to make resize_reiserfs
> work.
> >
> >
> > Thanks and Rgds
> > Narasimha Subban K.V
**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Regarding the resize_reiserfs
2002-10-26 8:33 Regarding the resize_reiserfs Narasimha_Subban
@ 2002-10-28 16:29 ` Oleg Drokin
0 siblings, 0 replies; 4+ messages in thread
From: Oleg Drokin @ 2002-10-28 16:29 UTC (permalink / raw)
To: Narasimha_Subban; +Cc: Asheesh Laroia, reiserfs-list
Hello!
In this case you must unmount *all* filesystems mounted on that harddrive
then run fdisk again and do something unimportant, then write partition
table again and kernel will reread the information about partitions.
After that you can mount everything back.
Bye,
Oleg
On Sat, Oct 26, 2002 at 02:03:41PM +0530, Narasimha_Subban wrote:
> HI,
> Thanks for ur suggestions. In our requirement i shouldn't reboot the
> system at any cost. I would appreciate any better way to do without
> rebooting the system.
>
> Thanks and Rgds
> Narasimha Subban K.V
>
> > -----Original Message-----
> > From: Asheesh Laroia [SMTP:asheesh@asheesh.org]
> > Sent: Saturday, October 26, 2002 12:18 PM
> > To: Narasimha_Subban
> > Cc: reiserfs-list@namesys.com
> > Subject: Re: [reiserfs-list] Regarding the resize_reiserfs
> >
> > Under Linux, you may need to restart your computer to have the new
> > partition size show up for /dev/hd*. (At least, I know we had to do that
> > back in the 2.2.x days.)
> >
> > So, try restarting (and I mean re-initializing the kernel, not just going
> > to single-user mode) and trying this; that may fix it.
> >
> > -- Asheesh.
> >
> > On Sat, 26 Oct 2002, Narasimha_Subban wrote:
> >
> > > Hi,
> > > I am using the reiserfs-3.6.3 version on Linux-2.4.7-10 kernel
> > version. I
> > > need some information on resize_reiserfs command.
> > > I have a partition (assume /dev/hda8 with 1000 blocks) having reiserfs
> > > filesystem.
> > > I increased the partition size (Now /dev/hda8 with 2000 blocks) in the
> > > partition table using the fdisk command. Now i tried to resize the
> > > filesystem using (resize_reiserfs -s+xxM /dev/hda8) so that increased
> > > partition size in partition table is reflected in filesystem. The error
> > is
> > > as below
> > > /dev/hda8 is of XXXXXX blocks size only with reiserfs of XXXXXX blocks
> > size
> > > on it. You are trying to expant reiserfs up to YYYYYY size. You probably
> > > forgot to expand your partition size.
> > > But i shouldnot delete the partition bcoz the contents shouldn't be
> > lost.
> > > It will be great if anyone gives some ideas to make resize_reiserfs
> > work.
> > >
> > >
> > > Thanks and Rgds
> > > Narasimha Subban K.V
> **************************************************************************
> This email (including any attachments) is intended for the sole use of the
> intended recipient/s and may contain material that is CONFIDENTIAL AND
> PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
> distribution or forwarding of any or all of the contents in this message is
> STRICTLY PROHIBITED. If you are not the intended recipient, please contact
> the sender by email and delete all copies; your cooperation in this regard
> is appreciated.
> **************************************************************************
^ permalink raw reply [flat|nested] 4+ messages in thread
* Regarding the resize_reiserfs
@ 2002-10-26 5:32 Narasimha_Subban
2002-10-26 6:47 ` Asheesh Laroia
0 siblings, 1 reply; 4+ messages in thread
From: Narasimha_Subban @ 2002-10-26 5:32 UTC (permalink / raw)
To: reiserfs-list
Hi,
I am using the reiserfs-3.6.3 version on Linux-2.4.7-10 kernel version. I
need some information on resize_reiserfs command.
I have a partition (assume /dev/hda8 with 1000 blocks) having reiserfs
filesystem.
I increased the partition size (Now /dev/hda8 with 2000 blocks) in the
partition table using the fdisk command. Now i tried to resize the
filesystem using (resize_reiserfs -s+xxM /dev/hda8) so that increased
partition size in partition table is reflected in filesystem. The error is
as below
/dev/hda8 is of XXXXXX blocks size only with reiserfs of XXXXXX blocks size
on it. You are trying to expant reiserfs up to YYYYYY size. You probably
forgot to expand your partition size.
But i shouldnot delete the partition bcoz the contents shouldn't be lost.
It will be great if anyone gives some ideas to make resize_reiserfs work.
Thanks and Rgds
Narasimha Subban K.V
**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Regarding the resize_reiserfs
2002-10-26 5:32 Narasimha_Subban
@ 2002-10-26 6:47 ` Asheesh Laroia
0 siblings, 0 replies; 4+ messages in thread
From: Asheesh Laroia @ 2002-10-26 6:47 UTC (permalink / raw)
To: Narasimha_Subban; +Cc: reiserfs-list
Under Linux, you may need to restart your computer to have the new
partition size show up for /dev/hd*. (At least, I know we had to do that
back in the 2.2.x days.)
So, try restarting (and I mean re-initializing the kernel, not just going
to single-user mode) and trying this; that may fix it.
-- Asheesh.
On Sat, 26 Oct 2002, Narasimha_Subban wrote:
> Hi,
> I am using the reiserfs-3.6.3 version on Linux-2.4.7-10 kernel version. I
> need some information on resize_reiserfs command.
> I have a partition (assume /dev/hda8 with 1000 blocks) having reiserfs
> filesystem.
> I increased the partition size (Now /dev/hda8 with 2000 blocks) in the
> partition table using the fdisk command. Now i tried to resize the
> filesystem using (resize_reiserfs -s+xxM /dev/hda8) so that increased
> partition size in partition table is reflected in filesystem. The error is
> as below
> /dev/hda8 is of XXXXXX blocks size only with reiserfs of XXXXXX blocks size
> on it. You are trying to expant reiserfs up to YYYYYY size. You probably
> forgot to expand your partition size.
> But i shouldnot delete the partition bcoz the contents shouldn't be lost.
> It will be great if anyone gives some ideas to make resize_reiserfs work.
>
>
> Thanks and Rgds
> Narasimha Subban K.V
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-10-28 16:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-26 8:33 Regarding the resize_reiserfs Narasimha_Subban
2002-10-28 16:29 ` Oleg Drokin
-- strict thread matches above, loose matches on Subject: below --
2002-10-26 5:32 Narasimha_Subban
2002-10-26 6:47 ` Asheesh Laroia
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.