<br><br>On Jan 25, 2008 11:07 AM, Steve Holdoway &lt;<a href="mailto:steve@greengecko.co.nz">steve@greengecko.co.nz</a>&gt; wrote:<br>&gt; <br>&gt; The new disk should then boot in your new server. This will allow you the freedom to resize any partitions with the &nbsp;wisdom of hindsight. If you want to change the number/location of paritions, then you&#39;ll need to reflect this in the new /etc/fstab.
<br>&gt; <br>&gt; The only thing I&#39;m not too sure about is the disk label stuff that ubuntu uses... whether you&#39;ll need new ones or not as I avoid them at the moment. Maybe someone who&#39;s suffered can comment.<br>
&gt; <br>&gt; <br>&gt; <br> The disk label (UUID) is mainly to keep track of individual flash disks etc, but it also lets you move your hard drives around on their cables/ports/etc and still have them magically mount. With the old way, the device names would change depending on where they were plugged in (/dev/sda,sdb etc)
<br><br>To get the UUID&#39;s of the new partitions in Ubuntu, just run &quot;sudo vol_id -u [device]&quot; where [device] is /dev/sda1 etc<br><br>Al<br>