{"id":653,"date":"2025-05-26T00:00:58","date_gmt":"2025-05-26T00:00:58","guid":{"rendered":"https:\/\/www.systools.in\/blog\/?p=653"},"modified":"2025-05-26T12:47:54","modified_gmt":"2025-05-26T12:47:54","slug":"showing-error-while-formatting-external-hard-drive","status":"publish","type":"post","link":"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/","title":{"rendered":"Showing \u201cError While Formatting External Hard Drive\u201d? Here\u2019s a Simple Guide to Fix It"},"content":{"rendered":"<p style=\"text-align: justify;\">Formatting an external hard drive should be a smooth process. You plug it in, choose the file system you want, click \u201cStart,\u201d and voil\u00e0 your drive is ready to go. But what happens when you get an error message instead? It can be frustrating and confusing, especially if you have important data or you just bought the drive. In this post, we\u2019ll break down why formatting errors happen, and walk you through easy, step-by-step solutions to get your drive working again.<a href=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2017\/06\/hard-disk-is-not-formatting-error.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-674\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2017\/06\/hard-disk-is-not-formatting-error.jpg\" alt=\"showing error while formatting external hard drive\" width=\"361\" height=\"218\" \/><\/a><\/p>\n<blockquote><p>If you&#8217;re also looking for a solution, click here: <a href=\"https:\/\/www.systools.in\/blog\/external-hard-drive-not-ejected-properly\/\" target=\"_blank\" rel=\"noopener\"><strong>External Hard Drive Not Ejected Properly<\/strong><\/a>.<\/p><\/blockquote>\n<h2>Why Formatting Errors Occur?<\/h2>\n<p style=\"text-align: justify;\">Before going into fixes, it is helpful to know what might be causing the problems. Here are the most usual culprits:<\/p>\n<ul>\n<li><strong>Disk Errors &amp; Bad Sectors <\/strong>:\u00a0Over time, parts of a hard drive can become damaged or unreadable (\u201cbad sectors\u201d). If the formatting program clicks these spots, it can fail.<\/li>\n<li><strong>Write Protection:<\/strong>\u00a0Some drives (or their cases) have a physical switch or firmware setting that prevents any changes, including formatting.<\/li>\n<li><strong>Corrupted File System<\/strong>:\u00a0If the drive was improperly disconnected or experienced a power loss, the file system might be corrupted and refuse to reformat cleanly.<\/li>\n<li><strong>Insufficient Permissions<\/strong>:\u00a0On Windows, you might need administrator rights. On mac OS, you might need to unlock deeper system permissions.<\/li>\n<li><strong>Driver or Software Conflicts<\/strong>: Outdated or missing USB controller drivers on your computer can interfere. Third-party disk-management tools could also clash.<\/li>\n<li><strong>Virus or Malware:<\/strong> Malicious software can lock or corrupt drives, blocking formatting.<\/li>\n<\/ul>\n<h2>1. First Aid: Basic Checks<\/h2>\n<p style=\"text-align: justify;\">Before you get technical, run through this quick checklist:<\/p>\n<ul>\n<li><strong>Change USB<\/strong> Port &amp; Cable<\/li>\n<\/ul>\n<p>Use a <strong>dissimilar<\/strong> <strong>USB port<\/strong> or a new cable. A defective connection can trigger errors.<\/p>\n<ul>\n<li><strong>Restart<\/strong> Your <strong>Computer<\/strong><\/li>\n<\/ul>\n<p>A fresh reboot clears many temporary glitches.<\/p>\n<ul>\n<li><strong>Try Another Computer<\/strong><\/li>\n<\/ul>\n<p>If possible, see if another PC or Mac can format the drive. That helps you know if the problem is the drive or your computer.<\/p>\n<ul>\n<li><strong>Check for Physical Write Protection<\/strong><\/li>\n<\/ul>\n<p style=\"text-align: justify;\">Look for a tiny switch on the drive\u2019s case. If it\u2019s \u201c<strong>locked<\/strong>,\u201d <strong>flip<\/strong> it to \u201cunlock.\u201d<\/p>\n<h3>2. Windows Solutions<\/h3>\n<p>If you are on Windows 10 and 11, follow below steps:<\/p>\n<p><strong>Open<\/strong> Disk Management<\/p>\n<ul>\n<li><strong>Right-select<\/strong> the <strong>Start<\/strong> ?<strong>Hit<\/strong> on the <strong>Disk<\/strong> <strong>Management<\/strong>.<\/li>\n<\/ul>\n<p><strong>Locate<\/strong> Your <strong>Drive<\/strong><\/p>\n<ul>\n<li><strong>Find<\/strong> the <strong>external drive<\/strong> in the bottom pane. Be careful not to select your system drive!<\/li>\n<\/ul>\n<p><strong>Delete<\/strong> Existing Volume (if present)<\/p>\n<ul>\n<li><strong>Right-hit<\/strong> the <strong>partitions<\/strong> on the drive ? <strong>Delete<\/strong> or remove <strong>Volume<\/strong>.<\/li>\n<\/ul>\n<p><strong>Create<\/strong> New <strong>Simple<\/strong> Volume<\/p>\n<ul>\n<li><strong>Right-click<\/strong> the <strong>unallocated space<\/strong> ? New <strong>Simple Volume<\/strong>. Follow the wizard to choose a drive letter and file system (<strong>NTFS<\/strong> for <strong>Windows-only<\/strong>, exFAT for cross-platform).<\/li>\n<\/ul>\n<p>If you still get an error, move on to the Command Prompt method.<\/p>\n<h3>3. Format via DiskPart<\/h3>\n<ul>\n<li>Open <strong>Command<\/strong> <strong>Prompt<\/strong> as Administrator<\/li>\n<li><strong>Search<\/strong> the <strong>CMD<\/strong>, hit the Command Prompt ? <strong>Run as administrator<\/strong>.<\/li>\n<\/ul>\n<ol>\n<li>Launch DiskPart<\/li>\n<li>List Disks<\/li>\n<\/ol>\n<ul>\n<li>Note the number of your external drive (e.g., Disk 2).<\/li>\n<\/ul>\n<ol>\n<li>Select Your Disk<\/li>\n<li>Clean the Drive<\/li>\n<\/ol>\n<p><strong>Warning<\/strong>: This erases everything.<\/p>\n<ul>\n<li><strong>Create<\/strong> a <strong>Partition<\/strong><\/li>\n<li>Format the Partition<\/li>\n<\/ul>\n<blockquote><p>Or fs=ntfs quick if you only need Windows compatibility.<\/p><\/blockquote>\n<ul>\n<li><strong>Assign<\/strong> a Drive Letter.<\/li>\n<li>Exit DiskPart.<\/li>\n<\/ul>\n<p>If errors persist, it might be a hardware issue or bad sectors. See Section 5 below.<\/p>\n<h3>4. Windows: Check Disk Tool<\/h3>\n<ul>\n<li>Open <strong>Command Prompt<\/strong> as Admin.<\/li>\n<\/ul>\n<ol>\n<li>Run <strong>chkdsk<\/strong><\/li>\n<li>chkdsk <strong>F: \/f \/r \/x<\/strong><\/li>\n<\/ol>\n<ul>\n<li>Replace F: with your drive letter.<\/li>\n<\/ul>\n<blockquote><p><strong>\/f fixes errors, \/r locates bad sectors, \/x forces dismount.<\/strong><\/p><\/blockquote>\n<ul>\n<li><strong>Wait<\/strong> for the process to <strong>finish<\/strong> (it may take a while on large drives).<\/li>\n<li><strong>Retry<\/strong> Formatting via Disk Management or <strong>DiskPart<\/strong>.<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">If low-level disk errors or bad sectors are to blame, you can scan and repair them:<\/p>\n<h2 id=\"i1\">Formatting Fails or Showing Error While Formatting External Hard Drive: Fix Issue<\/h2>\n<p style=\"text-align: justify;\">&#8220;For the last few days, I have been facing an issue while formatting a hard disk in Windows. The situation is that I want to do a clean and successful installation of Windows 7 on my laptop. But, whenever I tried to format the hard disk, I received an error: &#8220;Windows could not format a partition on the disk. This is the error that occurs every time I try to format the complete hard disk. I do not know what is happening with the <a href=\"https:\/\/www.systools.in\/blog\/disk-could-not-be-partitioned\/\" target=\"_blank\" rel=\"noopener\"><b>hard disk partition in Windows<\/b><\/a> 10 on my hard drive. Therefore, we are looking for a solution to fix this formatting hard drive issue.\u201d.<\/p>\n<p style=\"text-align: justify;\"><strong id=\"i2\">Note:<\/strong> If you formatted your hard drive and lost your data from it,. Then, you can use <a href=\"https:\/\/www.systools.in\/products\/hard-drive-data-recovery\/\" target=\"_blank\" rel=\"noopener\"><b>Hard Disk Data Recovery Software<\/b><\/a>. It recovers all types of data, such as: photos, videos, audio, and multimedia files and folders<\/p>\n<p class=\"text-center mr-2\"><a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #28a745; color: #fff !important;\" href=\"https:\/\/systoolskart.com\/download\/SYS0H4D5D\/29\" rel=\"nofollow\"> Download Now<\/a> <a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #ff6800; color: #fff !important;\" href=\"https:\/\/systoolskart.com\/buy\/SYS0H4D5D\/29\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Purchase Now<\/a><\/p>\n<p style=\"text-align: justify;\">There are many types of data available on a machine and they are used by different types of user groups. Therefore, this software is not limited to a single set of data and allows you to repair any type of data, be it media or document files.\u00a0You can download this utility on Windows OS. It supports <strong><a href=\"https:\/\/www.systools.in\/blog\/recover-deleted-files-from-seagate-external-hard-drive\/\" target=\"_blank\" rel=\"noopener\">recovering deleted files from Seagate\u2019s external hard drive<\/a>.<\/strong><\/p>\n<ol>\n<li><strong>Download<\/strong> and <strong>run<\/strong> it on your computer.<\/li>\n<li>Select a <strong>partition<\/strong> and <strong>click<\/strong> the <strong>Scan<\/strong> or <strong>Scan<\/strong> <strong>Format<\/strong> icon.<\/li>\n<li><strong>View<\/strong> a <strong>complete<\/strong> sample of recovered data items in the software&#8217;s control panel.<\/li>\n<li>Select <strong>Keep<\/strong> <strong>all<\/strong> <strong>data<\/strong> or <strong>Keep deleted<\/strong>&#8221; to recover all data from your hard drive.<\/li>\n<\/ol>\n<h3 id=\"i4\">Tips &amp; Tricks to Troubleshoot Hard Disk Formatting Issue<\/h3>\n<p class=\"text-justify\">To resolve the \u201ccannot format hard drive in Windows\u201d issue, one can use various troubleshooting tips and tricks discussed below:<\/p>\n<ul>\n<li><strong>Make sure<\/strong> that the <strong>latest drivers<\/strong> are <strong>installed<\/strong> in the system for the hardware. One can look for the latest drivers from hardware manufacturers.<\/li>\n<li>The most important thing is to <strong>always keep<\/strong> the computer system free from <strong>viruses<\/strong> or spyware.<\/li>\n<li>Sometimes data cable is the cause of formatting problems so, it is suggested to be <strong>replaced with serial<\/strong> <strong>ATA or IDE<\/strong> ribbon cable.<\/li>\n<li>Moreover, make sure that these cables are not longer than 18 inches.<\/li>\n<li>One can also try <strong>Quick Format instead<\/strong> of <strong>Full Format<\/strong> when the Full Format is not completed successfully.<\/li>\n<\/ul>\n<h3 id=\"i5\">Final Word<\/h3>\n<p style=\"text-align: justify;\">There can be various reasons to format the hard drive in Windows but when it fails to complete, it creates trouble for the user. It becomes really difficult for a user to detect the exact reason behind the error showing error while formatting external hard drive or being unable to format the disk in Windows. Thus, after understanding the main causes behind the formatting failure or an error shown while formatting a hard drive in Windows, various troubleshooting methods are discussed. One can use them based on the cause and resolve the hard disk problem while formatting in Windows.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Formatting an external hard drive should be a smooth process. You plug it in, choose the file system you want, click \u201cStart,\u201d and voil\u00e0 your drive is ready to go. <\/p>\n","protected":false},"author":7,"featured_media":680,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[345],"class_list":["post-653","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-recovery"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Showing Error While Formatting External Hard Drive - Fixed<\/title>\n<meta name=\"description\" content=\"Fixing the showing error while formatting external hard drive is important. This solution will surely help with hard disk-related issues.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"siddharth\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/\"},\"author\":{\"name\":\"siddharth\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/a719240fe0eff759b37c012b65b0f138\"},\"headline\":\"Showing \u201cError While Formatting External Hard Drive\u201d? Here\u2019s a Simple Guide to Fix It\",\"datePublished\":\"2025-05-26T00:00:58+00:00\",\"dateModified\":\"2025-05-26T12:47:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/\"},\"wordCount\":1099,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/06\\\/hard-drive-not-formatting-issue.jpg\",\"keywords\":[\"External Hard Drive showing not Formatted\",\"Showing Error While Formatting External Hard Drive\"],\"articleSection\":[\"data recovery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/\",\"name\":\"Showing Error While Formatting External Hard Drive - Fixed\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/06\\\/hard-drive-not-formatting-issue.jpg\",\"datePublished\":\"2025-05-26T00:00:58+00:00\",\"dateModified\":\"2025-05-26T12:47:54+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/a719240fe0eff759b37c012b65b0f138\"},\"description\":\"Fixing the showing error while formatting external hard drive is important. This solution will surely help with hard disk-related issues.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/06\\\/hard-drive-not-formatting-issue.jpg\",\"contentUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/06\\\/hard-drive-not-formatting-issue.jpg\",\"width\":590,\"height\":356,\"caption\":\"showing error while formatting external hard drive\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/showing-error-while-formatting-external-hard-drive\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Showing \u201cError While Formatting External Hard Drive\u201d? Here\u2019s a Simple Guide to Fix It\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/\",\"name\":\"Informative Blogs Related To Technologies &amp; Data Recovery Solutions\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/a719240fe0eff759b37c012b65b0f138\",\"name\":\"siddharth\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g\",\"caption\":\"siddharth\"},\"description\":\"With years experience in Data Recovery field, I am well aware of the technicalities faced by the user while working on various technologies and applications. I love to sharing technical data through my blogs and articles regarding the technology.\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/author\\\/siddharth\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Showing Error While Formatting External Hard Drive - Fixed","description":"Fixing the showing error while formatting external hard drive is important. This solution will surely help with hard disk-related issues.","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:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/","twitter_misc":{"Written by":"siddharth","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/#article","isPartOf":{"@id":"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/"},"author":{"name":"siddharth","@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/a719240fe0eff759b37c012b65b0f138"},"headline":"Showing \u201cError While Formatting External Hard Drive\u201d? Here\u2019s a Simple Guide to Fix It","datePublished":"2025-05-26T00:00:58+00:00","dateModified":"2025-05-26T12:47:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/"},"wordCount":1099,"commentCount":0,"image":{"@id":"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2017\/06\/hard-drive-not-formatting-issue.jpg","keywords":["External Hard Drive showing not Formatted","Showing Error While Formatting External Hard Drive"],"articleSection":["data recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/","url":"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/","name":"Showing Error While Formatting External Hard Drive - Fixed","isPartOf":{"@id":"https:\/\/www.systools.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/#primaryimage"},"image":{"@id":"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2017\/06\/hard-drive-not-formatting-issue.jpg","datePublished":"2025-05-26T00:00:58+00:00","dateModified":"2025-05-26T12:47:54+00:00","author":{"@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/a719240fe0eff759b37c012b65b0f138"},"description":"Fixing the showing error while formatting external hard drive is important. This solution will surely help with hard disk-related issues.","breadcrumb":{"@id":"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/#primaryimage","url":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2017\/06\/hard-drive-not-formatting-issue.jpg","contentUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2017\/06\/hard-drive-not-formatting-issue.jpg","width":590,"height":356,"caption":"showing error while formatting external hard drive"},{"@type":"BreadcrumbList","@id":"https:\/\/www.systools.in\/blog\/showing-error-while-formatting-external-hard-drive\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.systools.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Showing \u201cError While Formatting External Hard Drive\u201d? Here\u2019s a Simple Guide to Fix It"}]},{"@type":"WebSite","@id":"https:\/\/www.systools.in\/blog\/#website","url":"https:\/\/www.systools.in\/blog\/","name":"Informative Blogs Related To Technologies &amp; Data Recovery Solutions","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.systools.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/a719240fe0eff759b37c012b65b0f138","name":"siddharth","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g","caption":"siddharth"},"description":"With years experience in Data Recovery field, I am well aware of the technicalities faced by the user while working on various technologies and applications. I love to sharing technical data through my blogs and articles regarding the technology.","url":"https:\/\/www.systools.in\/blog\/author\/siddharth\/"}]}},"_links":{"self":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts\/653","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/comments?post=653"}],"version-history":[{"count":0,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts\/653\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/media\/680"}],"wp:attachment":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/media?parent=653"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/categories?post=653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}