<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Lee Sheppard</title>
    <description>The latest articles on DEV Community by Lee Sheppard (@leesheppard).</description>
    <link>https://dev.to/leesheppard</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F157003%2F5f7efd15-629e-49f1-beba-5a9d7040627c.jpg</url>
      <title>DEV Community: Lee Sheppard</title>
      <link>https://dev.to/leesheppard</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/leesheppard"/>
    <language>en</language>
    <item>
      <title>Saving USB drives that Mac won't recognise</title>
      <dc:creator>Lee Sheppard</dc:creator>
      <pubDate>Sat, 30 May 2020 02:48:54 +0000</pubDate>
      <link>https://dev.to/leesheppard/saving-usb-drives-that-mac-won-t-recognise-3h32</link>
      <guid>https://dev.to/leesheppard/saving-usb-drives-that-mac-won-t-recognise-3h32</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--8xRBPgFi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/leesheppard/image/upload/v1591440601/Stock%2520photos/yucel-moran-N_7LoiHWhZE-unsplash.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8xRBPgFi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/leesheppard/image/upload/v1591440601/Stock%2520photos/yucel-moran-N_7LoiHWhZE-unsplash.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Photo by Yucel Moran on Unsplash&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Ever plugged in an external hard drive or USB only to have it blink and not show up in your network?&lt;/p&gt;

&lt;p&gt;I had a system crash unexpectedly on my desktop Mac and when it rebooted, I had trouble with the system starting up. There was an external hard drive still plugged in and the hardware was attempting to use it to boot a system to load with.&lt;/p&gt;

&lt;p&gt;Unplugging the hard drive allowed the system from the internal drive to boot successfully. But the external hard drive disappeared when plugged back in.&lt;/p&gt;

&lt;p&gt;What is happening? well Mac wants to fix the boot files on the external hard drives to prevent any issues with loss of data. It runs &lt;code&gt;fsck&lt;/code&gt; which stands for “File System Consistency Check,” is a command-line tool that reviews and repairs the underlying structure of a hard drive.&lt;/p&gt;

&lt;p&gt;If you open &lt;code&gt;Activity Monitor&lt;/code&gt; on the Mac with the hard drive plugged in, you’ll see this running. Force quit it.&lt;/p&gt;

&lt;p&gt;Run &lt;code&gt;Disk Utility&lt;/code&gt; and you’ll see the disk in the left pane window, if it isn’t mounted you can click to mount in the far right top of the window.&lt;/p&gt;

&lt;p&gt;Select the hard drive and Repair Permissions. It may take a while but will resolve the issues with viewing the hard drive contents.&lt;/p&gt;

&lt;p&gt;Alternatively you can try in &lt;code&gt;Terminal&lt;/code&gt; to use the following commands:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ diskutil list

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Find your HDD identifier.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ diskutil unmountDisk /dev/disk*
$ diskutil eject /dev/disk*

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Replace * with your version&lt;/p&gt;

</description>
      <category>tips</category>
    </item>
  </channel>
</rss>
