{"id":3704,"date":"2022-12-20T17:19:49","date_gmt":"2022-12-20T20:19:49","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/blkid-man8\/"},"modified":"2022-12-20T17:19:49","modified_gmt":"2022-12-20T20:19:49","slug":"blkid-man8","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/blkid-man8\/","title":{"rendered":"BLKID (man8)"},"content":{"rendered":"<h1 align=\"center\">BLKID<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#SYNOPSIS\">SYNOPSIS<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#OPTIONS\">OPTIONS<\/a><br \/> <a href=\"#EXIT STATUS\">EXIT STATUS<\/a><br \/> <a href=\"#CONFIGURATION FILE\">CONFIGURATION FILE<\/a><br \/> <a href=\"#ENVIRONMENT\">ENVIRONMENT<\/a><br \/> <a href=\"#AUTHORS\">AUTHORS<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#AVAILABILITY\">AVAILABILITY<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">blkid \u2212 locate\/print block device attributes<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p style=\"margin-top: 1em\"><b>blkid<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\"><b>\u2212\u2212label<\/b> <i>label<\/i> | <b>\u2212\u2212uuid<\/b> <i>uuid<\/i><\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>blkid<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>[<b>\u2212\u2212no\u2212encoding \u2212\u2212garbage\u2212collect \u2212\u2212list\u2212one \u2212\u2212cache\u2212file<\/b> <i>file<\/i>] [<b>\u2212\u2212output<\/b> <i>format<\/i>] [<b>\u2212\u2212match\u2212tag<\/b> <i>tag<\/i>] [<b>\u2212\u2212match\u2212token<\/b> <i>NAME=value<\/i>] [<i>device<\/i> &#8230;]<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>blkid<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p><b>\u2212\u2212probe<\/b> [<b>\u2212\u2212offset<\/b> <i>offset<\/i>] [<b>\u2212\u2212output<\/b> <i>format<\/i>] [<b>\u2212\u2212size<\/b> <i>size<\/i>] [<b>\u2212\u2212match\u2212tag<\/b> <i>tag<\/i>] [<b>\u2212\u2212match\u2212types<\/b> <i>list<\/i>] [<b>\u2212\u2212usages<\/b> <i>list<\/i>] [<b>\u2212\u2212no\u2212part\u2212details<\/b>] <i>device<\/i> &#8230;<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>blkid<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p><b>\u2212\u2212info<\/b> [<b>\u2212\u2212output<\/b> <i>format<\/i>] [<b>\u2212\u2212match\u2212tag<\/b> <i>tag<\/i>] <i>device<\/i> &#8230;<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The <b>blkid<\/b> program is the command-line interface to working with the <b>libblkid<\/b>(3) library. It can determine the type of content (e.g., filesystem or swap) that a block device holds, and also the attributes (tokens, NAME=value pairs) from the content metadata (e.g., LABEL or UUID fields).<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>It is recommended to use lsblk<\/b>(8) <b>command to get information about block devices, or lsblk \u2212\u2212fs to get an overview of filesystems, or findmnt<\/b>(8) <b>to search in already mounted filesystems.<\/b><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>lsblk<\/b>(8) provides more information, better control on output formatting, easy to use in scripts and it does not require root permissions to get actual information. <b>blkid<\/b> reads information directly from devices and for non-root users it returns cached unverified information. <b>blkid<\/b> is mostly designed for system services and to test libblkid functionality.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">When <i>device<\/i> is specified, tokens from only this device are displayed. It is possible to specify multiple <i>device<\/i> arguments on the command line. If none is given, all partitions or unpartitioned devices which appear in <i>\/proc\/partitions<\/i> are shown, if they are recognized.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>blkid<\/b> has two main forms of operation: either searching for a device with a specific NAME=value pair, or displaying NAME=value pairs for one or more specified devices.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">For security reasons <b>blkid<\/b> silently ignores all devices where the probing result is ambivalent (multiple colliding filesystems are detected). The low-level probing mode (<b>\u2212p<\/b>) provides more information and extra exit status in this case. It\u2019s recommended to use <b>wipefs<\/b>(8) to get a detailed overview and to erase obsolete stuff (magic strings) from the device.<\/p>\n<h2>OPTIONS <a name=\"OPTIONS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The <i>size<\/i> and <i>offset<\/i> arguments may be followed by the multiplicative suffixes like KiB (=1024), MiB (=1024*1024), and so on for GiB, TiB, PiB, EiB, ZiB and YiB (the &#8220;iB&#8221; is optional, e.g., &#8220;K&#8221; has the same meaning as &#8220;KiB&#8221;), or the suffixes KB (=1000), MB (=1000*1000), and so on for GB, TB, PB, EB, ZB and YB. <b><br \/> \u2212c<\/b>, <b>\u2212\u2212cache\u2212file<\/b> <i>cachefile<\/i><\/p>\n<p style=\"margin-left:22%;\">Read from <i>cachefile<\/i> instead of reading from the default cache file (see the CONFIGURATION FILE section for more details). If you want to start with a clean cache (i.e., don\u2019t report devices previously scanned but not necessarily available at this time), specify <i>\/dev\/null<\/i>.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212d<\/b>, <b>\u2212\u2212no\u2212encoding<\/b><\/p>\n<p style=\"margin-left:22%;\">Don\u2019t encode non-printing characters. The non-printing characters are encoded by ^ and M- notation by default. Note that the <b>\u2212\u2212output udev<\/b> output format uses a different encoding which cannot be disabled.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212D<\/b>, <b>\u2212\u2212no\u2212part\u2212details<\/b><\/p>\n<p style=\"margin-left:22%;\">Don\u2019t print information (PART_ENTRY_* tags) from partition table in low-level probing mode.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212g<\/b>, <b>\u2212\u2212garbage\u2212collect<\/b><\/p>\n<p style=\"margin-left:22%;\">Perform a garbage collection pass on the blkid cache to remove devices which no longer exist.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212h<\/b>, <b>\u2212\u2212help<\/b><\/p>\n<p style=\"margin-left:22%;\">Display a usage message and exit.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212i<\/b>, <b>\u2212\u2212info<\/b><\/p>\n<p style=\"margin-left:22%;\">Display information about I\/O Limits (aka I\/O topology). The \u2019export\u2019 output format is automatically enabled. This option can be used together with the <b>\u2212\u2212probe<\/b> option.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212k<\/b>, <b>\u2212\u2212list\u2212filesystems<\/b><\/p>\n<p style=\"margin-left:22%;\">List all known filesystems and RAIDs and exit.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212l<\/b>, <b>\u2212\u2212list\u2212one<\/b><\/p>\n<p style=\"margin-left:22%;\">Look up only one device that matches the search parameter specified with the <b>\u2212\u2212match\u2212token<\/b> option. If there are multiple devices that match the specified search parameter, then the device with the highest priority is returned, and\/or the first device found at a given priority (but see below note about udev). Device types in order of decreasing priority are: Device Mapper, EVMS, LVM, MD, and finally regular block devices. If this option is not specified, <b>blkid<\/b> will print all of the devices that match the search parameter.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">This option forces <b>blkid<\/b> to use udev when used for LABEL or UUID tokens in <b>\u2212\u2212match\u2212token<\/b>. The goal is to provide output consistent with other utils (like mount, etc.) on systems where the same tag is used for multiple devices.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212L<\/b>, <b>\u2212\u2212label<\/b> <i>label<\/i><\/p>\n<p style=\"margin-left:22%;\">Look up the device that uses this filesystem <i>label<\/i>; this is equal to <b>\u2212\u2212list-one \u2212\u2212output device \u2212\u2212match-token LABEL=<\/b><i>label<\/i>. This lookup method is able to reliably use \/dev\/disk\/by-label udev symlinks (dependent on a setting in \/etc\/blkid.conf). Avoid using the symlinks directly; it is not reliable to use the symlinks without verification. The <b>-\u2212label<\/b> option works on systems with and without udev.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Unfortunately, the original <b>blkid<\/b>(8) from e2fsprogs uses the <b>\u2212L<\/b> option as a synonym for <b>\u2212o list<\/b>. For better portability, use <b>\u2212l \u2212o device \u2212t LABEL=<\/b><i>label<\/i> and <b>\u2212o list<\/b> in your scripts rather than the <b>\u2212L<\/b> option.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212n<\/b>, <b>\u2212\u2212match\u2212types<\/b> <i>list<\/i><\/p>\n<p style=\"margin-left:22%;\">Restrict the probing functions to the specified (comma-separated) <i>list<\/i> of superblock types (names). The list items may be prefixed with &#8220;no&#8221; to specify the types which should be ignored. For example:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">blkid \u2212\u2212probe \u2212\u2212match-types vfat,ext3,ext4 \/dev\/sda1<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">probes for vfat, ext3 and ext4 filesystems, and<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">blkid \u2212\u2212probe \u2212\u2212match-types nominix \/dev\/sda1<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">probes for all supported formats except minix filesystems. This option is only useful together with <b>\u2212\u2212probe<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212o<\/b>, <b>\u2212\u2212output<\/b> <i>format<\/i><\/p>\n<p style=\"margin-left:22%;\">Use the specified output format. Note that the order of variables and devices is not fixed. See also option <b>\u2212s<\/b>. The <i>format<\/i> parameter may be:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"7%\">\n<p><b>full<\/b><\/p>\n<\/td>\n<td width=\"3%\"><\/td>\n<td width=\"68%\">\n<p>print all tags (the default)<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"7%\">\n<p><b>value<\/b><\/p>\n<\/td>\n<td width=\"3%\"><\/td>\n<td width=\"68%\">\n<p>print the value of the tags<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"7%\">\n<p><b>list<\/b><\/p>\n<\/td>\n<td width=\"3%\"><\/td>\n<td width=\"68%\">\n<p>print the devices in a user-friendly format; this output format is unsupported for low-level probing (<b>\u2212\u2212probe<\/b> or <b>\u2212\u2212info<\/b>).<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:32%; margin-top: 1em\">This output format is <b>DEPRECATED<\/b> in favour of the <b>lsblk<\/b>(8) command.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p style=\"margin-top: 1em\"><b>device<\/b><\/p>\n<\/td>\n<td width=\"1%\"><\/td>\n<td width=\"68%\">\n<p style=\"margin-top: 1em\">print the device name only; this output format is always enabled for the <b>\u2212\u2212label<\/b> and <b>\u2212\u2212uuid<\/b> options<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p><b>udev<\/b><\/p>\n<\/td>\n<td width=\"1%\"><\/td>\n<td width=\"68%\">\n<p>print key=&#8221;value&#8221; pairs for easy import into the udev environment; the keys are prefixed by ID_FS_ or ID_PART_ prefixes. The value may be modified to be safe for udev environment; allowed is plain ASCII, hex-escaping and valid UTF-8, everything else (including whitespaces) is replaced with \u2019_\u2019. The keys with _ENC postfix use hex-escaping for unsafe chars.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:32%; margin-top: 1em\">The udev output returns the ID_FS_AMBIVALENT tag if more superblocks are detected, and ID_PART_ENTRY_* tags are always returned for all partitions including empty partitions.<\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">This output format is <b>DEPRECATED<\/b>.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p style=\"margin-top: 1em\"><b>export<\/b><\/p>\n<\/td>\n<td width=\"1%\"><\/td>\n<td width=\"68%\">\n<p style=\"margin-top: 1em\">print key=value pairs for easy import into the environment; this output format is automatically enabled when I\/O Limits (<b>\u2212\u2212info<\/b> option) are requested.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:32%; margin-top: 1em\">The non-printing characters are encoded by ^ and M- notation and all potentially unsafe characters are escaped.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212O<\/b>, <b>\u2212\u2212offset<\/b> <i>offset<\/i><\/p>\n<p style=\"margin-left:22%;\">Probe at the given <i>offset<\/i> (only useful with <b>\u2212\u2212probe<\/b>). This option can be used together with the <b>\u2212\u2212info<\/b> option.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212p<\/b>, <b>\u2212\u2212probe<\/b><\/p>\n<p style=\"margin-left:22%;\">Switch to low-level superblock probing mode (bypassing the cache).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Note that low-level probing also returns information about partition table type (PTTYPE tag) and partitions (PART_ENTRY_* tags). The tag names produced by low-level probing are based on names used internally by libblkid and it may be different than when executed without <b>\u2212\u2212probe<\/b> (for example PART_ENTRY_UUID= vs PARTUUID=). See also <b>\u2212\u2212no\u2212part\u2212details<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212s<\/b>, <b>\u2212\u2212match\u2212tag<\/b> <i>tag<\/i><\/p>\n<p style=\"margin-left:22%;\">For each (specified) device, show only the tags that match <i>tag<\/i>. It is possible to specify multiple <b>\u2212\u2212match\u2212tag<\/b> options. If no tag is specified, then all tokens are shown for all (specified) devices. In order to just refresh the cache without showing any tokens, use <b>\u2212\u2212match\u2212tag none<\/b> with no other options.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212S<\/b>, <b>\u2212\u2212size<\/b> <i>size<\/i><\/p>\n<p style=\"margin-left:22%;\">Override the size of device\/file (only useful with <b>\u2212\u2212probe<\/b>).<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212t<\/b>, <b>\u2212\u2212match\u2212token<\/b> <i>NAME=value<\/i><\/p>\n<p style=\"margin-left:22%;\">Search for block devices with tokens named <i>NAME<\/i> that have the value <i>value<\/i>, and display any devices which are found. Common values for <i>NAME<\/i> include <b>TYPE<\/b>, <b>LABEL<\/b>, and <b>UUID<\/b>. If there are no devices specified on the command line, all block devices will be searched; otherwise only the specified devices are searched.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212u<\/b>, <b>\u2212\u2212usages<\/b> <i>list<\/i><\/p>\n<p style=\"margin-left:22%;\">Restrict the probing functions to the specified (comma-separated) <i>list<\/i> of &#8220;usage&#8221; types. Supported usage types are: filesystem, raid, crypto and other. The list items may be prefixed with &#8220;no&#8221; to specify the usage types which should be ignored. For example:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">blkid \u2212\u2212probe \u2212\u2212usages filesystem,other \/dev\/sda1<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">probes for all filesystem and other (e.g., swap) formats, and<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">blkid \u2212\u2212probe \u2212\u2212usages noraid \/dev\/sda1<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">probes for all supported formats except RAIDs. This option is only useful together with <b>\u2212\u2212probe<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212U<\/b>, <b>\u2212\u2212uuid<\/b> <i>uuid<\/i><\/p>\n<p style=\"margin-left:22%;\">Look up the device that uses this filesystem <i>uuid<\/i>. For more details see the <b>\u2212\u2212label<\/b> option.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212V<\/b>, <b>\u2212\u2212version<\/b><\/p>\n<p style=\"margin-left:22%;\">Display version number and exit.<\/p>\n<h2>EXIT STATUS <a name=\"EXIT STATUS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">If the specified device or device addressed by specified token (option <b>\u2212\u2212match\u2212token<\/b>) was found and it\u2019s possible to gather any information about the device, an exit status 0 is returned. Note the option <b>\u2212\u2212match\u2212tag<\/b> filters output tags, but it does not affect exit status.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">If the specified token was not found, or no (specified) devices could be identified, or it is impossible to gather any information about the device identifiers or device content an exit status of 2 is returned.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">For usage or other errors, an exit status of 4 is returned.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">If an ambivalent probing result was detected by low-level probing mode (<b>\u2212p<\/b>), an exit status of 8 is returned.<\/p>\n<h2>CONFIGURATION FILE <a name=\"CONFIGURATION FILE\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The standard location of the <i>\/etc\/blkid.conf<\/i> config file can be overridden by the environment variable BLKID_CONF. The following options control the libblkid library: <i><br \/> SEND_UEVENT=<yes|not><\/i><\/p>\n<p style=\"margin-left:22%;\">Sends uevent when <i>\/dev\/disk\/by-{label,uuid,partuuid,partlabel}\/<\/i> symlink does not match with LABEL, UUID, PARTUUID or PARTLABEL on the device. Default is &#8220;yes&#8221;.<\/p>\n<p style=\"margin-left:11%;\"><i>CACHE_FILE=<path><\/i><\/p>\n<p style=\"margin-left:22%;\">Overrides the standard location of the cache file. This setting can be overridden by the environment variable BLKID_FILE. Default is <i>\/run\/blkid\/blkid.tab<\/i>, or <i>\/etc\/blkid.tab<\/i> on systems without a \/run directory.<\/p>\n<p style=\"margin-left:11%;\"><i>EVALUATE=<methods><\/i><\/p>\n<p style=\"margin-left:22%;\">Defines LABEL and UUID evaluation method(s). Currently, the libblkid library supports the &#8220;udev&#8221; and &#8220;scan&#8221; methods. More than one method may be specified in a comma-separated list. Default is &#8220;udev,scan&#8221;. The &#8220;udev&#8221; method uses udev <i>\/dev\/disk\/by-*<\/i> symlinks and the &#8220;scan&#8221; method scans all block devices from the <i>\/proc\/partitions<\/i> file.<\/p>\n<h2>ENVIRONMENT <a name=\"ENVIRONMENT\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Setting LIBBLKID_DEBUG=all enables debug output.<\/p>\n<h2>AUTHORS <a name=\"AUTHORS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>blkid<\/b> was written by Andreas Dilger for libblkid and improved by Theodore Ts\u2019o and Karel Zak.<\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>libblkid<\/b>(3), <b>findfs<\/b>(8), <b>lsblk<\/b>(8), <b>wipefs<\/b>(8)<\/p>\n<h2>AVAILABILITY <a name=\"AVAILABILITY\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The blkid command is part of the util-linux package and is available from https:\/\/www.kernel.org\/pub\/linux\/utils\/util-linux\/.<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  blkid \u2212 locate\/print block device attributes <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[5,52,815,4],"class_list":["post-3704","post","type-post","status-publish","format-standard","hentry","category-8-administracion-del-sistema","tag-5","tag-administracion","tag-blkid","tag-man8"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=3704"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3704\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=3704"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=3704"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=3704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}