logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zfs_ids_to_path — convert objset and object ids to names and paths

Description

       The  zfs_ids_to_path utility converts a provided objset and object ids into a path to the file they refer
       to.

       -v  Verbose.  Print the dataset name and the file path within the dataset  separately.   This  will  work
           correctly even if the dataset is not mounted.

Name

       zfs_ids_to_path — convert objset and object ids to names and paths

See Also

zdb(8), zfs(8)

OpenZFS                                          April 17, 2020                               ZFS_IDS_TO_PATH(8)

Synopsis

zfs_ids_to_path [-v] poolobjset-idobject-id

See Also