uuid
A uuid or universally unique identifier is used to identify objects which is 128bit long.
Older versions of Linux have a vol_id utility to display the uuid of a file system.(RHEL 5 puts vol_id
in /lib/udev/vol_id
, which is not in the $PATH
).
The utility is not available in standard installations of RHEL6 or Debian6.
1 | root@debian:~# vol_id --uuid /dev/sda1 |