{"id":15770,"date":"2023-08-20T09:44:34","date_gmt":"2023-08-20T04:14:34","guid":{"rendered":"https:\/\/www.binarytides.com\/?p=15770"},"modified":"2023-08-20T09:44:34","modified_gmt":"2023-08-20T04:14:34","slug":"blkid-command-examples-in-linux","status":"publish","type":"post","link":"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/","title":{"rendered":"9 &#8220;blkid&#8221; command examples in Linux &#8211; View storage \/ block devices"},"content":{"rendered":"<p>This article explores the 'blkid' command, whose purpose is retrieving information about block devices, LABEL, UUID, file system type, etc. The useful command can help us to identify or troubleshoot issues related to block devices and their attributes.<\/p>\t\t<div class=\"display-ad-unit mobile-wide bsa\" style=\"background:#fff3f3; height:315px;\">\n\n<!-- BinaryTides_S2S_InContent_ROS_Pos1 -->\n<style>\n\t@media only screen and (min-width: 0px) and (min-height: 0px) {\n\t\tdiv[id^=\"bsa-zone_1611170977806-3_123456\"] {\n\t\t\tmin-width: 300px;\n\t\t\tmin-height: 250px;\n\t\t}\n\t}\n\t@media only screen and (min-width: 640px) and (min-height: 480px) {\n\t\tdiv[id^=\"bsa-zone_1611170977806-3_123456\"] {\n\t\t\tmin-width: 300px;\n\t\t\tmin-height: 250px;\n\t\t}\n\t}\n<\/style>\n<div id=\"bsa-zone_1611170977806-3_123456\"><\/div>\n\n\n<\/div>\n<!-- Time: 3.504753112793E-5, Pos: 259, Key: ad_unit_1 -->\n\n\n<h3>Installation<\/h3>\n<p>To use 'blkid' command, your Linux system needs to have the 'util-linux' package installed.<\/p>\n<pre class=\"terminal\" >blkid: command not found<\/pre>\n<p>In case 'blkid' command is not installed on your system yet, run the following commands based on your Linux distro:<\/p>\n<p><strong>On Debian\/Ubuntu<\/strong><\/p>\n<pre class=\"terminal\" >$sudo apt-get install util-linux<\/pre>\n<p><strong>On CentOS\/RedHat<\/strong><\/p>\n<pre class=\"terminal\" >$sudo yum install util-linux-ng<\/pre>\n<h3>Syntax<\/h3>\n<pre class=\"terminal\" >blkid [options] [device...]<\/pre>\n<h3>Options to customize its output<\/h3>\n<pre class=\"terminal\" >-c, --cache-file &lt;file&gt;    read from &lt;file&gt; instead of reading from the default\r\n-d, --no-encoding          don&#039;t encode non-printing characters\r\n-g, --garbage-collect      garbage collect the blkid cache\r\n-o, --output &lt;format&gt;      output format; can be one of:\r\n-k, --list-filesystems     list all known filesystems\/RAIDs and exit\r\n-s, --match-tag &lt;tag&gt;      show specified tag\r\n-t, --match-token &lt;token&gt;  find device with a specific token\r\n-l, --list-one             look up only first device with token specified by -t\r\n-L, --label &lt;label&gt;        convert LABEL to device name\r\n-U, --uuid &lt;uuid&gt;          convert UUID to device name\r\n-p, --probe                low-level superblocks probing\r\n-i, --info                 gather information about I\/O limits\r\n-H, --hint &lt;value&gt;         set hint for probing function\r\n-S, --size &lt;size&gt;          overwrite device size\r\n-O, --offset &lt;offset&gt;      probe at the given offset\r\n-u, --usages &lt;list&gt;        filter by &quot;usage&quot; \r\n-n, --match-types &lt;list&gt;   filter by filesystem type\r\n-D, --no-part-details      don&#039;t print info from partition table<\/pre>\n<h3>1. Display the attributes of all the block devices<\/h3>\n<p>By running <strong>'blkid'<\/strong> command only without any options, you will get all attributes of all block devices in your Linux system.<\/p>\n<pre class=\"terminal\" >$ blkid\r\n\/dev\/mapper\/vgubuntu-swap_1: UUID=&quot;9d3263eb-474e-4aea-a596-93a164093a9c&quot; TYPE=&quot;swap&quot;\r\n\/dev\/mapper\/vgubuntu-root: UUID=&quot;fd23872b-bbb8-4bb3-b7b9-425ed0ae0308&quot; BLOCK_SIZE=&quot;4096&quot; TYPE=&quot;ext4&quot;\r\n\/dev\/loop1: TYPE=&quot;squashfs&quot;\r\n\/dev\/sr0: BLOCK_SIZE=&quot;2048&quot; UUID=&quot;2022-08-10-16-21-45-00&quot; LABEL=&quot;Ubuntu 22.04.1 LTS amd64&quot; TYPE=&quot;iso9660&quot; PTTYPE=&quot;PMBR&quot;\r\n\/dev\/sda2: UUID=&quot;7C04-B053&quot; BLOCK_SIZE=&quot;512&quot; TYPE=&quot;vfat&quot; PARTUUID=&quot;27e3efb3-6f62-463d-85d6-ea15deae4711&quot;\r\n\/dev\/sda3: UUID=&quot;3uPfc3-rtSZ-FMbH-PKAo-E7p9-UmiN-53qoJT&quot; TYPE=&quot;LVM2_member&quot; PARTUUID=&quot;9d1ea21c-d934-434d-9061-f2f065ce7a12&quot;<\/pre>\n<p>Note: Sometimes you might have to run blkid with sudo (root privileges) to display all block devices. By default, it includes all the loop devices in the list on ubuntu based systems.<\/p>\t\t<div class=\"display-ad-unit mobile-wide bsa\" style=\"background:#fff3f3; height:315px;\">\n\n\n<!-- BinaryTides_S2S_InContent_ROS_Pos2 -->\n<style>\n\t@media only screen and (min-width: 0px) and (min-height: 0px) {\n\t\tdiv[id^=\"bsa-zone_1611334361252-4_123456\"] {\n\t\t\tmin-width: 300px;\n\t\t\tmin-height: 250px;\n\t\t}\n\t}\n\t@media only screen and (min-width: 640px) and (min-height: 480px) {\n\t\tdiv[id^=\"bsa-zone_1611334361252-4_123456\"] {\n\t\t\tmin-width: 300px;\n\t\t\tmin-height: 250px;\n\t\t}\n\t}\n<\/style>\n<div id=\"bsa-zone_1611334361252-4_123456\"><\/div>\n\n\n<\/div>\n<!-- Time: 3.0994415283203E-5, Pos: 3867, Key: ad_unit_2 -->\n\n\n<h3>2. View information of specific block device<\/h3>\n<p>To display attributes of only one block device, for example '\/dev\/sda1', run the following command:<\/p>\n<pre class=\"terminal\" >$ blkid \/dev\/sda2\r\n\/dev\/sda2: UUID=&quot;7C04-B053&quot; BLOCK_SIZE=&quot;512&quot; TYPE=&quot;vfat&quot; PARTUUID=&quot;27e3efb3-6f62-463d-85d6-ea15deae4711&quot;<\/pre>\n<p>You can also display all information of a specific device by combining the command with option <code>-p<\/code> and <code>'-o'<\/code> with format <strong>'udev'<\/strong> as the following command:<\/p>\n<pre class=\"terminal\" >$ sudo blkid -p -o udev \/dev\/sda2\r\nID_FS_UUID=7C04-B053\r\nID_FS_UUID_ENC=7C04-B053\r\nID_FS_VERSION=FAT32\r\nID_FS_BLOCK_SIZE=512\r\nID_FS_TYPE=vfat\r\nID_FS_USAGE=filesystem\r\nID_PART_ENTRY_SCHEME=gpt\r\nID_PART_ENTRY_UUID=27e3efb3-6f62-463d-85d6-ea15deae4711\r\nID_PART_ENTRY_TYPE=c12a7328-f81f-11d2-ba4b-00a0c93ec93b\r\nID_PART_ENTRY_NUMBER=2\r\nID_PART_ENTRY_OFFSET=4096\r\nID_PART_ENTRY_SIZE=1050624\r\nID_PART_ENTRY_DISK=8:0<\/pre>\n<h3>3. Display only UUIDs of block devices<\/h3>\n<p>With option <strong>'-s'<\/strong> or <strong>'--match-tag'<\/strong> with tag <strong>'UUID'<\/strong>, the command will display UUID information of devices as follows:<\/p>\n<pre class=\"terminal\" >$ blkid -s UUID\r\n\/dev\/mapper\/vgubuntu-swap_1: UUID=&quot;9d3263eb-474e-4aea-a596-93a164093a9c&quot;\r\n\/dev\/mapper\/vgubuntu-root: UUID=&quot;fd23872b-bbb8-4bb3-b7b9-425ed0ae0308&quot;\r\n\/dev\/sr0: UUID=&quot;2022-08-10-16-21-45-00&quot;\r\n\/dev\/sda2: UUID=&quot;7C04-B053&quot;\r\n\/dev\/sda3: UUID=&quot;3uPfc3-rtSZ-FMbH-PKAo-E7p9-UmiN-53qoJT&quot;<\/pre>\n<p>Additionally, you can combine blkid with option <code>-o<\/code> or <code>--output<\/code> to display only UUID value as this command:<\/p>\n<pre class=\"terminal\" >$ blkid -s UUID -o value\r\n9d3263eb-474e-4aea-a596-93a164093a9c\r\nfd23872b-bbb8-4bb3-b7b9-425ed0ae0308\r\n2022-08-10-16-21-45-00\r\n7C04-B053\r\n3uPfc3-rtSZ-FMbH-PKAo-E7p9-UmiN-53qoJT<\/pre>\n<h3>4. List all devices in a list format<\/h3>\n<p>Option <code>-o<\/code> also gives list output for readability format:<\/p>\n<pre class=\"terminal\" >$ blkid -o list\r\ndevice              fs_type   label      mount point             UUID\r\n-----------------------------------------------------------------------------------------------------\r\n\/dev\/mapper\/vgubuntu-swap_1\r\n                    swap                 [SWAP]                  9d3263eb-474e-4aea-a596-93a164093a9c\r\n\/dev\/mapper\/vgubuntu-root\r\n                    ext4                 \/                       fd23872b-bbb8-4bb3-b7b9-425ed0ae0308\r\n\/dev\/loop1          squashfs             \/snap\/firefox\/2987\r\n\/dev\/sr0            iso9660   Ubuntu 22.04.1 LTS amd64 (not mounted) 2022-08-10-16-21-45-00\r\n\/dev\/sda2                    vfat                     \/boot\/efi                        7C04-B053\r\n\/dev\/sda3                    LVM2_member              (not mounted)                    3uPfc3-rtSZ-FMbH-PKAo-E7p9-UmiN-53qoJT\/dev\/loop5                   squashfs                 \/snap\/core18\/2785\r\n\/dev\/sda1                                             (not mounted)<\/pre>\t\t<div class=\"display-ad-unit mobile-wide bsa\" style=\"background:#fff3f3; height:315px;\">\n<!-- BinaryTides_S2S_InContent_ROS_Pos3 -->\n<style>\n\t@media only screen and (min-width: 0px) and (min-height: 0px) {\n\t\tdiv[id^=\"bsa-zone_1672330111515-1_123456\"] {\n\t\t\tmin-width: 300px;\n\t\t\tmin-height: 250px;\n\t\t}\n\t}\n\t@media only screen and (min-width: 640px) and (min-height: 480px) {\n\t\tdiv[id^=\"bsa-zone_1672330111515-1_123456\"] {\n\t\t\tmin-width: 300px;\n\t\t\tmin-height: 250px;\n\t\t}\n\t}\n<\/style>\n<div id=\"bsa-zone_1672330111515-1_123456\"><\/div>\n<\/div>\n<!-- Time: 4.9114227294922E-5, Pos: 7521, Key: ad_unit_3 -->\n\n\n<h3>5. Display only specific filesystem type<\/h3>\n<p>You can use <code>-t<\/code> or <code>--match-token<\/code> option to output block devices having specific filesystem type by running the following command:<\/p>\n<pre class=\"terminal\" >$ blkid -t TYPE=ext4\r\n\/dev\/mapper\/vgubuntu-root: UUID=&quot;fd23872b-bbb8-4bb3-b7b9-425ed0ae0308&quot; BLOCK_SIZE=&quot;4096&quot; TYPE=&quot;ext4&quot;<\/pre>\n<h3>6. Display attributes for devices by specific labels<\/h3>\n<p>Option <strong>'-t'<\/strong> can also be used to retrieve which devices match with provided labels by running the below command:<\/p>\n<pre class=\"terminal\" >$ blkid -t LABEL=&quot;Ubuntu 22.04.1 LTS amd64&quot;\r\n\/dev\/sr0: BLOCK_SIZE=&quot;2048&quot; UUID=&quot;2022-08-10-16-21-45-00&quot; LABEL=&quot;Ubuntu 22.04.1 LTS amd64&quot; TYPE=&quot;iso9660&quot; PTTYPE=&quot;PMBR&quot;<\/pre>\n<h3>7. Display first device in the list of specified attribute<\/h3>\n<p>In case you need to output only the first device from the retrieved list of a specified attribute, option <code>-l<\/code> or <code>--list-one<\/code> can be combined with option <strong>'-t'<\/strong>, as shown in the following example:<\/p>\n<pre class=\"terminal\" >$ blkid -t TYPE=squashfs\r\n\/dev\/loop1: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop19: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop27: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop17: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop8: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop25: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop15: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop6: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop23: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop13: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop4: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop21: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop11: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop2: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop0: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop18: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop9: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop26: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop16: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop7: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop24: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop5: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop22: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop3: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop20: TYPE=&quot;squashfs&quot;\r\n\/dev\/loop10: TYPE=&quot;squashfs&quot;\r\njayce@Ubuntu-01:~$ blkid -t TYPE=squashfs -l\r\n\/dev\/loop1: TYPE=&quot;squashfs&quot;<\/pre>\n<h3>8. Display I\/O Limits of specific block devices<\/h3>\n<p>With option <strong>'-i'<\/strong> or <strong>'--info'<\/strong>, the command will give us output device's \"I\/O Limits\" to ensure they are using properly aligned and sized I\/O. <\/p>\n<pre class=\"terminal\" >$ sudo blkid -i \/dev\/sda1\r\n\/dev\/sda1: MINIMUM_IO_SIZE=&quot;512&quot; PHYSICAL_SECTOR_SIZE=&quot;512&quot; LOGICAL_SECTOR_SIZE=&quot;512&quot;<\/pre>\n<h3>9. Update device list<\/h3>\n<p>In some situations, new additional or removable devices have not been updated to device list. Run command with option <code>-g<\/code> or <code>--garbage-collect<\/code> to perform an update on device list:<\/p>\t\t<div class=\"display-ad-unit mobile-wide bsa\" style=\"background:#fff3f3; height:315px;\">\n\n<!-- BinaryTides_S2S_InContent_ROS_Pos4 -->\n<style>\n\t@media only screen and (min-width: 0px) and (min-height: 0px) {\n\t\tdiv[id^=\"bsa-zone_1672740659643-7_123456\"] {\n\t\t\tmin-width: 300px;\n\t\t\tmin-height: 250px;\n\t\t}\n\t}\n\t@media only screen and (min-width: 640px) and (min-height: 480px) {\n\t\tdiv[id^=\"bsa-zone_1672740659643-7_123456\"] {\n\t\t\tmin-width: 300px;\n\t\t\tmin-height: 250px;\n\t\t}\n\t}\n<\/style>\n<div id=\"bsa-zone_1672740659643-7_123456\"><\/div>\n\n<\/div>\n<!-- Time: 4.1961669921875E-5, Pos: 11098, Key: ad_unit_4 -->\n\n\n<pre class=\"terminal\" >$ blkid -g<\/pre>\n<h3>Conclusion<\/h3>\n<p>Along with 'lsblk' and 'fdisk', the command 'blkid' will make it easier to manage block storage devices in Linux. By practicing the examples mentioned in this article, you will become proficient in using the command.<\/p>\n\n<!-- SMARTADDR: No ad unit (ad_unit_5) was added at location: 14598. Content Length: 11983 -->","protected":false},"excerpt":{"rendered":"<p>This article explores the &#8216;blkid&#8217; command, whose purpose is retrieving information about block devices, LABEL, UUID, file system type, etc. The useful command can help us to identify or troubleshoot issues related to block devices and their attributes. Installation To use &#8216;blkid&#8217; command, your Linux system needs to have the &#8216;util-linux&#8217; package installed. blkid: command&#8230; <span class=\"read-more\"><a href=\"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":15958,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[865,853],"tags":[],"class_list":["post-15770","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hardware","category-server-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>9 &quot;blkid&quot; command examples in Linux - View storage \/ block devices - BinaryTides<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Silver Moon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/\",\"url\":\"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/\",\"name\":\"9 \\\"blkid\\\" command examples in Linux - View storage \/ block devices - BinaryTides\",\"isPartOf\":{\"@id\":\"https:\/\/www.binarytides.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.binarytides.com\/blog\/wp-content\/uploads\/2023\/09\/no-thumbnail.jpg\",\"datePublished\":\"2023-08-20T04:14:34+00:00\",\"author\":{\"@id\":\"https:\/\/www.binarytides.com\/#\/schema\/person\/ce24c6ddfa0368f9a08bcf46505884dd\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/#primaryimage\",\"url\":\"https:\/\/www.binarytides.com\/blog\/wp-content\/uploads\/2023\/09\/no-thumbnail.jpg\",\"contentUrl\":\"https:\/\/www.binarytides.com\/blog\/wp-content\/uploads\/2023\/09\/no-thumbnail.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.binarytides.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"9 &#8220;blkid&#8221; command examples in Linux &#8211; View storage \/ block devices\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.binarytides.com\/#website\",\"url\":\"https:\/\/www.binarytides.com\/\",\"name\":\"BinaryTides\",\"description\":\"News, Technology, Entertainment and more\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.binarytides.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.binarytides.com\/#\/schema\/person\/ce24c6ddfa0368f9a08bcf46505884dd\",\"name\":\"Silver Moon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.binarytides.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/67ac3d58b656585dc0201e900a67f4197eb0c3ef2d1f83dd8f95a0b497cd97da?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/67ac3d58b656585dc0201e900a67f4197eb0c3ef2d1f83dd8f95a0b497cd97da?s=96&r=g\",\"caption\":\"Silver Moon\"},\"description\":\"A Tech Enthusiast, Blogger, Linux Fan and a Software Developer. Writes about Computer hardware, Linux and Open Source software and coding in Python, Php and Javascript. He can be reached at binarytides@gmail.com.\",\"url\":\"https:\/\/www.binarytides.com\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"9 \"blkid\" command examples in Linux - View storage \/ block devices - BinaryTides","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/","twitter_misc":{"Written by":"Silver Moon","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/","url":"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/","name":"9 \"blkid\" command examples in Linux - View storage \/ block devices - BinaryTides","isPartOf":{"@id":"https:\/\/www.binarytides.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/#primaryimage"},"image":{"@id":"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/www.binarytides.com\/blog\/wp-content\/uploads\/2023\/09\/no-thumbnail.jpg","datePublished":"2023-08-20T04:14:34+00:00","author":{"@id":"https:\/\/www.binarytides.com\/#\/schema\/person\/ce24c6ddfa0368f9a08bcf46505884dd"},"breadcrumb":{"@id":"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/#primaryimage","url":"https:\/\/www.binarytides.com\/blog\/wp-content\/uploads\/2023\/09\/no-thumbnail.jpg","contentUrl":"https:\/\/www.binarytides.com\/blog\/wp-content\/uploads\/2023\/09\/no-thumbnail.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.binarytides.com\/blkid-command-examples-in-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.binarytides.com\/"},{"@type":"ListItem","position":2,"name":"9 &#8220;blkid&#8221; command examples in Linux &#8211; View storage \/ block devices"}]},{"@type":"WebSite","@id":"https:\/\/www.binarytides.com\/#website","url":"https:\/\/www.binarytides.com\/","name":"BinaryTides","description":"News, Technology, Entertainment and more","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.binarytides.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.binarytides.com\/#\/schema\/person\/ce24c6ddfa0368f9a08bcf46505884dd","name":"Silver Moon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.binarytides.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/67ac3d58b656585dc0201e900a67f4197eb0c3ef2d1f83dd8f95a0b497cd97da?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/67ac3d58b656585dc0201e900a67f4197eb0c3ef2d1f83dd8f95a0b497cd97da?s=96&r=g","caption":"Silver Moon"},"description":"A Tech Enthusiast, Blogger, Linux Fan and a Software Developer. Writes about Computer hardware, Linux and Open Source software and coding in Python, Php and Javascript. He can be reached at binarytides@gmail.com.","url":"https:\/\/www.binarytides.com\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.binarytides.com\/wp-json\/wp\/v2\/posts\/15770","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.binarytides.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.binarytides.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.binarytides.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.binarytides.com\/wp-json\/wp\/v2\/comments?post=15770"}],"version-history":[{"count":5,"href":"https:\/\/www.binarytides.com\/wp-json\/wp\/v2\/posts\/15770\/revisions"}],"predecessor-version":[{"id":15785,"href":"https:\/\/www.binarytides.com\/wp-json\/wp\/v2\/posts\/15770\/revisions\/15785"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.binarytides.com\/wp-json\/wp\/v2\/media\/15958"}],"wp:attachment":[{"href":"https:\/\/www.binarytides.com\/wp-json\/wp\/v2\/media?parent=15770"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.binarytides.com\/wp-json\/wp\/v2\/categories?post=15770"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.binarytides.com\/wp-json\/wp\/v2\/tags?post=15770"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}