<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RAW formatted SD Card in Tech Help - Software/Hardware etc</title>
    <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2018897#M98118</link>
    <description>&lt;P&gt;On a linux machine -&lt;/P&gt;
&lt;P&gt;I'd first attempt to remove all formatting by writing zeroes to the entire SD card, using command line -&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dd if=/dev/zero of=/dev/sdx bs=100M conv=sync status=progress&lt;/LI-CODE&gt;
&lt;P&gt;(where you substitute the sd? name of your SD card, instead of sdx)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once zeroed then use the format option within '&lt;EM&gt;Disks&lt;/EM&gt;'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also want to validate that the SD card is what it appears to be using &lt;A href="https://www.grc.com/validrive.htm" target="_self"&gt;ValiDrive&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Sep 2025 16:48:30 GMT</pubDate>
    <dc:creator>outcast</dc:creator>
    <dc:date>2025-09-01T16:48:30Z</dc:date>
    <item>
      <title>RAW formatted SD Card</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2018809#M98115</link>
      <description>&lt;P&gt;In downloading RaspOS I have somehow corrupted an SD card. To all extents it appears to still be working but there is no way I seem to be able to re-format it. Having exhausted the included Windows tools, I have tried the free version of Disk Genius without success.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has any-one got any ideas? The cost of buying disk management tools appears to be an order more expensive than replacing the SD card. I have Linux Mint on my spare PC if there's a better free linux tool.&lt;/P&gt;
&lt;P&gt;I suspect that the problem was caused by my SD card adapter as this caused a very peculiar problem with my PC in that it prevents the PC from shutting down. After crashing out by pulling the plug, I found that the computer would not boot due to it locking up during the BIOS boot task, locking on the initial Asus splash screen. Removing the empty card reader immediately allows the boot sequence to continue! I now have a new SD card adapter. but the SD card is borked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Aug 2025 15:25:28 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2018809#M98115</guid>
      <dc:creator>Baldrick1</dc:creator>
      <dc:date>2025-08-31T15:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: RAW formatted SD Card</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2018810#M98116</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/38823"&gt;@Baldrick1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried the format sd card option offered in the Raspberry Pi imager tool?&lt;/P&gt;
&lt;P&gt;Mint has 'Disks' pre installed or you can try 'gparted' which is an add-on via the Software Manager which might work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;edit: I'd format to FAT32&lt;/P&gt;</description>
      <pubDate>Sun, 31 Aug 2025 15:45:51 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2018810#M98116</guid>
      <dc:creator>Dan_the_Van</dc:creator>
      <dc:date>2025-08-31T15:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: RAW formatted SD Card</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2018892#M98117</link>
      <description>&lt;P&gt;Yeah, I'd second the gparted suggestion. If there's any chance of life it will find it and bring it back.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 16:11:18 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2018892#M98117</guid>
      <dc:creator>MJN</dc:creator>
      <dc:date>2025-09-01T16:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: RAW formatted SD Card</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2018897#M98118</link>
      <description>&lt;P&gt;On a linux machine -&lt;/P&gt;
&lt;P&gt;I'd first attempt to remove all formatting by writing zeroes to the entire SD card, using command line -&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dd if=/dev/zero of=/dev/sdx bs=100M conv=sync status=progress&lt;/LI-CODE&gt;
&lt;P&gt;(where you substitute the sd? name of your SD card, instead of sdx)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once zeroed then use the format option within '&lt;EM&gt;Disks&lt;/EM&gt;'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also want to validate that the SD card is what it appears to be using &lt;A href="https://www.grc.com/validrive.htm" target="_self"&gt;ValiDrive&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 16:48:30 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2018897#M98118</guid>
      <dc:creator>outcast</dc:creator>
      <dc:date>2025-09-01T16:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: RAW formatted SD Card</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2018915#M98119</link>
      <description>&lt;P&gt;On the odd occasion when a micro SD card wouldn’t format on my windows PC, I just stuck it in my android phone which for some reason worked fine.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 22:25:06 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2018915#M98119</guid>
      <dc:creator>billnotben</dc:creator>
      <dc:date>2025-09-01T22:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: RAW formatted SD Card</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2019489#M98145</link>
      <description>&lt;P&gt;Thank you all for your suggestions. I have tried them all without success. With a heavy heart I have taken the hit and consigned the card to the bin.&lt;/P&gt;
&lt;P&gt;To be honest, it was only and old 32MB one that was previously working and resurrecting it was more out of interest than financial necessity.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Sep 2025 13:51:01 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2019489#M98145</guid>
      <dc:creator>Baldrick1</dc:creator>
      <dc:date>2025-09-06T13:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: RAW formatted SD Card</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2019528#M98146</link>
      <description>Generally, write failures is a sign of the card going and is time to backup any important data while it’s still accessible.</description>
      <pubDate>Sat, 06 Sep 2025 18:00:42 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/RAW-formatted-SD-Card/m-p/2019528#M98146</guid>
      <dc:creator>RPMozley</dc:creator>
      <dc:date>2025-09-06T18:00:42Z</dc:date>
    </item>
  </channel>
</rss>

