{"id":1112,"date":"2021-06-05T17:20:43","date_gmt":"2021-06-05T17:20:43","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=1112"},"modified":"2026-05-15T03:05:57","modified_gmt":"2026-05-15T03:05:57","slug":"how-to-change-the-mount-point-of-a-disk-drive","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/","title":{"rendered":"How to change the mount point of a disk drive"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Changing the mount point of a disk drive allows you to use the drive from a different directory location on your server. This is commonly done when adding additional storage for hosting accounts or application data.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Root or SSH access to the server<\/li>\n\n\n\n<li>An additional disk is attached to the server<\/li>\n\n\n\n<li>Basic knowledge of Linux file systems and mount points<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Implementation<\/h2>\n\n\n\n<p>Please follow the steps below to change the mount point of your drive to another location.<\/p>\n\n\n\n<p>First, identify the newly added drive on the server using the following command:<\/p>\n\n\n\n<p>df<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"731\" height=\"191\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-45-34.png\" alt=\"\" class=\"wp-image-1113\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-45-34.png 731w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-45-34-300x78.png 300w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-45-34-150x39.png 150w\" sizes=\"auto, (max-width: 731px) 100vw, 731px\" \/><\/figure>\n\n\n\n<p>From the output, identify the new disk attached to the server.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<p>\/dev\/sdb \u2192 mounted at \/mnt\/VOLUME_123456<\/p>\n\n\n\n<p>In this example, the drive \/dev\/sdb is currently mounted at \/mnt\/VOLUME_123456. Suppose you want to change the mount point to \/home2 so it can be used for cPanel accounts.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Unmount the existing drive<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"268\" height=\"42\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-46-54.png\" alt=\"\" class=\"wp-image-1114\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-46-54.png 268w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-46-54-150x24.png 150w\" sizes=\"auto, (max-width: 268px) 100vw, 268px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Create the new mount-point directory<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"189\" height=\"39\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-48-23.png\" alt=\"\" class=\"wp-image-1115\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-48-23.png 189w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-48-23-150x31.png 150w\" sizes=\"auto, (max-width: 189px) 100vw, 189px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Mount the drive to the new location<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"226\" height=\"30\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-49-05.png\" alt=\"\" class=\"wp-image-1116\" style=\"width:226px;height:auto\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-49-05.png 226w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-49-05-150x20.png 150w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-49-05-220x30.png 220w\" sizes=\"auto, (max-width: 226px) 100vw, 226px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Verify the new mount point<\/h3>\n\n\n\n<p>Run the following command again to confirm that the mount point has been changed successfully:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"241\" height=\"22\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/image.png\" alt=\"\" class=\"wp-image-3598\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/image.png 241w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/image-150x14.png 150w\" sizes=\"auto, (max-width: 241px) 100vw, 241px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Make the mount permanent<\/h3>\n\n\n\n<p>To ensure the drive is automatically mounted after every reboot, add the appropriate entry to the \/etc\/fstab file.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>By changing the mount point of the disk drive, you can efficiently utilize additional storage on your Linux server for hosting accounts, backups, or application data.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Changing the mount point of a disk drive allows you to use the drive from a different directory location on your server. This is commonly done when adding additional storage for hosting accounts or application data. Prerequisites Implementation Please follow the steps below to change the mount point of your drive to another location. ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3,33],"tags":[107,109,110,108,8],"class_list":["post-1112","post","type-post","status-publish","format-standard","hentry","category-dedicated-hosting","category-whm","tag-change-the-mount-point-of-a-disk-drive","tag-disk","tag-drive","tag-mount","tag-whm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to change the mount point of a disk drive - PheonixSolutions Knowledge-Base<\/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:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to change the mount point of a disk drive - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introduction Changing the mount point of a disk drive allows you to use the drive from a different directory location on your server. This is commonly done when adding additional storage for hosting accounts or application data. Prerequisites Implementation Please follow the steps below to change the mount point of your drive to another location. ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-05T17:20:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-15T03:05:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-45-34.png\" \/>\n\t<meta property=\"og:image:width\" content=\"731\" \/>\n\t<meta property=\"og:image:height\" content=\"191\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"knowledge-base\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"knowledge-base\" \/>\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\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/\"},\"author\":{\"name\":\"knowledge-base\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/24ddfd756e23cf1ce3c8e5f0fb309e6b\"},\"headline\":\"How to change the mount point of a disk drive\",\"datePublished\":\"2021-06-05T17:20:43+00:00\",\"dateModified\":\"2026-05-15T03:05:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/\"},\"wordCount\":243,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/Screenshot-from-2021-06-05-22-45-34.png\",\"keywords\":[\"change the mount point of a disk drive\",\"disk\",\"drive\",\"mount\",\"WHM\"],\"articleSection\":[\"Dedicated Hosting\",\"WHM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/\",\"name\":\"How to change the mount point of a disk drive - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/Screenshot-from-2021-06-05-22-45-34.png\",\"datePublished\":\"2021-06-05T17:20:43+00:00\",\"dateModified\":\"2026-05-15T03:05:57+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/24ddfd756e23cf1ce3c8e5f0fb309e6b\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/Screenshot-from-2021-06-05-22-45-34.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/Screenshot-from-2021-06-05-22-45-34.png\",\"width\":731,\"height\":191},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2021\\\/06\\\/05\\\/how-to-change-the-mount-point-of-a-disk-drive\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to change the mount point of a disk drive\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\",\"name\":\"PheonixSolutions Knowledge-Base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/24ddfd756e23cf1ce3c8e5f0fb309e6b\",\"name\":\"knowledge-base\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g\",\"caption\":\"knowledge-base\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/knowledge-base\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to change the mount point of a disk drive - PheonixSolutions Knowledge-Base","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:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/","og_locale":"en_US","og_type":"article","og_title":"How to change the mount point of a disk drive - PheonixSolutions Knowledge-Base","og_description":"Introduction Changing the mount point of a disk drive allows you to use the drive from a different directory location on your server. This is commonly done when adding additional storage for hosting accounts or application data. Prerequisites Implementation Please follow the steps below to change the mount point of your drive to another location. ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2021-06-05T17:20:43+00:00","article_modified_time":"2026-05-15T03:05:57+00:00","og_image":[{"width":731,"height":191,"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-45-34.png","type":"image\/png"}],"author":"knowledge-base","twitter_card":"summary_large_image","twitter_misc":{"Written by":"knowledge-base","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/"},"author":{"name":"knowledge-base","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/24ddfd756e23cf1ce3c8e5f0fb309e6b"},"headline":"How to change the mount point of a disk drive","datePublished":"2021-06-05T17:20:43+00:00","dateModified":"2026-05-15T03:05:57+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/"},"wordCount":243,"commentCount":0,"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-45-34.png","keywords":["change the mount point of a disk drive","disk","drive","mount","WHM"],"articleSection":["Dedicated Hosting","WHM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/","name":"How to change the mount point of a disk drive - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-45-34.png","datePublished":"2021-06-05T17:20:43+00:00","dateModified":"2026-05-15T03:05:57+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/24ddfd756e23cf1ce3c8e5f0fb309e6b"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/#primaryimage","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-45-34.png","contentUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2021\/06\/Screenshot-from-2021-06-05-22-45-34.png","width":731,"height":191},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2021\/06\/05\/how-to-change-the-mount-point-of-a-disk-drive\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to change the mount point of a disk drive"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/","name":"PheonixSolutions Knowledge-Base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/24ddfd756e23cf1ce3c8e5f0fb309e6b","name":"knowledge-base","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g","caption":"knowledge-base"},"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/knowledge-base\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=1112"}],"version-history":[{"count":2,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1112\/revisions"}],"predecessor-version":[{"id":3599,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1112\/revisions\/3599"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=1112"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=1112"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=1112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}