<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4680&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Problems with a Seagate portable drive]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4680</link>
		<description><![CDATA[The most recent posts in [SOLVED] Problems with a Seagate portable drive.]]></description>
		<lastBuildDate>Thu, 25 Nov 2021 03:20:48 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32986#p32986</link>
			<description><![CDATA[<p>Earlier I used the <span class="bbc">sudo smartctl -a /dev/sdc</span> command. It shows this:</p><div class="codebox"><pre><code>$ sudo smartctl -a /dev/sdc
[sudo] password for ron: 
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.15.0-1-amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Momentus 7200.5
Device Model:     ST9500424AS
Serial Number:    - redacted -
LU WWN Device Id: - redacted -
Firmware Version: 0001BSM1
User Capacity:    500,107,862,016 bytes [500 GB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Wed Nov 24 21:16:47 2021 CST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
 - - snip - -</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Thu, 25 Nov 2021 03:20:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32986#p32986</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32982#p32982</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>Do smartctl -h to get a complete usage summary.</p></div></blockquote></div><p>You may want to read the summary again.&#160; &#160; &lt;----<br />Look for the <span class="bbc">-T</span> modifier to see what it does ...</p><div class="codebox"><pre><code>~$ sudo smartctl -h
smartctl 6.6 2017-11-05 r4594 [x86_64-linux-5.10.0-0.bpo.3-amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

Usage: smartctl [options] device
               --- snip ---
===== SMARTCTL RUN-TIME BEHAVIOR OPTIONS =====
               --- snip ---
  -T TYPE, --tolerance=TYPE                                           (ATA)
         Tolerance: normal, conservative, permissive, verypermissive
               --- snip ---
~$</code></pre></div><p>... and use it as required by the application so it can continue:</p><div class="quotebox"><cite>Ron wrote:</cite><blockquote><div><div class="codebox"><pre><code>--- snip ---
Read Device Identity failed: Invalid argument
A mandatory SMART command failed: exiting. To continue, add one or more &#039;-T permissive&#039; options.</code></pre></div></div></blockquote></div><p>External drives running through USB are sometimes tricky, some brands more than others.<br />Previous (limited) experience has shown me that this is many times due to problematic access to the USB controller chip inside the external drive&#039;s case.</p><p>While you can use other ie: <span class="bbc">-d</span> modifiers, I expect that using -T will allow the application to decide the device&#039;s type and act accordingly.</p><p>For example, a run on an old 40Gb (!) USB drive I have:</p><div class="codebox"><pre><code>groucho@devuan:~$ sudo smartctl -i -a -T verypermissive /dev/sdg1
smartctl 6.6 2017-11-05 r4594 [x86_64-linux-5.10.0-0.bpo.3-amd64] (local build)
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               SAMSUNG
Product:              MP0402H
Revision:             0811
User Capacity:        40,060,403,712 bytes [40.0 GB]
Logical block size:   512 bytes
Device type:          disk
Local Time is:        Wed Nov 24 09:33:25 2021 -03
SMART support is:     Unavailable - device lacks SMART capability.

=== START OF READ SMART DATA SECTION ===
Current Drive Temperature:     0 C
Drive Trip Temperature:        0 C

Error Counter logging not supported

Device does not support Self Test logging
~$ </code></pre></div><p>Running this ...</p><div class="codebox"><pre><code>~$ sudo smartctl -i -a -T verypermissive /dev/sdx</code></pre></div><p>... should get you some results.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Wed, 24 Nov 2021 12:48:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32982#p32982</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32980#p32980</link>
			<description><![CDATA[<p>I was able to test my two internal drives (they both passed), but I&#039;m getting an error message trying to test the portable drive:</p><div class="codebox"><pre><code>sudo smartctl -d ata -H /dev/sdc
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.15.0-1-amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

Read Device Identity failed: Invalid argument

A mandatory SMART command failed: exiting. To continue, add one or more &#039;-T permissive&#039; options.</code></pre></div><p><strong>EDIT</strong><br />Okay, I&#039;m not sure if this was right, but I changed ata in the command to scsi, and that came back like this. On the internal drives it reads PASSED, but with this it reads OK. Did I do it right?</p><div class="codebox"><pre><code>sudo smartctl -d scsi -H /dev/sdc
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.15.0-1-amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Wed, 24 Nov 2021 02:06:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32980#p32980</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32977#p32977</link>
			<description><![CDATA[<p>smartmontools is the keyword.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 23 Nov 2021 16:19:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32977#p32977</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32972#p32972</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>... strongly recommend a SMART test on that device.</p></div></blockquote></div><p>+1</p><p>See <a href="https://linoxide.com/how-to-test-ssd-hdd-health-in-linux/" rel="nofollow">https://linoxide.com/how-to-test-ssd-hd … -in-linux/</a></p><p>or</p><p>Do <span class="bbc">smartctl -h</span> to get a complete usage summary.</p><p>You <em>don&#039;t</em> want a drive with issues if you are using it for backups.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Tue, 23 Nov 2021 14:08:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32972#p32972</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32971#p32971</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>I would strongly recommend a SMART test on that device.</p></div></blockquote></div><p>Noted. I would need to download <span class="bbc">smart-notifier</span> for that, right? I&#039;m guessing its use would be self-explanatory. </p><p>Thanks for all your help.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Tue, 23 Nov 2021 14:04:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32971#p32971</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32970#p32970</link>
			<description><![CDATA[<p>I would strongly recommend a SMART test on that device.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 23 Nov 2021 13:58:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32970#p32970</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32950#p32950</link>
			<description><![CDATA[<p>Marked as solved. Thanks to <strong>everyone</strong> who responded, especially <span style="color: #5C1010">hevidevi</span> and <span style="color: #5C1010">HoaS</span>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Sun, 21 Nov 2021 00:46:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32950#p32950</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32926#p32926</link>
			<description><![CDATA[<p>That seems to have fixed it. Thanks hevidevi.</p><p>I&#039;m going to wait a day or two before marking it as solved.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Fri, 19 Nov 2021 18:56:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32926#p32926</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32924#p32924</link>
			<description><![CDATA[<p>Possibly you have ownership problems if you are using ext4. </p><p>from the command line do.</p><div class="codebox"><pre><code>sudo chown -R ron:ron /mnt/seagate</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (hevidevi)]]></author>
			<pubDate>Fri, 19 Nov 2021 15:16:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32924#p32924</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32923#p32923</link>
			<description><![CDATA[<p>Okay, here is some new info. I don&#039;t think my portable drive is dead after all. I was backing up my files last night to my wife&#039;s portable drive that was working when I remembered I wanted the drive to be formatted as ext4, just like <em>my</em> portable drive was. So this morning I did that, and lo and behold, the drive was no longer writable. So then I formatted it again, back to ntfs, and then it was writable again. How can I make these drives writable as ext4? <strong>I did this with ascii no problem</strong> (at least on my portable drive). Why isn&#039;t it working with Miyo/Devuan 5?</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Fri, 19 Nov 2021 14:48:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32923#p32923</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32918#p32918</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p><a href="https://www.seagate.com/au/en/support/kb/drive-reports-write-protected-or-read-only-when-trying-to-save-to-or-delete-from-it-220091en/" rel="nofollow">https://www.seagate.com/au/en/support/k … -220091en/</a></p></div></blockquote></div><p>So its likely this drive had its own proprietary NTFS file system only usable on windows and mac os?</p><p>First thing i do when i buy external drives in wipe the filesystem and put something more unix friendly like ext4 or fat32</p>]]></description>
			<author><![CDATA[dummy@example.com (hevidevi)]]></author>
			<pubDate>Fri, 19 Nov 2021 10:28:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32918#p32918</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32916#p32916</link>
			<description><![CDATA[<p><a href="https://www.seagate.com/au/en/support/kb/drive-reports-write-protected-or-read-only-when-trying-to-save-to-or-delete-from-it-220091en/" rel="nofollow">https://www.seagate.com/au/en/support/k … -220091en/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Fri, 19 Nov 2021 02:35:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32916#p32916</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32915#p32915</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Ron wrote:</cite><blockquote><div><p>... deleted the partition, created a new one, and then formatted it. Still can&#039;t write to it.<br />... taking a hammer to it ...</p></div></blockquote></div><p>Hmm ...</p><p>What&#039;s the hurry?&#160; 8^D</p><p>Don&#039;t let an opportunity to experiment (and learn something new) pass you by.<br />You&#039;ll have time to dissect it later on.</p><p>One of the things you can do is try to clear the drive completely.</p><p>With <span class="bbc">gparted</span>:</p><p>1. select the drive - <span class="bbu">make sure</span> it is the one you want to nuke.<br />2. do: partition -&gt; format to -&gt; cleared</p><p>That should leave the drive in a &#039;virgin state&#039; so to speak.</p><p>Exit <span class="bbc">gparted</span>, unplug the drive, plug it in again, restart <span class="bbc">gparted</span> and select the drive again, <span class="bbu">making sure</span> it is the one you want to nuke:</p><p>1. do: device -&gt; create partition table and then create a single partition, format it to FAT32 and then run a check to see what&#039;s up.</p><p>Try a couple of cycles of clear -&gt; format -&gt; clear.</p><p>There&#039;s also a command line tool called <span class="bbc">TestDisk</span> which I have used only a couple of times to recover a partition but it worked.<br />I believe there&#039;s a command to completely clear a drive.</p><div class="quotebox"><cite>Ron wrote:</cite><blockquote><div><p>Thanks ...</p></div></blockquote></div><p>You&#039;re welcome.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 19 Nov 2021 01:51:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32915#p32915</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Problems with a Seagate portable drive]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32914#p32914</link>
			<description><![CDATA[<p>Just curious if you ran a SMART test on it.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Fri, 19 Nov 2021 01:43:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32914#p32914</guid>
		</item>
	</channel>
</rss>
