From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [linux-lvm] resize_reiserfs on SuSE Linux enterprise server From: Chris Mason In-Reply-To: <615A249B783CD41192F400D0B747AC8606BA85DB@hesse.bbn.hp.com> References: <615A249B783CD41192F400D0B747AC8606BA85DB@hesse.bbn.hp.com> Content-Transfer-Encoding: 7bit Message-Id: <1027081853.2486.105.camel@tiny> Mime-Version: 1.0 Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: Date: Fri Jul 19 07:29:01 2002 List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-lvm@sistina.com On Fri, 2002-07-19 at 07:18, ZECHA,HOLGER (HP-Germany,ex1) wrote: > Hello, > > I extended a Logical Volume with reiserfs and tried to extend it online, but > got the following error: > > mount -o remount,resize=1269715 /home/linuxrpm > mount: /home/linuxrpm not mounted already, or bad option > > or with resize_reiserfs: > > resize_reiserfs -s -10M /dev/vg00/lvlinux > resize_reiserfs 3.x.1b (2002) > > resize_reiserfs: remount failed: Invalid argument Which kernel are you using? resize_reiserfs detects that you've got the FS mounted, and reverts back to the mount -o remount command. -chris