<span style="font-family: arial,sans-serif;">Here's what I'm trying to do:</span><br style="font-family: arial,sans-serif;"><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">I have 2 hard drives, one windows, one FC4.&nbsp; currently I boot into linux and have grub pass on the loading to hda2 (winxp) if so desired.&nbsp; I would like to create 2 new partitions on hdb2 (LVM Volume00), one for a linux to windows transfer space (approx 7GB) and a installation partition so that I can mount FC5 iso's and boot to that partition to install.&nbsp;&nbsp; Is it possible to shrink my hdb2 partition to accomodate these 2 new ones?&nbsp; here is the output of fdisk -l
</span><br><br><span style="font-family: courier new,monospace;">[root@ip213 etc]# fdisk -l</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
Disk /dev/hda: 164.6 GB, 164696555520 bytes</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">240 heads, 63 sectors/track, 21274 cylinders</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Units = cylinders of 15120 * 512 = 7741440 bytes</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">/dev/hda1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 596&nbsp;&nbsp;&nbsp;&nbsp; 4505728+&nbsp; 12&nbsp; Compaq diagnostics
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">/dev/hda2&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 597&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 21273&nbsp;&nbsp; 156318120&nbsp;&nbsp;&nbsp; 7&nbsp; HPFS/NTFS</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Disk /dev/hdb: 160.0 GB, 160041885696 bytes</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
255 heads, 63 sectors/track, 19457 cylinders</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Units = cylinders of 16065 * 512 = 8225280 bytes</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
/dev/hdb1&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 104391&nbsp;&nbsp; 83&nbsp; Linux</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">/dev/hdb2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 19457&nbsp;&nbsp; 156183930&nbsp;&nbsp; 8e&nbsp; Linux LVM
<br><br><span style="font-family: arial,sans-serif;">Is this possible? (i'm relatively new to linux)</span><br style="font-family: arial,sans-serif;"><br style="font-family: arial,sans-serif;"><span style="font-family: arial,sans-serif;">
Thanks.</span><br style="font-family: courier new,monospace;"></span><br>