<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.0.0">
</HEAD>
<BODY>

<BR>

<BR>
Hello!
<BR>

<BR>
I have a Problem and hope someone here can help me.
<BR>
I have 2 Partitions on a drive.
<BR>

<BR>
[root@desktop root]# fdisk -l /dev/sdb
<BR>

<BR>
Festplatte /dev/sdb: 255 Köpfe, 63 Sektoren, 9730 Zylinder
<BR>
Einheiten: Zylinder mit 16065 * 512 Bytes
<BR>

<BR>
    Gerät Booten  Anfang      Ende   Blöcke   ID  Dateisystemtyp
<BR>
/dev/sdb1             1      4462  35840983+   c  Win95 FAT32 (LBA)
<BR>
/dev/sdb2          4463      9730  42315210   8e  Linux LVM
<BR>

<BR>
I want to delete sdb1 vfat partition and use it as LVM space.
<BR>
If i do a "pvcreate vg01 /dev/sdb1" it is ugly for performance because there are 2 LVM Partions at one drive.
<BR>
right?
<BR>
If i do lvm partition on sdb1 and do a pvmove,
<BR>
Can i resize sdb1 to fit the whole drive and after that lvm use this full space? 
<BR>

<BR>
thx you
<BR>
mfg
<BR>
Rene
</BODY>
</HTML>