Partition UUID and Label

 * Change Label
 {{{
//ext2, ext3, ext4
# e2label <device> <label name>
//ocfs2
# tunefs.ocfs2 -L <label name> <device>

I/O Performance Test

Throughput

# dd if=/dev/zero of=/dev/sda2 bs=1G count=1 oflag=direct