get_e2uuid
Description:
[ Version ( deprecated = true , since = "1.0.15" ) ]
public string get_e2uuid (string device) throws Error
public string get_e2uuid (string device) throws Error
Warning: get_e2uuid is deprecated.
get the ext2/3/4 filesystem UUID
Note:
In new code, use vfs_uuid instead
This returns the ext2/3/4 filesystem UUID of the filesystem on device.
Parameters:
| this |
A GuestfsSession object |
Returns:
|
the returned string, or NULL on error |