Use one of these to determine drive UUID's.
vol_id /dev/sdc1
ls -l /dev/disk/by-uuid
blkid /dev/sda1
And use this to change the UUID change uuid of an ext3 partition
uuidgen
tune2fs /dev/hdaX -U numbergeneratedbyuuidgen
verification with
vol_id /dev/hdaX
Change uuid of an ext3 partition