Sorry I'm late...
From manual page:
blkid -> locate/print block device attributes
-o list -> print the devices in a user-friendly format
blkid -o list - I tried this on some kind of ditributions:
Slackware 13.37
Slackware 14.1
Fedora 14.0
Ubuntu 12.4
CentOS 6
These Linux distros gave me the same results:
root@bambusko:~# blkid -o list
device fs_type label mount point UUID
---------------------------------------------------------------------------------------------------------------------------
/dev/sda1 swap <swap> 2c418eb4-ad6c-44ee-8085-79dc77559d7e
/dev/sda5 ext4 / 199e1e41-6831-4b82-8fc3-8225c9d0d641
/dev/sda6 ext4 /home 2770a48f-2794-443e-8198-59551f5db98c
==============================================================
There is a one another solution how to correct this problem (my problem with hashtopus.exe 0.8.5 agent). Make link in /dev folder:
ln -s /dev/sda5 /dev/root (in my case)
Then blkid will give right results:
root@bambusko:~# blkid
/dev/sda1: UUID="2c418eb4-ad6c-44ee-8085-79dc77559d7e" TYPE="swap"
/dev/sda5: UUID="199e1e41-6831-4b82-8fc3-8225c9d0d641" TYPE="ext4"
/dev/sda6: UUID="2770a48f-2794-443e-8198-59551f5db98c" TYPE="ext4"
/dev/root: UUID="199e1e41-6831-4b82-8fc3-8225c9d0d641" TYPE="ext4"
From manual page:
blkid -> locate/print block device attributes
-o list -> print the devices in a user-friendly format
blkid -o list - I tried this on some kind of ditributions:
Slackware 13.37
Slackware 14.1
Fedora 14.0
Ubuntu 12.4
CentOS 6
These Linux distros gave me the same results:
root@bambusko:~# blkid -o list
device fs_type label mount point UUID
---------------------------------------------------------------------------------------------------------------------------
/dev/sda1 swap <swap> 2c418eb4-ad6c-44ee-8085-79dc77559d7e
/dev/sda5 ext4 / 199e1e41-6831-4b82-8fc3-8225c9d0d641
/dev/sda6 ext4 /home 2770a48f-2794-443e-8198-59551f5db98c
==============================================================
There is a one another solution how to correct this problem (my problem with hashtopus.exe 0.8.5 agent). Make link in /dev folder:
ln -s /dev/sda5 /dev/root (in my case)
Then blkid will give right results:
root@bambusko:~# blkid
/dev/sda1: UUID="2c418eb4-ad6c-44ee-8085-79dc77559d7e" TYPE="swap"
/dev/sda5: UUID="199e1e41-6831-4b82-8fc3-8225c9d0d641" TYPE="ext4"
/dev/sda6: UUID="2770a48f-2794-443e-8198-59551f5db98c" TYPE="ext4"
/dev/root: UUID="199e1e41-6831-4b82-8fc3-8225c9d0d641" TYPE="ext4"