tune2fs_l


Description:

[ Version ( since = "1.9.2" ) ]
public HashTable<string,string> tune2fs_l (string device) throws Error

get ext2/ext3/ext4 superblock details

This returns the contents of the ext2, ext3 or ext4 filesystem superblock on device.

It is the same as running "tune2fs -l device". See tune2fs(8) manpage for more details. The list of fields returned isn't clearly defined, and depends on both the version of tune2fs that libguestfs was built against, and the filesystem itself.

Parameters:

this

A GuestfsSession object

Returns:

a GHashTable of results, or NULL on error