{"id":7079,"date":"2019-05-04T17:18:54","date_gmt":"2019-05-04T14:18:54","guid":{"rendered":"http:\/\/unihost.com\/help\/?p=7079"},"modified":"2023-09-22T16:26:21","modified_gmt":"2023-09-22T13:26:21","slug":"how-to-set-up-a-software-raid","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/","title":{"rendered":"How to set up a software RAID"},"content":{"rendered":"<div>\n<div>\n<div>\n<div>\n<div>\u00a0<\/div>\n<\/div>\n<\/div>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\">\u00a0 \u00a0 \u00a0RAID 1 consists of an exact copy (or mirror) of a set of data on two or more disks. A classic RAID 1 mirrored pair contains two disks. The array will continue to operate so long as at least one member drive is operational.<\/span><\/p>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\"><a href=\"https:\/\/en.wikipedia.org\/wiki\/File:RAID_1.svg\" rel=\"nofollow nofollow noopener noreferrer\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/150px-RAID_1.svg.png\" srcset=\"\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/225px-RAID_1.svg.png 1.5x, \/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/300px-RAID_1.svg.png 2x\" alt=\"How to set up a software RAID - Image 1\" width=\"177\" height=\"273\" data-file-width=\"325\" data-file-height=\"500\" \/ title=\"How to set up a software RAID - Image 1\"><\/a><\/span><\/p>\n<\/div>\n<\/div>\n<p><!--more--><\/p>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\">To create a\u00a0 software RAID array can be used the <strong>mdadm<\/strong> utility<\/span><\/p>\n<h2 style=\"text-align: center;\"><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\">Install mdadm<\/span><\/h2>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\">Type the following command under\u00a0RHEL \/ CentOS \/ Fedora\u00a0Linux:<\/span><\/p>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\"><em># yum install mdadm<\/em><\/span><\/p>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\">Type the following command under Debian \/ Ubuntu Linux:<\/span><\/p>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\"><em># apt-get update &amp;&amp; apt-get install mdadm<\/em><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"><strong>Create the Array<\/strong><\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"><em>#\u00a0mdadm &#8211;create \/dev\/md0 &#8211;level=raid1 &#8211;raid-devices=2 \/dev\/sdb \/dev\/sdc\u00a0<\/em><\/span><\/p>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\">You can check that your RAID was made successfully by executing the \u00a0command<\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"><em># cat \/proc\/mdstat\u00a0<\/em><\/span><\/p>\n<p>\u00a0<\/p>\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\">Create and Mount the Filesystem<\/span><\/strong><\/p>\n<p>\u00a0<\/p>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\">Formatting a RAID drive using the MKFS command:<\/span><\/p>\n<p><em><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\"># mkfs.ext4 -F \/dev\/md0<\/span><\/em><\/p>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\">Create a new folder for the RAID to mount to with the mkdir command.<\/span><\/p>\n<p><em><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\"># mkdir -p \/mnt\/raid1<\/span><\/em><\/p>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\">Use the mount command and bind the RAID array to the new \/mnt\/raid1 folder.<\/span><\/p>\n<p><em><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\"># mount \/dev\/md0 \/mnt\/raid1<\/span><\/em><\/p>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\">Add the new filesystem mount options to the \/etc\/fstab file for automatic mounting at boot:<\/span><\/p>\n<p><em><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\"># echo &#8216;\/dev\/md0 \/mnt\/raid1 ext4 defaults,nofail,discard 0 0&#8217; | sudo tee -a \/etc\/fstab<\/span><\/em><\/p>\n<p><span style=\"font-size: 12pt; font-family: Ubuntu, sans-serif;\">Your RAID 1 array should now automatically be assembled and mounted each boot. If you need help with server administration, you can order the <a href=\"https:\/\/unihost.com\/en\/dedicated\/\">Server Administration<\/a> service from Unihost<\/span><\/p>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0 \u00a0 \u00a0 \u00a0RAID 1 consists of an exact copy (or mirror) of a set of data on two or more disks. A classic RAID 1 mirrored pair contains two disks. The array will continue to operate so long as at least one member drive is operational.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[158],"tags":[152,476],"class_list":["post-7079","post","type-post","status-publish","format-standard","hentry","category-dedicated-servers","tag-raid","tag-raid-create"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to set up a software RAID - Unihost.FAQ<\/title>\n<meta name=\"description\" content=\"A step by step tutorial, how to \u2714 Install mdadm \u2714 Create the Array \u2714 Create and Mount the Filesystem - Unihost.FAQ\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to set up a software RAID - Unihost.FAQ\" \/>\n<meta property=\"og:description\" content=\"A step by step tutorial, how to \u2714 Install mdadm \u2714 Create the Array \u2714 Create and Mount the Filesystem - Unihost.FAQ\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-04T14:18:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-22T13:26:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/150px-RAID_1.svg.png\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"How to set up a software RAID\",\"datePublished\":\"2019-05-04T14:18:54+00:00\",\"dateModified\":\"2023-09-22T13:26:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/\"},\"wordCount\":234,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/150px-RAID_1.svg.png\",\"keywords\":[\"RAID\",\"raid create\"],\"articleSection\":[\"02. Dedicated servers\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/\",\"url\":\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/\",\"name\":\"How to set up a software RAID - Unihost.FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/150px-RAID_1.svg.png\",\"datePublished\":\"2019-05-04T14:18:54+00:00\",\"dateModified\":\"2023-09-22T13:26:21+00:00\",\"description\":\"A step by step tutorial, how to \u2714 Install mdadm \u2714 Create the Array \u2714 Create and Mount the Filesystem - Unihost.FAQ\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#primaryimage\",\"url\":\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/150px-RAID_1.svg.png\",\"contentUrl\":\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/150px-RAID_1.svg.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to set up a software RAID\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/#website\",\"url\":\"https:\/\/unihost.com\/help\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to set up a software RAID - Unihost.FAQ","description":"A step by step tutorial, how to \u2714 Install mdadm \u2714 Create the Array \u2714 Create and Mount the Filesystem - Unihost.FAQ","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:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/","og_locale":"en_US","og_type":"article","og_title":"How to set up a software RAID - Unihost.FAQ","og_description":"A step by step tutorial, how to \u2714 Install mdadm \u2714 Create the Array \u2714 Create and Mount the Filesystem - Unihost.FAQ","og_url":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2019-05-04T14:18:54+00:00","article_modified_time":"2023-09-22T13:26:21+00:00","og_image":[{"url":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/150px-RAID_1.svg.png","type":"","width":"","height":""}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"How to set up a software RAID","datePublished":"2019-05-04T14:18:54+00:00","dateModified":"2023-09-22T13:26:21+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/"},"wordCount":234,"publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#primaryimage"},"thumbnailUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/150px-RAID_1.svg.png","keywords":["RAID","raid create"],"articleSection":["02. Dedicated servers"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/","url":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/","name":"How to set up a software RAID - Unihost.FAQ","isPartOf":{"@id":"https:\/\/unihost.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#primaryimage"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#primaryimage"},"thumbnailUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/150px-RAID_1.svg.png","datePublished":"2019-05-04T14:18:54+00:00","dateModified":"2023-09-22T13:26:21+00:00","description":"A step by step tutorial, how to \u2714 Install mdadm \u2714 Create the Array \u2714 Create and Mount the Filesystem - Unihost.FAQ","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#primaryimage","url":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/150px-RAID_1.svg.png","contentUrl":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b7\/RAID_1.svg\/150px-RAID_1.svg.png"},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/how-to-set-up-a-software-raid\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/"},{"@type":"ListItem","position":3,"name":"How to set up a software RAID"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/#website","url":"https:\/\/unihost.com\/help\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/7079","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/comments?post=7079"}],"version-history":[{"count":11,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/7079\/revisions"}],"predecessor-version":[{"id":16301,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/7079\/revisions\/16301"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/media?parent=7079"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/categories?post=7079"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/tags?post=7079"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}