<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ed Greenberg &#187; Linux</title>
	<atom:link href="http://www.greenberg.org/archives/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.greenberg.org</link>
	<description>&#34;On the road to find out..&#34;</description>
	<lastBuildDate>Thu, 09 Sep 2010 23:57:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ed Joins the 21st Century</title>
		<link>http://www.greenberg.org/archives/104</link>
		<comments>http://www.greenberg.org/archives/104#comments</comments>
		<pubDate>Sun, 16 Mar 2008 04:22:50 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[recommendations]]></category>

		<guid isPermaLink="false">http://www.greenberg.org/archives/104</guid>
		<description><![CDATA[About 10 years after they hit the market, I got my first CD player, and this week, I came home with my first MP3 player. My MP3 CDs are getting a bit worn out, and rather than re-burn them, I thought that an MP3 device would be a good choice. I can use this in [...]]]></description>
			<content:encoded><![CDATA[<p>About 10 years after they hit the market, I got my first CD player, and this week, I came home with my first MP3 player. My MP3 CDs are getting a bit worn out, and rather than re-burn them, I thought that an MP3 device would be a good choice. I can use this in the truck, in the trailer, or in my pocket, though I&#8217;ve never been the earphones type.</p>
<p>Since I run Linux, I have somewhat special requirements. I didn&#8217;t want something that would be bound to iTunes or Windows Media Player. After careful Googling, I  got a Sandisk, Sansa View. It holds 8 GB (and there is a 16GB version out as well.) It&#8217;s possible to mount the device as a USB drive, and to drag and drop files, so no special software is needed. A nice device, well designed, well built, easy to use.</p>
<p>What I learned. Media players communicate in several ways. There is a protocol or mode called <a title="WIkipedia link" href="http://en.wikipedia.org/wiki/Media_Transfer_Protocol" target="_blank">Media Transfer Protocol</a> and another called, I believe, MSC, where the device appears as a drive.  Windows Media Player uses MTP to communicate. This allows transfer of playlists and other data besides simple song files. I was interested in standards based stuff, so I wanted to put the device into MSC mode and mount it as a drive.</p>
<p>The undocumented feature on the Sansa View is accessed as follows:</p>
<ol>
<li>Turn on the Sansa View by pressing the slide switch UP.</li>
<li>Now put the player in Hold mode by moving slide switch DOWN.</li>
<li>When the Lock icon appears, hold the left button (left part of the thunbwheel) down until the padlock blinks off then on again.</li>
<li>Now plug in the USB cord to the player.</li>
</ol>
<p>If you are running Gnome, or KDE, you should automount the player on /media/Sansa Disk. If not, you&#8217;ll have to locate it&#8217;s /dev/sdX device node and mount it somewhere. Note that this will also work on a Macintosh, since it&#8217;s really a Unix box underneath.  Shhhh. Don&#8217;t tell!</p>
<p>Once I had the player mounted, I just used rsync to syncronize my music directory with the player:<br />
$ rsync -rvp /path/to/music/* /media/Sansa Disk/MUSIC<br />
This assumes that under /path/to/music, you have a directory structure full of MP3s.</p>
<p>When the rsync or other copy is complete, UNMOUNT the player (right click on the player icon, or use the umount command at the command line) Then unplug the player. A window will open on the player that says &#8220;Refresh Database.&#8221; There may be a long pause where you think that the player is crashed, but stay with it. You&#8217;ll be listening to music soon enough.</p>
<p>Remember to unlock the Hold switch, or you won&#8217;t be able to do anything with the beast.</p>
<p>Enjoy.</p>
<p>[Update: About three months later, I ditched the Sansa and bought an iPod.]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.greenberg.org/archives/104/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
