<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[I&#x27;m on Linux.]]></title><description><![CDATA[<p>I'm on Linux. I have an SD card which has been giving me a number of strange problems for a while now. It now appears to have wiped itself completely. Looking in GNOME disks the main partition, which I expect to be exfat, is of type "unknown". If I run fsck.exfat, It claims it's not a valid exfat image.</p><p>Windows refuses to even look at it.</p><p>Before I destructively image the disk, do you think there is ANYTHING else I can/should try to see if the data is still easily recoverable?</p>]]></description><link>https://forum.fedi.dk/topic/9faf5acf-267f-4370-9b7d-457c545a4651/i-m-on-linux.</link><generator>RSS for Node</generator><lastBuildDate>Mon, 24 Aug 2026 18:51:42 GMT</lastBuildDate><atom:link href="https://forum.fedi.dk/topic/9faf5acf-267f-4370-9b7d-457c545a4651.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 23 Aug 2026 20:18:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I&#x27;m on Linux. on Mon, 24 Aug 2026 08:29:12 GMT]]></title><description><![CDATA[<p><span><a href="https://mastodon.ie/@lluad">@<span>lluad</span></a></span> <span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> yes, testdisk and photorec are the best!</p>]]></description><link>https://forum.fedi.dk/post/https://veganism.social/users/pelle/statuses/117149542184129456</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://veganism.social/users/pelle/statuses/117149542184129456</guid><dc:creator><![CDATA[pelle@veganism.social]]></dc:creator><pubDate>Mon, 24 Aug 2026 08:29:12 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Mon, 24 Aug 2026 04:32:22 GMT]]></title><description><![CDATA[<span><a href="/user/mcc%40mastodon.social">@mcc@mastodon.social</a></span><br /><br />The suggestion at the end of this might be a viable option.<br /><br />Use application, 'testdisk' to analyze without writing any changes. If it can detect the lost exfat tables then it can be recovered. I have done this with multiple failed media and drives. Be sure to read the documentation carefully before running it.<br /><br />Exfat writes a backup boot region. Testdisk should be able to check for this.<br /><br />If that doesn't work there is ddrescue and photorec for finding and recovering individual files.<br /><br />You might also use 'dd' to raw copy the damaged volume to an image file and write that image file to other external media then try running 'testdisk' and other tools on the copy. You can keep the image file as a backup as you try to recover the data from a copy first, to avoid the risk of further damage to the card.<br /><br />]]></description><link>https://forum.fedi.dk/post/https://soc.octade.net/octade/p/1787545900.861491</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://soc.octade.net/octade/p/1787545900.861491</guid><dc:creator><![CDATA[octade@soc.octade.net]]></dc:creator><pubDate>Mon, 24 Aug 2026 04:32:22 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Mon, 24 Aug 2026 04:18:40 GMT]]></title><description><![CDATA[<p><span><a href="/user/muddle%40infosec.exchange">@<span>muddle</span></a></span> <span><a href="/user/spacelifeform%40infosec.exchange">@<span>SpaceLifeForm</span></a></span> Oh. Thanks. I misread.</p><p>I'll try that one tomorrow, along with the other suggestions. Thanks.</p>]]></description><link>https://forum.fedi.dk/post/https://mastodon.social/users/mcc/statuses/117148556985192844</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://mastodon.social/users/mcc/statuses/117148556985192844</guid><dc:creator><![CDATA[mcc@mastodon.social]]></dc:creator><pubDate>Mon, 24 Aug 2026 04:18:40 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Mon, 24 Aug 2026 04:00:48 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social" rel="nofollow noopener">@<span>mcc</span></a></span> <span><a href="/user/spacelifeform%40infosec.exchange">@<span>SpaceLifeForm</span></a></span> It doesn't. Your screenshot shows running <code>fsck</code> not <code>fdisk</code>.</p><p>The latter will read the partition table and print it out for you, including telling you what kind of partitions it has and whether there are overlapping ones.</p><p>One thing to try (besides just copying the disk, which you should do) is to see if the <code>file</code> utility has any idea about what's stored in that partition. Something like </p><pre><code>sudo dd if=/dev/sdb1 bs=512 count=4 | file -<br /></code></pre><p>I've seen plenty of USB disks that appear not to have a proper partition table or boot sector, but they still work fine as a boot disk. I'm not sure if you remember writing the image (I always promptly forget which disk has what on it) but that might be the case here?</p><p>Anyway, copy the disk, save the image and you can work from that later. Just make sure that the tool you use detects and records any read errors.</p><p>(under Linux, you can use loopback mounts to mount from an image at a given offset instead of using a physical disk)</p>]]></description><link>https://forum.fedi.dk/post/https://infosec.exchange/users/muddle/statuses/117148486734188032</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://infosec.exchange/users/muddle/statuses/117148486734188032</guid><dc:creator><![CDATA[muddle@infosec.exchange]]></dc:creator><pubDate>Mon, 24 Aug 2026 04:00:48 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Mon, 24 Aug 2026 01:00:33 GMT]]></title><description><![CDATA[<p><span><a href="/user/spacelifeform%40infosec.exchange">@<span>SpaceLifeForm</span></a></span> im watching anime</p>]]></description><link>https://forum.fedi.dk/post/https://mastodon.social/users/mcc/statuses/117147777984037177</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://mastodon.social/users/mcc/statuses/117147777984037177</guid><dc:creator><![CDATA[mcc@mastodon.social]]></dc:creator><pubDate>Mon, 24 Aug 2026 01:00:33 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Mon, 24 Aug 2026 01:00:25 GMT]]></title><description><![CDATA[<p><span><a href="/user/spacelifeform%40infosec.exchange">@<span>SpaceLifeForm</span></a></span> It's in the screenshot above</p>]]></description><link>https://forum.fedi.dk/post/https://mastodon.social/users/mcc/statuses/117147777462655235</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://mastodon.social/users/mcc/statuses/117147777462655235</guid><dc:creator><![CDATA[mcc@mastodon.social]]></dc:creator><pubDate>Mon, 24 Aug 2026 01:00:25 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Mon, 24 Aug 2026 00:54:58 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> </p><p>Do you have a second computer to try the drive in?</p><p>Don't give up too soon.</p>]]></description><link>https://forum.fedi.dk/post/https://infosec.exchange/users/SpaceLifeForm/statuses/117147756053028501</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://infosec.exchange/users/SpaceLifeForm/statuses/117147756053028501</guid><dc:creator><![CDATA[spacelifeform@infosec.exchange]]></dc:creator><pubDate>Mon, 24 Aug 2026 00:54:58 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Mon, 24 Aug 2026 00:51:07 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> </p><p>Yes. What does fdisk -l /dev/sdb report?</p><p>Compare.</p>]]></description><link>https://forum.fedi.dk/post/https://infosec.exchange/users/SpaceLifeForm/statuses/117147740895793627</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://infosec.exchange/users/SpaceLifeForm/statuses/117147740895793627</guid><dc:creator><![CDATA[spacelifeform@infosec.exchange]]></dc:creator><pubDate>Mon, 24 Aug 2026 00:51:07 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Mon, 24 Aug 2026 00:22:46 GMT]]></title><description><![CDATA[<p><span><a href="/user/spacelifeform%40infosec.exchange">@<span>SpaceLifeForm</span></a></span> without trying, I'd guess it reports that my internal drive (not exfat) is not exfat?</p>]]></description><link>https://forum.fedi.dk/post/https://mastodon.social/users/mcc/statuses/117147629396949603</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://mastodon.social/users/mcc/statuses/117147629396949603</guid><dc:creator><![CDATA[mcc@mastodon.social]]></dc:creator><pubDate>Mon, 24 Aug 2026 00:22:46 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Mon, 24 Aug 2026 00:12:26 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> second photorec. I've recovered files from borked SD cards using it on Ubuntu</p>]]></description><link>https://forum.fedi.dk/post/https://genomic.social/users/thatdnaguy/statuses/117147588777609064</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://genomic.social/users/thatdnaguy/statuses/117147588777609064</guid><dc:creator><![CDATA[thatdnaguy@genomic.social]]></dc:creator><pubDate>Mon, 24 Aug 2026 00:12:26 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 23:41:33 GMT]]></title><description><![CDATA[<p><span><a href="/user/evan%40cosocial.ca">@<span>evan</span></a></span> <span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> Also had good results with ddrescue on very old 720MB floppies that had problems.</p>]]></description><link>https://forum.fedi.dk/post/https://mastodon.social/users/jamesd/statuses/117147467374794195</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://mastodon.social/users/jamesd/statuses/117147467374794195</guid><dc:creator><![CDATA[jamesd@mastodon.social]]></dc:creator><pubDate>Sun, 23 Aug 2026 23:41:33 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 23:29:33 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> I've had good results with ddrescue and external drives.</p><p><a href="https://www.gnu.org/software/ddrescue/" rel="nofollow noopener"><span>https://www.</span><span>gnu.org/software/ddrescue/</span><span></span></a></p>]]></description><link>https://forum.fedi.dk/post/https://cosocial.ca/users/evan/statuses/117147420144790113</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://cosocial.ca/users/evan/statuses/117147420144790113</guid><dc:creator><![CDATA[evan@cosocial.ca]]></dc:creator><pubDate>Sun, 23 Aug 2026 23:29:33 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 23:22:22 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> </p><p>Probably tosst.  What does fdisk -l /dev/sda report?</p>]]></description><link>https://forum.fedi.dk/post/https://infosec.exchange/users/SpaceLifeForm/statuses/117147391934417022</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://infosec.exchange/users/SpaceLifeForm/statuses/117147391934417022</guid><dc:creator><![CDATA[spacelifeform@infosec.exchange]]></dc:creator><pubDate>Sun, 23 Aug 2026 23:22:22 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 23:04:05 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> I'd go down straight to the "make an image" bit first.</p>]]></description><link>https://forum.fedi.dk/post/https://infosec.exchange/users/davep/statuses/117147320030040224</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://infosec.exchange/users/davep/statuses/117147320030040224</guid><dc:creator><![CDATA[davep@infosec.exchange]]></dc:creator><pubDate>Sun, 23 Aug 2026 23:04:05 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 23:00:56 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> This sort of thing but without the live Linux USB?</p><p><a href="https://www.thelinuxvault.net/linux-backup-recovery/step-by-step-linux-data-recovery-tutorial/" rel="nofollow noopener"><span>https://www.</span><span>thelinuxvault.net/linux-backup</span><span>-recovery/step-by-step-linux-data-recovery-tutorial/</span></a></p>]]></description><link>https://forum.fedi.dk/post/https://infosec.exchange/users/davep/statuses/117147307669465362</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://infosec.exchange/users/davep/statuses/117147307669465362</guid><dc:creator><![CDATA[davep@infosec.exchange]]></dc:creator><pubDate>Sun, 23 Aug 2026 23:00:56 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 21:57:53 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social" rel="nofollow noreferrer noopener">@<span>mcc</span></a></span><br />TestDisk might work but haven't tried it with exfat. It's very good for Linux filesystems. <a href="https://www.cgsecurity.org/wiki/TestDisk_Download" rel="nofollow noreferrer noopener">https://www.cgsecurity.org/wiki/TestDisk_Download</a></p>]]></description><link>https://forum.fedi.dk/post/https://gotosocial.grnwds.uk/users/simon/statuses/01M0RA2MCB63AN5E20X1QZ62DD</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://gotosocial.grnwds.uk/users/simon/statuses/01M0RA2MCB63AN5E20X1QZ62DD</guid><dc:creator><![CDATA[simon@gotosocial.grnwds.uk]]></dc:creator><pubDate>Sun, 23 Aug 2026 21:57:53 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 21:49:48 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> There are forensic tools which will help make sense of the image if you can get one at all. Binwalk on the image, for starters. A bit overblown for your use case, but there's also Sleuthkit and Autopsy (proper forensic tools, which are great for data recovery, if you have the time and dedication).</p>]]></description><link>https://forum.fedi.dk/post/https://mastodon.me.uk/users/realcainmosni/statuses/117147027945737185</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://mastodon.me.uk/users/realcainmosni/statuses/117147027945737185</guid><dc:creator><![CDATA[realcainmosni@mastodon.me.uk]]></dc:creator><pubDate>Sun, 23 Aug 2026 21:49:48 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 21:49:25 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> Best you can do is image the device - if it is readable at all - and work with that. Do NOT try to work with the device directly if you can avoid it. Corruption lies in that direction. From now on treat it as read only (which also means not attempting to mount it, again).</p>]]></description><link>https://forum.fedi.dk/post/https://mastodon.me.uk/users/realcainmosni/statuses/117147026428647466</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://mastodon.me.uk/users/realcainmosni/statuses/117147026428647466</guid><dc:creator><![CDATA[realcainmosni@mastodon.me.uk]]></dc:creator><pubDate>Sun, 23 Aug 2026 21:49:25 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 21:40:54 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> I see that other people have already mentioned them, but the right answer is testdisk/photorec and I've seen them save the day more than a few times.</p><p> <a href="https://www.cgsecurity.org/wiki/PhotoRec" rel="nofollow noopener"><span>https://www.</span><span>cgsecurity.org/wiki/PhotoRec</span><span></span></a></p>]]></description><link>https://forum.fedi.dk/post/https://cosocial.ca/users/mhoye/statuses/117146992907009382</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://cosocial.ca/users/mhoye/statuses/117146992907009382</guid><dc:creator><![CDATA[mhoye@cosocial.ca]]></dc:creator><pubDate>Sun, 23 Aug 2026 21:40:54 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 21:40:41 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> Other advice to make a copy and then use testdisk / photorec are good. But if you haven't checked with a known good card already, maybe the reader / adapter could be an issue too?</p>]]></description><link>https://forum.fedi.dk/post/https://mastodon.social/users/lynndotpy/statuses/117146992079685108</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://mastodon.social/users/lynndotpy/statuses/117146992079685108</guid><dc:creator><![CDATA[lynndotpy@mastodon.social]]></dc:creator><pubDate>Sun, 23 Aug 2026 21:40:41 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 21:24:42 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social" rel="nofollow noopener">@<span>mcc</span></a></span> </p><p>maybe possibly: bootrepair</p>]]></description><link>https://forum.fedi.dk/post/https://infosec.exchange/users/joriki/statuses/117146929264533806</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://infosec.exchange/users/joriki/statuses/117146929264533806</guid><dc:creator><![CDATA[joriki@infosec.exchange]]></dc:creator><pubDate>Sun, 23 Aug 2026 21:24:42 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 21:21:48 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> testdisk and photorec. And make a copy with GNU ddrescue before</p>]]></description><link>https://forum.fedi.dk/post/https://babka.social/users/nicolai/statuses/117146917830230861</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://babka.social/users/nicolai/statuses/117146917830230861</guid><dc:creator><![CDATA[nicolai@babka.social]]></dc:creator><pubDate>Sun, 23 Aug 2026 21:21:48 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 20:57:15 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social" rel="nofollow noopener">@<span>mcc</span></a></span>    I accept the occasional death of an SD card to be the price of doing pleasure.</p><p>I also have a hoard of all my broken and way-too-tiny cards because of course I do. </p><p>Might be able to fix that worthless 64MB SD someday.</p>]]></description><link>https://forum.fedi.dk/post/https://growers.social/users/jpaskaruk/statuses/117146821299297683</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://growers.social/users/jpaskaruk/statuses/117146821299297683</guid><dc:creator><![CDATA[jpaskaruk@growers.social]]></dc:creator><pubDate>Sun, 23 Aug 2026 20:57:15 GMT</pubDate></item><item><title><![CDATA[Reply to I&#x27;m on Linux. on Sun, 23 Aug 2026 20:41:05 GMT]]></title><description><![CDATA[<p><span><a href="/user/mcc%40mastodon.social">@<span>mcc</span></a></span> This looks like a bad block in the sector of the SD card. It seems that it can only be repaired using Windows.</p><p><a href="https://superuser.com/questions/519513/repairing-a-corrupt-exfat-file-system" rel="nofollow noopener"><span>https://</span><span>superuser.com/questions/519513</span><span>/repairing-a-corrupt-exfat-file-system</span></a></p>]]></description><link>https://forum.fedi.dk/post/https://mastodon.social/users/jonfr600/statuses/117146757710657266</link><guid isPermaLink="true">https://forum.fedi.dk/post/https://mastodon.social/users/jonfr600/statuses/117146757710657266</guid><dc:creator><![CDATA[jonfr600@mastodon.social]]></dc:creator><pubDate>Sun, 23 Aug 2026 20:41:05 GMT</pubDate></item></channel></rss>