I have currently a back and frontend running which I thought would be the main main myth box for a while. However I realised I bought a microATX case which meant I needed to reconfigure when I upgraded.<br><br>So it has meant I am going to build a new myth box. The thing is that I built the old one with a 8GB HD for the OS and a 250GB HD for the myth related files (eg video,music etc). Furthermore the 250GB was setup as a LVM in anticipation of adding more to this existing box. However it is woefully inadeqaute and the 250GB will have to move to the new box. So as it stands things look like this:<br>
<br>[root@localhost ~]# lvdisplay                                                                                        <br>  --- Logical volume ---<br>  LV Name                /dev/mythtv/lvol0<br>  VG Name                mythtv<br>
  LV UUID                zDY2Hg-bLHe-58c3-UsG5-e75c-fy2I-FUm1Yq<br>  LV Write Access        read/write<br>  LV Status              available<br>  # open                 2<br>  LV Size                230.52 GB<br>  Current LE             59012<br>
  Segments               1<br>  Allocation             inherit<br>  Read ahead sectors     auto<br>  - currently set to     256<br>  Block device           253:0<br><br>[root@localhost ~]# vgdisplay<br>  --- Volume group ---<br>
  VG Name               mythtv<br>  System ID<br>  Format                lvm2<br>  Metadata Areas        1<br>  Metadata Sequence No  2<br>  VG Access             read/write<br>  VG Status             resizable<br>  MAX LV                0<br>
  Cur LV                1<br>  Open LV               1<br>  Max PV                0<br>  Cur PV                1<br>  Act PV                1<br>  VG Size               230.52 GB<br>  PE Size               4.00 MB<br>  Total PE              59012<br>
  Alloc PE / Size       59012 / 230.52 GB<br>  Free  PE / Size       0 / 0<br>  VG UUID               1jd5kb-xnxU-yDck-LIct-UbDG-EZAS-7vhXoF<br><br>[root@localhost ~]# fdisk -l<br><br>Disk /dev/sda: 8621 MB, 8621850112 bytes<br>
240 heads, 63 sectors/track, 1113 cylinders<br>Units = cylinders of 15120 * 512 = 7741440 bytes<br>Disk identifier: 0x5d5e5d5e<br><br>   Device Boot      Start         End      Blocks   Id  System<br>/dev/sda1   *           1        1112     8406688+  83  Linux<br>
<br>Disk /dev/sdb: 250.0 GB, 250058268160 bytes<br>255 heads, 63 sectors/track, 30401 cylinders<br>Units = cylinders of 16065 * 512 = 8225280 bytes<br>Disk identifier: 0x000e6151<br><br>   Device Boot      Start         End      Blocks   Id  System<br>
/dev/sdb1           30281       30401      971932+  82  Linux swap / Solaris<br>/dev/sdb2   *           1       30092   241713958+  8e  Linux LVM<br>/dev/sdb3           30093       30280     1510110    5  Extended<br>/dev/sdb5           30093       30280     1510078+  82  Linux swap / Solaris<br>
<br>Partition table entries are not in disk order<br><br>[root@localhost ~]#<br><br>I am thinking I should be able to install the /dev/sdb HDD into the new computer, load LVM tools and have it pick up without issue? What are the pitfalls I should look out for? BTW I think it is formatted as ReiserFS.<br>