{"id":253,"date":"2013-12-09T06:45:12","date_gmt":"2013-12-09T06:45:12","guid":{"rendered":"http:\/\/www.waters.to\/blog\/?p=253"},"modified":"2015-11-23T16:05:12","modified_gmt":"2015-11-23T16:05:12","slug":"resize-an-ide-drive-in-vmware-vsphere-using-linux","status":"publish","type":"post","link":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/","title":{"rendered":"Resize an IDE drive in VMWare VSphere using Linux"},"content":{"rendered":"<p>I needed to increase the size of a hard drive in a Windows XP VM on VMWare VSphere ESXi 5, but discovered that VSphere does not support resizing IDE drives.<\/p>\n<p>While it is possible to convert the drive to SCSI and then resize, that creates may render the drive un-bootable due to SCSI device drivers on XP.<\/p>\n<p>I discovered an easier way, assuming you have a Linux VM available:<\/p>\n<ol>\n<li>\nPrepare XP for resizing\n<\/li>\n<p>a) run chkdsk \/f and restart. This cleans up any minor disk corruption that may interfere with later steps.<br \/>\nb) Stop your VM, then edit your XP VM settings. Add a new, larger drive to your VM. Choose &#8220;IDE&#8221; in advanced options. (If the VM is not stopped, you won&#8217;t see IDE as a choice)<\/p>\n<li>Temporarily give the drives to the Linux VM<\/li>\n<p>a) With XP stopped, edit the Linux VM to add two new drives, using the EXISTING XP drive images.<br \/>\nb) As root on the linux box, run dmesg. You should see the new drives like this:<\/p>\n<p><code><br \/>\n[1087836.865331] vmw_pvscsi: msg: device added at scsi0:1:0<br \/>\n[1087836.867284] scsi 2:0:1:0: Direct-Access VMware Virtual disk 1.0 PQ: 0 ANSI: 2<br \/>\n[1087836.870663] sd 2:0:1:0: Attached scsi generic sg2 type 0<br \/>\n<strong><em>[1087836.870904] sd 2:0:1:0: [sdb] 33554432 512-byte logical blocks: (17.1 GB\/16.0 GiB)<\/em><\/strong><br \/>\n[1087885.031428] vmw_pvscsi: msg type: 0x0 - MSG RING: 6\/5 (5)<br \/>\n[1087885.031435] vmw_pvscsi: msg: device added at scsi0:2:0<br \/>\n[1087885.031612] scsi 2:0:2:0: Direct-Access VMware Virtual disk 1.0 PQ: 0 ANSI: 2<br \/>\n<strong><em>[1087885.031829] sd 2:0:2:0: [sdc] 16777216 512-byte logical blocks: (8.58 GB\/8.00 GiB)<\/em><\/strong><br \/>\n<\/code><\/p>\n<p>You can see here that sdb is the new 16 gig drive, and sdc is the 8 gig drive.<\/p>\n<li>Use linux to migrate data and repartition<\/li>\n<p>a) as root on the linux box, run:<br \/>\ndd if=\/dev\/sdX of=\/dev\/sdY &amp;<br \/>\nwhere X is the drive letter of your old drive, and Y is the drive letter of your new drive.<br \/>\n<strong>BE CAREFUL NOT TO CONFUSE DRIVE LETTERS<\/strong> or you <strong>WILL<\/strong> destroy your data.<\/p>\n<p>b) You can check your progress periodically via:<br \/>\n# pkill -USR1 dd<br \/>\n465913+0 records in<br \/>\n465913+0 records out<br \/>\n238547456 bytes (239 MB) copied, 6.09248 s, 39.2 MB\/s<\/p>\n<p>c) run gparted \/dev\/sdY to repartition your drive. Right-click resize, then click apply. (This step may fail if you skipped step 1a&#8230;)<\/p>\n<li>Finalize VM configuration<\/li>\n<p>a) Edit your Linux VM one last time, removing both XP drives<br \/>\nb) Edit your XP VM and remove the old drive. Make sure the new drive is listed in IDE slot 0:0<\/p>\n<li>Restart windows<\/li>\n<p>a) Power up your XP VM. Say yes when Windows prompts you to reboot due to system updates.<br \/>\nb) That&#8217;s it!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I needed to increase the size of a hard drive in a Windows XP VM on VMWare VSphere ESXi 5, but discovered that VSphere does not support resizing IDE drives. While it is possible to convert the drive to SCSI &hellip; <a href=\"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[22],"class_list":["post-253","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-vmware"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"I needed to increase the size of a hard drive in a Windows XP VM on VMWare VSphere ESXi 5, but discovered that VSphere does not support resizing IDE drives. While it is possible to convert the drive to SCSI and then resize, that creates may render the drive un-bootable due to SCSI device drivers\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"bwaters\"\/>\n\t<meta name=\"keywords\" content=\"vmware\" \/>\n\t<link rel=\"canonical\" href=\"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Bill Waters&#039; Blog\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Resize an IDE drive in VMWare VSphere using Linux | Bill Waters\" \/>\n\t\t<meta property=\"og:description\" content=\"I needed to increase the size of a hard drive in a Windows XP VM on VMWare VSphere ESXi 5, but discovered that VSphere does not support resizing IDE drives. While it is possible to convert the drive to SCSI and then resize, that creates may render the drive un-bootable due to SCSI device drivers\" \/>\n\t\t<meta property=\"og:url\" content=\"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2013-12-09T06:45:12+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2015-11-23T16:05:12+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Resize an IDE drive in VMWare VSphere using Linux | Bill Waters\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I needed to increase the size of a hard drive in a Windows XP VM on VMWare VSphere ESXi 5, but discovered that VSphere does not support resizing IDE drives. While it is possible to convert the drive to SCSI and then resize, that creates may render the drive un-bootable due to SCSI device drivers\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/resize-an-ide-drive-in-vmware-vsphere-using-linux\\\/#article\",\"name\":\"Resize an IDE drive in VMWare VSphere using Linux | Bill Waters\",\"headline\":\"Resize an IDE drive in VMWare VSphere using Linux\",\"author\":{\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/author\\\/bwaters\\\/#author\"},\"publisher\":{\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/#organization\"},\"datePublished\":\"2013-12-09T06:45:12+00:00\",\"dateModified\":\"2015-11-23T16:05:12+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/resize-an-ide-drive-in-vmware-vsphere-using-linux\\\/#webpage\"},\"isPartOf\":{\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/resize-an-ide-drive-in-vmware-vsphere-using-linux\\\/#webpage\"},\"articleSection\":\"Uncategorized, vmware\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/resize-an-ide-drive-in-vmware-vsphere-using-linux\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/www.waters.to\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"Uncategorized\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"position\":2,\"name\":\"Uncategorized\",\"item\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/category\\\/uncategorized\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/resize-an-ide-drive-in-vmware-vsphere-using-linux\\\/#listItem\",\"name\":\"Resize an IDE drive in VMWare VSphere using Linux\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/resize-an-ide-drive-in-vmware-vsphere-using-linux\\\/#listItem\",\"position\":3,\"name\":\"Resize an IDE drive in VMWare VSphere using Linux\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"Uncategorized\"}}]},{\"@type\":\"Organization\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/#organization\",\"name\":\"Bill Waters\",\"url\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/author\\\/bwaters\\\/#author\",\"url\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/author\\\/bwaters\\\/\",\"name\":\"bwaters\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/resize-an-ide-drive-in-vmware-vsphere-using-linux\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/94a3296b0820eb4688fc994e5578cea6155508503cd9e83faef2eb26dc1fea4e?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"bwaters\"}},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/resize-an-ide-drive-in-vmware-vsphere-using-linux\\\/#webpage\",\"url\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/resize-an-ide-drive-in-vmware-vsphere-using-linux\\\/\",\"name\":\"Resize an IDE drive in VMWare VSphere using Linux | Bill Waters\",\"description\":\"I needed to increase the size of a hard drive in a Windows XP VM on VMWare VSphere ESXi 5, but discovered that VSphere does not support resizing IDE drives. While it is possible to convert the drive to SCSI and then resize, that creates may render the drive un-bootable due to SCSI device drivers\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/resize-an-ide-drive-in-vmware-vsphere-using-linux\\\/#breadcrumblist\"},\"author\":{\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/author\\\/bwaters\\\/#author\"},\"creator\":{\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/author\\\/bwaters\\\/#author\"},\"datePublished\":\"2013-12-09T06:45:12+00:00\",\"dateModified\":\"2015-11-23T16:05:12+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/#website\",\"url\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/\",\"name\":\"Bill Waters\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"http:\\\/\\\/www.waters.to\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Resize an IDE drive in VMWare VSphere using Linux | Bill Waters","description":"I needed to increase the size of a hard drive in a Windows XP VM on VMWare VSphere ESXi 5, but discovered that VSphere does not support resizing IDE drives. While it is possible to convert the drive to SCSI and then resize, that creates may render the drive un-bootable due to SCSI device drivers","canonical_url":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/","robots":"max-image-preview:large","keywords":"vmware","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/#article","name":"Resize an IDE drive in VMWare VSphere using Linux | Bill Waters","headline":"Resize an IDE drive in VMWare VSphere using Linux","author":{"@id":"http:\/\/www.waters.to\/blog\/author\/bwaters\/#author"},"publisher":{"@id":"http:\/\/www.waters.to\/blog\/#organization"},"datePublished":"2013-12-09T06:45:12+00:00","dateModified":"2015-11-23T16:05:12+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/#webpage"},"isPartOf":{"@id":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/#webpage"},"articleSection":"Uncategorized, vmware"},{"@type":"BreadcrumbList","@id":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"http:\/\/www.waters.to\/blog#listItem","position":1,"name":"Home","item":"http:\/\/www.waters.to\/blog","nextItem":{"@type":"ListItem","@id":"http:\/\/www.waters.to\/blog\/category\/uncategorized\/#listItem","name":"Uncategorized"}},{"@type":"ListItem","@id":"http:\/\/www.waters.to\/blog\/category\/uncategorized\/#listItem","position":2,"name":"Uncategorized","item":"http:\/\/www.waters.to\/blog\/category\/uncategorized\/","nextItem":{"@type":"ListItem","@id":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/#listItem","name":"Resize an IDE drive in VMWare VSphere using Linux"},"previousItem":{"@type":"ListItem","@id":"http:\/\/www.waters.to\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/#listItem","position":3,"name":"Resize an IDE drive in VMWare VSphere using Linux","previousItem":{"@type":"ListItem","@id":"http:\/\/www.waters.to\/blog\/category\/uncategorized\/#listItem","name":"Uncategorized"}}]},{"@type":"Organization","@id":"http:\/\/www.waters.to\/blog\/#organization","name":"Bill Waters","url":"http:\/\/www.waters.to\/blog\/"},{"@type":"Person","@id":"http:\/\/www.waters.to\/blog\/author\/bwaters\/#author","url":"http:\/\/www.waters.to\/blog\/author\/bwaters\/","name":"bwaters","image":{"@type":"ImageObject","@id":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/94a3296b0820eb4688fc994e5578cea6155508503cd9e83faef2eb26dc1fea4e?s=96&d=mm&r=g","width":96,"height":96,"caption":"bwaters"}},{"@type":"WebPage","@id":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/#webpage","url":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/","name":"Resize an IDE drive in VMWare VSphere using Linux | Bill Waters","description":"I needed to increase the size of a hard drive in a Windows XP VM on VMWare VSphere ESXi 5, but discovered that VSphere does not support resizing IDE drives. While it is possible to convert the drive to SCSI and then resize, that creates may render the drive un-bootable due to SCSI device drivers","inLanguage":"en-US","isPartOf":{"@id":"http:\/\/www.waters.to\/blog\/#website"},"breadcrumb":{"@id":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/#breadcrumblist"},"author":{"@id":"http:\/\/www.waters.to\/blog\/author\/bwaters\/#author"},"creator":{"@id":"http:\/\/www.waters.to\/blog\/author\/bwaters\/#author"},"datePublished":"2013-12-09T06:45:12+00:00","dateModified":"2015-11-23T16:05:12+00:00"},{"@type":"WebSite","@id":"http:\/\/www.waters.to\/blog\/#website","url":"http:\/\/www.waters.to\/blog\/","name":"Bill Waters","inLanguage":"en-US","publisher":{"@id":"http:\/\/www.waters.to\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Bill Waters' Blog","og:type":"article","og:title":"Resize an IDE drive in VMWare VSphere using Linux | Bill Waters","og:description":"I needed to increase the size of a hard drive in a Windows XP VM on VMWare VSphere ESXi 5, but discovered that VSphere does not support resizing IDE drives. While it is possible to convert the drive to SCSI and then resize, that creates may render the drive un-bootable due to SCSI device drivers","og:url":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/","article:published_time":"2013-12-09T06:45:12+00:00","article:modified_time":"2015-11-23T16:05:12+00:00","twitter:card":"summary","twitter:title":"Resize an IDE drive in VMWare VSphere using Linux | Bill Waters","twitter:description":"I needed to increase the size of a hard drive in a Windows XP VM on VMWare VSphere ESXi 5, but discovered that VSphere does not support resizing IDE drives. While it is possible to convert the drive to SCSI and then resize, that creates may render the drive un-bootable due to SCSI device drivers"},"aioseo_meta_data":{"post_id":"253","title":null,"description":null,"keywords":null,"keyphrases":null,"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":null,"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":"","isEnabled":true},"graphs":[]},"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":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-02-03 20:26:44","updated":"2022-11-11 02:03:59","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/www.waters.to\/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=\"http:\/\/www.waters.to\/blog\/category\/uncategorized\/\" title=\"Uncategorized\">Uncategorized<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tResize an IDE drive in VMWare VSphere using Linux\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"http:\/\/www.waters.to\/blog"},{"label":"Uncategorized","link":"http:\/\/www.waters.to\/blog\/category\/uncategorized\/"},{"label":"Resize an IDE drive in VMWare VSphere using Linux","link":"http:\/\/www.waters.to\/blog\/resize-an-ide-drive-in-vmware-vsphere-using-linux\/"}],"_links":{"self":[{"href":"http:\/\/www.waters.to\/blog\/wp-json\/wp\/v2\/posts\/253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.waters.to\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.waters.to\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.waters.to\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.waters.to\/blog\/wp-json\/wp\/v2\/comments?post=253"}],"version-history":[{"count":9,"href":"http:\/\/www.waters.to\/blog\/wp-json\/wp\/v2\/posts\/253\/revisions"}],"predecessor-version":[{"id":326,"href":"http:\/\/www.waters.to\/blog\/wp-json\/wp\/v2\/posts\/253\/revisions\/326"}],"wp:attachment":[{"href":"http:\/\/www.waters.to\/blog\/wp-json\/wp\/v2\/media?parent=253"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.waters.to\/blog\/wp-json\/wp\/v2\/categories?post=253"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.waters.to\/blog\/wp-json\/wp\/v2\/tags?post=253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}