From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k73BTcjZ024305 for ; Thu, 3 Aug 2006 07:29:38 -0400 Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx3.redhat.com (8.13.1/8.13.1) with ESMTP id k73BTWO5007553 for ; Thu, 3 Aug 2006 07:29:33 -0400 Received: by py-out-1112.google.com with SMTP id o67so3497842pye for ; Thu, 03 Aug 2006 04:29:32 -0700 (PDT) Message-ID: Date: Thu, 3 Aug 2006 20:27:43 +0900 From: "Stanislaw Senotrusov" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [linux-lvm] pvresize, resize 8e Linux LVM partition Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-lvm@redhat.com I figured out. The problem is that I'm missing some fundamentals. There is no need for a "resize" command in fdisk, sinse it is a partition table, nothing more. All I need is to delete a partition, then to create new with the same type and start cylinder but ending at last cylinder. Then write this table on disk and do pvresize. Thank you for patience :) -- Stas Senotrusov