<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Help me get my SanDisk mp3 player working again.</title>
      <link>http://ask.metafilter.com/47565/Help-me-get-my-SanDisk-mp3-player-working-again/</link>
      <description>Comments on Ask MetaFilter post Help me get my SanDisk mp3 player working again.</description>
	  	  <pubDate>Fri, 29 Sep 2006 10:30:25 -0800</pubDate>
      <lastBuildDate>Fri, 29 Sep 2006 10:30:25 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Help me get my SanDisk mp3 player working again.</title>
  	<link>http://ask.metafilter.com/47565/Help-me-get-my-SanDisk-mp3-player-working-again</link>	
  	<description>I have a new SanDisk Sansa m230 512MB. I had it loaded up and plugged into my Thinkpad T23 (with Ubuntu Dapper on it). I accidentally unplugged it while it was ejecting, and when I next tried plugging it in, the unit was read-only.  &lt;br /&gt;&lt;br /&gt; I tried erasing everything to reset the unit, but there&apos;s still one problem. There&apos;s a hidden folder called .Trash-holden that has all these weird characters on it and I can&apos;t erase the folder or the files therein. I have a call into SanDisk support, but...you know. Any thoughts about how I can restore my unit to the factory settings and fully erase the Trash folders?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.47565</guid>
  	<pubDate>Fri, 29 Sep 2006 09:24:22 -0800</pubDate>
  	<dc:creator>sholdens12</dc:creator>
	
	<category>sandisk</category>
	
	<category>mp3player</category>
	
</item>
<item>
  	<title>By: Blazecock Pileon</title>
  	<link>http://ask.metafilter.com/47565/Help-me-get-my-SanDisk-mp3-player-working-again#723862</link>	
  	<description>Wouldn&apos;t re-formatting the stick remove the .Trash folder?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47565-723862</guid>
  	<pubDate>Fri, 29 Sep 2006 10:30:25 -0800</pubDate>
  	<dc:creator>Blazecock Pileon</dc:creator>
</item>
<item>
  	<title>By: flabdablet</title>
  	<link>http://ask.metafilter.com/47565/Help-me-get-my-SanDisk-mp3-player-working-again#723943</link>	
  	<description>Your problem is that the filesystem on the Sandisk is corrupt.  That makes the assumptions underlying file erasure invalid.  You need to remove and rebuild the actual filesystem.  Fiddling about with files &lt;i&gt;inside&lt;/i&gt; a corrupted filesystem will generally not fix the corruption.&lt;br&gt;
&lt;br&gt;
Use Ubuntu&apos;s Disks Manager (System-&amp;gt;Administration-&amp;gt;Disks) and reformat it.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47565-723943</guid>
  	<pubDate>Fri, 29 Sep 2006 12:00:11 -0800</pubDate>
  	<dc:creator>flabdablet</dc:creator>
</item>
<item>
  	<title>By: sholdens12</title>
  	<link>http://ask.metafilter.com/47565/Help-me-get-my-SanDisk-mp3-player-working-again#723955</link>	
  	<description>Ubuntu&apos;s Disk Manager won&apos;t let me reformat the disk. Is there another way to reformat? From the Terminal?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47565-723955</guid>
  	<pubDate>Fri, 29 Sep 2006 12:13:34 -0800</pubDate>
  	<dc:creator>sholdens12</dc:creator>
</item>
<item>
  	<title>By: Blazecock Pileon</title>
  	<link>http://ask.metafilter.com/47565/Help-me-get-my-SanDisk-mp3-player-working-again#723972</link>	
  	<description>Do you have access to a Mac or Windows workstation? You can format FAT32 on these platforms.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47565-723972</guid>
  	<pubDate>Fri, 29 Sep 2006 12:27:00 -0800</pubDate>
  	<dc:creator>Blazecock Pileon</dc:creator>
</item>
<item>
  	<title>By: mrg</title>
  	<link>http://ask.metafilter.com/47565/Help-me-get-my-SanDisk-mp3-player-working-again#723981</link>	
  	<description>Linux/most other Unices will not mount a filesystem read/write if it wasn&apos;t previously unmounted cleanly. so, since you just yanked without unmounting, that&apos;s probably the reason why you can&apos;t get the thing to work. run a dmesg after you plug the drive in next - you&apos;ll probably see some error messages about it. you can use the fsck utility to repair the damage (or scandisk on a windows computer if you have access to one) and then Linux should be OK with the drive. &lt;br&gt;
&lt;br&gt;
otherwise, you probably can&apos;t reformat because the filesystem is mounted (albeit read-only). unmount it and then try reformatting. if the Disk Manager dealie doesn&apos;t work you can (very carefully) try using newfs or mkfs. (which one depends on your distro, and I don&apos;t use Ubuntu so I can&apos;t tell you. the utility itself should be in /sbin. you&apos;ll need to be root.) be careful you run it on the right device - it&apos;s pretty easy to accidently try to newfs your root partition or whathaveyou.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47565-723981</guid>
  	<pubDate>Fri, 29 Sep 2006 12:34:12 -0800</pubDate>
  	<dc:creator>mrg</dc:creator>
</item>
<item>
  	<title>By: sholdens12</title>
  	<link>http://ask.metafilter.com/47565/Help-me-get-my-SanDisk-mp3-player-working-again#724387</link>	
  	<description>I ended up formatting it on my wife&apos;s G5 Mac. Thanks for your help.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47565-724387</guid>
  	<pubDate>Fri, 29 Sep 2006 19:15:32 -0800</pubDate>
  	<dc:creator>sholdens12</dc:creator>
</item>
<item>
  	<title>By: flabdablet</title>
  	<link>http://ask.metafilter.com/47565/Help-me-get-my-SanDisk-mp3-player-working-again#724474</link>	
  	<description>Future reference for other Ubuntu Dapper users who find this thread: if the Ubuntu Disk Manager&apos;s &amp;quot;Format&amp;quot; button is dimmed out, and there&apos;s another button called &amp;quot;Disable&amp;quot; that isn&apos;t dimmed out, click that one first and the &amp;quot;Format&amp;quot; button will become available.  Unlike Windows, Ubuntu isn&apos;t happy to reformat a drive that&apos;s in active use.&lt;br&gt;
&lt;br&gt;
For people more familiar with Unix command line tools: the Disable button is umount, Enable is mount, and the Format button runs mkfs.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.47565-724474</guid>
  	<pubDate>Fri, 29 Sep 2006 23:04:17 -0800</pubDate>
  	<dc:creator>flabdablet</dc:creator>
</item>

    </channel>
</rss>
