{"id":1600,"date":"2023-03-10T09:01:44","date_gmt":"2023-03-10T09:01:44","guid":{"rendered":"https:\/\/ayospc.com\/?p=1600"},"modified":"2023-03-08T09:02:13","modified_gmt":"2023-03-08T09:02:13","slug":"linux-deleted-partition-recovery-tips-and-guide","status":"publish","type":"post","link":"https:\/\/ayospc.com\/en\/linux-deleted-partition-recovery-tips-and-guide\/","title":{"rendered":"Linux Deleted Partition Recovery Tips and Guide"},"content":{"rendered":"\n<p>Step-by-step guide on how to do Linux deleted partition recovery using bash commands:<\/p>\n\n\n\n<div class=\"wp-block-stackable-image stk-block-image stk-block stk-2238d64\" data-block-id=\"2238d64\"><style>.stk-2238d64 .stk-img-wrapper{width:62% !important;height:300px !important}<\/style><figure class=\"stk-img-wrapper stk-image--shape-stretch\"><img fetchpriority=\"high\" decoding=\"async\" class=\"stk-img wp-image-1604\" src=\"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/display-block-devices-in-bytes.png\" width=\"740\" height=\"478\" alt=\"lsblk command\" srcset=\"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/display-block-devices-in-bytes.png 740w, https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/display-block-devices-in-bytes-300x194.png 300w, https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/display-block-devices-in-bytes-18x12.png 18w\" sizes=\"(max-width: 740px) 100vw, 740px\" \/><\/figure><\/div>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Determine the device name The first step is to determine the name of the device that contained the deleted partition. You can use the &#8220;lsblk&#8221; command to list all available block devices on your system. The output will show the device name, size, and any partitions that are currently available.<\/li>\n\n\n\n<li>Create an image of the affected device Before attempting to recover the deleted partition, it&#8217;s a good idea to create an image of the affected device. This will ensure that you have a backup in case anything goes wrong during the recovery process. You can use the &#8220;dd&#8221; command to create an image of the device, like this:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted has-luminous-vivid-orange-color has-text-color\">javascript\n<code>sudo dd if=\/dev\/device-name of=image-file bs=512\n<\/code><\/pre>\n\n\n\n<p>Replace &#8220;device-name&#8221; with the name of the device you want to image, and &#8220;image-file&#8221; with the name of the file where you want to save the image.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Install testdisk TestDisk is a popular data recovery tool that can help you recover deleted partitions on Linux. You can install it using your package manager, like this:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted has-luminous-vivid-orange-color has-text-color\">csharp\n<code>sudo apt-get install testdisk\n<\/code><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Run TestDisk Once TestDisk is installed, you can run it using the following command:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted has-luminous-vivid-orange-color has-text-color\"><code>sudo testdisk\n<\/code><\/pre>\n\n\n\n<div class=\"wp-block-stackable-image stk-block-image stk-block stk-e3197d1\" data-block-id=\"e3197d1\"><style>.stk-e3197d1{margin-bottom:22px !important}.stk-e3197d1 .stk-img-wrapper{width:30% !important;height:218px !important}<\/style><figure class=\"stk-img-wrapper stk-image--shape-stretch\"><img decoding=\"async\" class=\"stk-img wp-image-1603\" src=\"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/TestDisk-logo.svg.png\" width=\"1200\" height=\"1163\" alt=\"TestDisk\" srcset=\"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/TestDisk-logo.svg.png 1200w, https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/TestDisk-logo.svg-300x291.png 300w, https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/TestDisk-logo.svg-1024x992.png 1024w, https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/TestDisk-logo.svg-768x744.png 768w, https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/TestDisk-logo.svg-12x12.png 12w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/figure><\/div>\n\n\n\n<p>This will launch the TestDisk utility. Follow the on-screen prompts to select the device you want to recover the partition from and choose the &#8220;Analyse&#8221; option.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\">\n<li>Search for lost partitions TestDisk will scan the device and attempt to locate any lost or deleted partitions. Once the scan is complete, select the partition you want to recover and choose the &#8220;Write&#8221; option to write the partition table to disk.<\/li>\n\n\n\n<li>Mount the partition If the partition was successfully recovered, you can try to mount it and access the data. First, create a mount point using the &#8220;mkdir&#8221; command:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted has-luminous-vivid-orange-color has-text-color\">bash\n<code>sudo mkdir \/mnt\/recovered-partition\n<\/code><\/pre>\n\n\n\n<p>Then, mount the partition using the &#8220;mount&#8221; command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-luminous-vivid-orange-color has-text-color\">bash\n<code>sudo mount \/dev\/device-name \/mnt\/recovered-partition\n<\/code><\/pre>\n\n\n\n<p class=\"has-luminous-vivid-amber-color has-text-color\">Replace &#8220;device-name&#8221; with the name of the recovered partition.<\/p>\n\n\n\n<div class=\"wp-block-stackable-spacer stk-block-spacer stk--no-padding stk-block stk-f55790a\" data-block-id=\"f55790a\"><\/div>\n\n\n\n<div class=\"wp-block-stackable-divider stk-block-divider stk-block stk-3e23102\" data-block-id=\"3e23102\"><style>.stk-3e23102 hr.stk-block-divider__hr{background:var(--theme-palette-color-5,#6cc1bb) !important}<\/style><hr class=\"stk-block-divider__hr\"\/><\/div>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Recover deleted partitions using Testdisk in Ubuntu #11\" width=\"1290\" height=\"726\" src=\"https:\/\/www.youtube.com\/embed\/EncqYP1ijFg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe>\n<\/div><figcaption class=\"wp-element-caption\"><strong><em>Recover deleted partitions using Testdisk<\/em><\/strong><\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion:<\/h3>\n\n\n\n<p>Linux Deleted partition recovery using bash commands can be a complicated process, but by following the steps outlined above and using tools like <a href=\"https:\/\/www.cgsecurity.org\/wiki\/TestDisk\" target=\"_blank\" rel=\"noreferrer noopener\">TestDisk<\/a>, you can increase your chances of successfully recovering your lost data. Remember to always create an image of the affected device before attempting any recovery operations, and be patient as the process can take some time.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Step-by-step guide on how to do Linux deleted partition recovery using bash commands: javascript sudo dd if=\/dev\/device-name of=image-file bs=512 Replace &#8220;device-name&#8221; with the name of the device you want to image, and &#8220;image-file&#8221; with the name of the file where you want to save the image. csharp sudo apt-get install testdisk sudo testdisk This will [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1602,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"footnotes":""},"categories":[100],"tags":[158,156],"class_list":["post-1600","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-recovery","tag-linux-commands","tag-linux-data-recovery"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Linux Deleted Partition Recovery Tips and Guide - ayospc<\/title>\n<meta name=\"description\" content=\"Recover deleted Linux partitions with ease using advanced data recovery software and powerful partition recovery tools.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ayospc.com\/en\/linux-deleted-partition-recovery-tips-and-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Linux Deleted Partition Recovery Tips and Guide - ayospc\" \/>\n<meta property=\"og:description\" content=\"Recover deleted Linux partitions with ease using advanced data recovery software and powerful partition recovery tools.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ayospc.com\/en\/linux-deleted-partition-recovery-tips-and-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"ayospc\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ayospcph\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ayospcph\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-10T09:01:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/Recover-Deleted-Partitions-on-Linux.png\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"artosien22\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"artosien22\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/\"},\"author\":{\"name\":\"artosien22\",\"@id\":\"https:\/\/ayospc.com\/#\/schema\/person\/76505d78b598667f882b783d2e3f2622\"},\"headline\":\"Linux Deleted Partition Recovery Tips and Guide\",\"datePublished\":\"2023-03-10T09:01:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/\"},\"wordCount\":384,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ayospc.com\/#\/schema\/person\/76505d78b598667f882b783d2e3f2622\"},\"image\":{\"@id\":\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/Recover-Deleted-Partitions-on-Linux.png\",\"keywords\":[\"linux commands\",\"linux data recovery\"],\"articleSection\":[\"Data Recovery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/\",\"url\":\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/\",\"name\":\"Linux Deleted Partition Recovery Tips and Guide - ayospc\",\"isPartOf\":{\"@id\":\"https:\/\/ayospc.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/Recover-Deleted-Partitions-on-Linux.png\",\"datePublished\":\"2023-03-10T09:01:44+00:00\",\"description\":\"Recover deleted Linux partitions with ease using advanced data recovery software and powerful partition recovery tools.\",\"breadcrumb\":{\"@id\":\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#primaryimage\",\"url\":\"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/Recover-Deleted-Partitions-on-Linux.png\",\"contentUrl\":\"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/Recover-Deleted-Partitions-on-Linux.png\",\"width\":500,\"height\":500,\"caption\":\"Recover Deleted Partitions on Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ayospc.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Linux Deleted Partition Recovery Tips and Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ayospc.com\/#website\",\"url\":\"https:\/\/ayospc.com\/\",\"name\":\"ayospc\",\"description\":\"&quot;Your go-to resource for computer repair and troubleshooting.&quot;\",\"publisher\":{\"@id\":\"https:\/\/ayospc.com\/#\/schema\/person\/76505d78b598667f882b783d2e3f2622\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ayospc.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/ayospc.com\/#\/schema\/person\/76505d78b598667f882b783d2e3f2622\",\"name\":\"artosien22\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ayospc.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/ayospc.com\/wp-content\/uploads\/2026\/03\/Untitled_design__1_-removebg-preview.png\",\"contentUrl\":\"https:\/\/ayospc.com\/wp-content\/uploads\/2026\/03\/Untitled_design__1_-removebg-preview.png\",\"width\":500,\"height\":500,\"caption\":\"artosien22\"},\"logo\":{\"@id\":\"https:\/\/ayospc.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/ayospc.com\",\"https:\/\/www.facebook.com\/ayospcph\"],\"url\":\"https:\/\/ayospc.com\/en\/author\/artosien22\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Linux Deleted Partition Recovery Tips and Guide - ayospc","description":"Recover deleted Linux partitions with ease using advanced data recovery software and powerful partition recovery tools.","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:\/\/ayospc.com\/en\/linux-deleted-partition-recovery-tips-and-guide\/","og_locale":"en_US","og_type":"article","og_title":"Linux Deleted Partition Recovery Tips and Guide - ayospc","og_description":"Recover deleted Linux partitions with ease using advanced data recovery software and powerful partition recovery tools.","og_url":"https:\/\/ayospc.com\/en\/linux-deleted-partition-recovery-tips-and-guide\/","og_site_name":"ayospc","article_publisher":"https:\/\/www.facebook.com\/ayospcph","article_author":"https:\/\/www.facebook.com\/ayospcph","article_published_time":"2023-03-10T09:01:44+00:00","og_image":[{"width":500,"height":500,"url":"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/Recover-Deleted-Partitions-on-Linux.png","type":"image\/png"}],"author":"artosien22","twitter_card":"summary_large_image","twitter_misc":{"Written by":"artosien22","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#article","isPartOf":{"@id":"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/"},"author":{"name":"artosien22","@id":"https:\/\/ayospc.com\/#\/schema\/person\/76505d78b598667f882b783d2e3f2622"},"headline":"Linux Deleted Partition Recovery Tips and Guide","datePublished":"2023-03-10T09:01:44+00:00","mainEntityOfPage":{"@id":"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/"},"wordCount":384,"commentCount":0,"publisher":{"@id":"https:\/\/ayospc.com\/#\/schema\/person\/76505d78b598667f882b783d2e3f2622"},"image":{"@id":"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/Recover-Deleted-Partitions-on-Linux.png","keywords":["linux commands","linux data recovery"],"articleSection":["Data Recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/","url":"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/","name":"Linux Deleted Partition Recovery Tips and Guide - ayospc","isPartOf":{"@id":"https:\/\/ayospc.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#primaryimage"},"image":{"@id":"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/Recover-Deleted-Partitions-on-Linux.png","datePublished":"2023-03-10T09:01:44+00:00","description":"Recover deleted Linux partitions with ease using advanced data recovery software and powerful partition recovery tools.","breadcrumb":{"@id":"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#primaryimage","url":"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/Recover-Deleted-Partitions-on-Linux.png","contentUrl":"https:\/\/ayospc.com\/wp-content\/uploads\/2023\/03\/Recover-Deleted-Partitions-on-Linux.png","width":500,"height":500,"caption":"Recover Deleted Partitions on Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/ayospc.com\/linux-deleted-partition-recovery-tips-and-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ayospc.com\/"},{"@type":"ListItem","position":2,"name":"Linux Deleted Partition Recovery Tips and Guide"}]},{"@type":"WebSite","@id":"https:\/\/ayospc.com\/#website","url":"https:\/\/ayospc.com\/","name":"ayospc","description":"&quot;Your go-to resource for computer repair and troubleshooting.&quot;","publisher":{"@id":"https:\/\/ayospc.com\/#\/schema\/person\/76505d78b598667f882b783d2e3f2622"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ayospc.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/ayospc.com\/#\/schema\/person\/76505d78b598667f882b783d2e3f2622","name":"artosien22","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ayospc.com\/#\/schema\/person\/image\/","url":"https:\/\/ayospc.com\/wp-content\/uploads\/2026\/03\/Untitled_design__1_-removebg-preview.png","contentUrl":"https:\/\/ayospc.com\/wp-content\/uploads\/2026\/03\/Untitled_design__1_-removebg-preview.png","width":500,"height":500,"caption":"artosien22"},"logo":{"@id":"https:\/\/ayospc.com\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/ayospc.com","https:\/\/www.facebook.com\/ayospcph"],"url":"https:\/\/ayospc.com\/en\/author\/artosien22\/"}]}},"_links":{"self":[{"href":"https:\/\/ayospc.com\/en\/wp-json\/wp\/v2\/posts\/1600","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ayospc.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ayospc.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ayospc.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ayospc.com\/en\/wp-json\/wp\/v2\/comments?post=1600"}],"version-history":[{"count":2,"href":"https:\/\/ayospc.com\/en\/wp-json\/wp\/v2\/posts\/1600\/revisions"}],"predecessor-version":[{"id":1605,"href":"https:\/\/ayospc.com\/en\/wp-json\/wp\/v2\/posts\/1600\/revisions\/1605"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ayospc.com\/en\/wp-json\/wp\/v2\/media\/1602"}],"wp:attachment":[{"href":"https:\/\/ayospc.com\/en\/wp-json\/wp\/v2\/media?parent=1600"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ayospc.com\/en\/wp-json\/wp\/v2\/categories?post=1600"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ayospc.com\/en\/wp-json\/wp\/v2\/tags?post=1600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}