{"id":233,"date":"2011-09-15T07:24:41","date_gmt":"2011-09-15T12:24:41","guid":{"rendered":"https:\/\/www.bodhost.com\/blog\/?p=233"},"modified":"2026-02-26T13:59:07","modified_gmt":"2026-02-26T13:59:07","slug":"how-to-create-a-partition-on-a-linux-server","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/","title":{"rendered":"How To Create A Partition On A Linux Server?"},"content":{"rendered":"<p>If you want to create a new partition on a <a href=\"https:\/\/www.bodhost.com\/web-servers\/self-managed-vps-hosting\" target=\"_blank\" rel=\"noopener\">Linux server<\/a> then you have to follow the following steps :<\/p>\n<p>Login to your Linux server with root access which is provided by your hosting provider.<br \/>\nUse the following command to find out the total number of partitions which are already created on your Linux server.<\/p>\n<p>#fdisk -l<\/p>\n<p>After using the command you get the following details :<\/p>\n<p>Disk \/dev\/sda: 499.5 GB, 499558383616 bytes<br \/>\n255 heads, 63 sectors\/track, 60734 cylinders<br \/>\nUnits = cylinders of 16065 * 512 = 8225280 bytes<\/p>\n<p>Device Boot Start End Blocks Id System<br \/>\n\/dev\/sda1 * 1 653 5245191 83 Linux<br \/>\n\/dev\/sda2 654 3713 24579450 82 Linux swap \/ Solaris<br \/>\n\/dev\/sda3 3714 6324 20972857+ 83 Linux<br \/>\n\/dev\/sda4 6325 60734 437048325 5 Extended<br \/>\n\/dev\/sda5 6325 8935 20972826 83 Linux<\/p>\n<p>If you need a 1000MB partition then you follow the below steps :<\/p>\n<p>#fdisk \/dev\/sda<\/p>\n<p>Type n for new partition and specify the cylinder size as +1000M then<\/p>\n<p>Type p to find new partition<\/p>\n<p>Type w for save<\/p>\n<p>Then use the following command<\/p>\n<p>#partprobe<\/p>\n<p>After creating the partition you have to format that.<\/p>\n<p>#mke2fs -j \/dev\/sdaX<\/p>\n<p>The \u201cX\u201d indicate your created partition number.<\/p>\n<p>Create that particular directory where you wish to point your new partition.<\/p>\n<p>#mkdir -p \/new<\/p>\n<p>you have to point your new partition to that particular directory with the below command.<\/p>\n<p>#mount -t ext3 \/dev\/sdaX \/new<\/p>\n<p>If you want to save these setting permanently then utilize the below command.<\/p>\n<p>#vi \/etc\/fstab<\/p>\n<p>\/dev\/sdaX \/new ext3 defaults 0 0<\/p>\n<p>Save and quite the fstab file.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you want to create a new partition on a Linux server then you have to follow the following steps : Login to your Linux server with root access which&hellip;<\/p>\n<p><a href=\"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/\" class=\"more-link\">Read More<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[77],"class_list":["post-233","post","type-post","status-publish","format-standard","hentry","category-web-hosting","tag-linux-server"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Learn how to create a partition on your Linux server with this easy step-by-step guide. Manage storage efficiently and optimize your server performance.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Admin1\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bodHOST | Web Hosting - Tips &amp; Tricks\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Create a Partition on a Linux Server: Quick Guide\" \/>\n\t\t<meta property=\"og:description\" content=\"Learn how to create a partition on your Linux server with this easy step-by-step guide. Manage storage efficiently and optimize your server performance.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-09-15T12:24:41+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-02-26T13:59:07+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Create a Partition on a Linux Server: Quick Guide\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Learn how to create a partition on your Linux server with this easy step-by-step guide. Manage storage efficiently and optimize your server performance.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-create-a-partition-on-a-linux-server\\\/#article\",\"name\":\"How to Create a Partition on a Linux Server: Quick Guide\",\"headline\":\"How To Create A Partition On A Linux Server?\",\"author\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/admin1\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-Profile-Pic.png\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#articleImage\",\"width\":96,\"height\":96,\"caption\":\"bodHOST\"},\"datePublished\":\"2011-09-15T07:24:41+00:00\",\"dateModified\":\"2026-02-26T13:59:07+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-create-a-partition-on-a-linux-server\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-create-a-partition-on-a-linux-server\\\/#webpage\"},\"articleSection\":\"Web Hosting, Linux Server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-create-a-partition-on-a-linux-server\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/web-hosting\\\/#listItem\",\"name\":\"Web Hosting\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/web-hosting\\\/#listItem\",\"position\":2,\"name\":\"Web Hosting\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/web-hosting\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-create-a-partition-on-a-linux-server\\\/#listItem\",\"name\":\"How To Create A Partition On A Linux Server?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-create-a-partition-on-a-linux-server\\\/#listItem\",\"position\":3,\"name\":\"How To Create A Partition On A Linux Server?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/web-hosting\\\/#listItem\",\"name\":\"Web Hosting\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#organization\",\"name\":\"bodHOST\",\"description\":\"Web Hosting - Tips & Tricks\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-Profile-Pic.png\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-create-a-partition-on-a-linux-server\\\/#organizationLogo\",\"width\":96,\"height\":96,\"caption\":\"bodHOST\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-create-a-partition-on-a-linux-server\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/admin1\\\/#author\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/admin1\\\/\",\"name\":\"Admin1\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-create-a-partition-on-a-linux-server\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cd7e35fa8b64889a49e442de56b8ca06e2b3916e7deb2c547281a07b793043b6?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Admin1\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-create-a-partition-on-a-linux-server\\\/#webpage\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-create-a-partition-on-a-linux-server\\\/\",\"name\":\"How to Create a Partition on a Linux Server: Quick Guide\",\"description\":\"Learn how to create a partition on your Linux server with this easy step-by-step guide. Manage storage efficiently and optimize your server performance.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-create-a-partition-on-a-linux-server\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/admin1\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/admin1\\\/#author\"},\"datePublished\":\"2011-09-15T07:24:41+00:00\",\"dateModified\":\"2026-02-26T13:59:07+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/\",\"name\":\"bodHOST\",\"description\":\"Web Hosting - Tips & Tricks\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Create a Partition on a Linux Server: Quick Guide","description":"Learn how to create a partition on your Linux server with this easy step-by-step guide. Manage storage efficiently and optimize your server performance.","canonical_url":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/#article","name":"How to Create a Partition on a Linux Server: Quick Guide","headline":"How To Create A Partition On A Linux Server?","author":{"@id":"https:\/\/www.bodhost.com\/blog\/author\/admin1\/#author"},"publisher":{"@id":"https:\/\/www.bodhost.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png","@id":"https:\/\/www.bodhost.com\/blog\/#articleImage","width":96,"height":96,"caption":"bodHOST"},"datePublished":"2011-09-15T07:24:41+00:00","dateModified":"2026-02-26T13:59:07+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/#webpage"},"isPartOf":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/#webpage"},"articleSection":"Web Hosting, Linux Server"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.bodhost.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/category\/web-hosting\/#listItem","name":"Web Hosting"}},{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/category\/web-hosting\/#listItem","position":2,"name":"Web Hosting","item":"https:\/\/www.bodhost.com\/blog\/category\/web-hosting\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/#listItem","name":"How To Create A Partition On A Linux Server?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/#listItem","position":3,"name":"How To Create A Partition On A Linux Server?","previousItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/category\/web-hosting\/#listItem","name":"Web Hosting"}}]},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/blog\/#organization","name":"bodHOST","description":"Web Hosting - Tips & Tricks","url":"https:\/\/www.bodhost.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png","@id":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/#organizationLogo","width":96,"height":96,"caption":"bodHOST"},"image":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/blog\/author\/admin1\/#author","url":"https:\/\/www.bodhost.com\/blog\/author\/admin1\/","name":"Admin1","image":{"@type":"ImageObject","@id":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/cd7e35fa8b64889a49e442de56b8ca06e2b3916e7deb2c547281a07b793043b6?s=96&d=mm&r=g","width":96,"height":96,"caption":"Admin1"}},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/#webpage","url":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/","name":"How to Create a Partition on a Linux Server: Quick Guide","description":"Learn how to create a partition on your Linux server with this easy step-by-step guide. Manage storage efficiently and optimize your server performance.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.bodhost.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/#breadcrumblist"},"author":{"@id":"https:\/\/www.bodhost.com\/blog\/author\/admin1\/#author"},"creator":{"@id":"https:\/\/www.bodhost.com\/blog\/author\/admin1\/#author"},"datePublished":"2011-09-15T07:24:41+00:00","dateModified":"2026-02-26T13:59:07+00:00"},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/blog\/#website","url":"https:\/\/www.bodhost.com\/blog\/","name":"bodHOST","description":"Web Hosting - Tips & Tricks","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.bodhost.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"bodHOST | Web Hosting - Tips &amp; Tricks","og:type":"article","og:title":"How to Create a Partition on a Linux Server: Quick Guide","og:description":"Learn how to create a partition on your Linux server with this easy step-by-step guide. Manage storage efficiently and optimize your server performance.","og:url":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/","og:image":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png","og:image:secure_url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png","article:published_time":"2011-09-15T12:24:41+00:00","article:modified_time":"2026-02-26T13:59:07+00:00","twitter:card":"summary","twitter:title":"How to Create a Partition on a Linux Server: Quick Guide","twitter:description":"Learn how to create a partition on your Linux server with this easy step-by-step guide. Manage storage efficiently and optimize your server performance.","twitter:image":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png"},"aioseo_meta_data":{"post_id":"233","title":"How to Create a Partition on a Linux Server: Quick Guide","description":"Learn how to create a partition on your Linux server with this easy step-by-step guide. Manage storage efficiently and optimize your server performance.","keywords":null,"keyphrases":{"focus":{"keyphrase":"Linux Server","score":100,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":9,"maxScore":9,"error":0},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInURL":{"score":5,"maxScore":5,"error":0},"keyphraseInIntroduction":{"score":9,"maxScore":9,"error":0},"keyphraseInSubHeadings":[],"keyphraseInImageAlt":[],"keywordDensity":{"type":"best","score":9,"maxScore":9,"error":0}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-05-18 14:24:11","updated":"2026-02-27 09:29:40","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.bodhost.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.bodhost.com\/blog\/category\/web-hosting\/\" title=\"Web Hosting\">Web Hosting<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow To Create A Partition On A Linux Server?\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.bodhost.com\/blog"},{"label":"Web Hosting","link":"https:\/\/www.bodhost.com\/blog\/category\/web-hosting\/"},{"label":"How To Create A Partition On A Linux Server?","link":"https:\/\/www.bodhost.com\/blog\/how-to-create-a-partition-on-a-linux-server\/"}],"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts\/233","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/comments?post=233"}],"version-history":[{"count":11,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts\/233\/revisions"}],"predecessor-version":[{"id":5032,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts\/233\/revisions\/5032"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/media?parent=233"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/categories?post=233"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/tags?post=233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}