<?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>Netflow Developments &#187; read only</title>
	<atom:link href="http://blog.netflowdevelopments.com/tag/read-only/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.netflowdevelopments.com</link>
	<description>The latest and greatest happenings in the world of Science, Technology and everything else Geek</description>
	<lastBuildDate>Fri, 10 Feb 2012 09:22:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sansa MP3 player running Rockbox on Linux: Read only system</title>
		<link>http://blog.netflowdevelopments.com/2010/03/15/sansa-mp3-player-running-rockbox-on-linux-read-only-system/</link>
		<comments>http://blog.netflowdevelopments.com/2010/03/15/sansa-mp3-player-running-rockbox-on-linux-read-only-system/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 00:37:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux / Freebsd]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[gmount]]></category>
		<category><![CDATA[hal]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[mp3 player]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[read only]]></category>
		<category><![CDATA[rockbox]]></category>
		<category><![CDATA[sansa]]></category>
		<category><![CDATA[usb]]></category>
		<guid isPermaLink="false">http://blog.netflowdevelopments.com/?p=432</guid>
		<description><![CDATA[So I started getting this error today when trying to delete some files and load some new ones onto my Sansa MP3 player.  It would tell me that the file system was read only.  I tried a sudo chmod -R 777 but that didn&#8217;t work so off to google I went.. Finally found that by [...]]]></description>
			<content:encoded><![CDATA[<p>So I started getting this error today when trying to delete some files and load some new ones onto my Sansa MP3 player.  It would tell me that the file system was read only.  I tried a sudo chmod -R 777 but that didn&#8217;t work so off to google I went..</p>
<p>Finally found that by remounting the filesystem like this: sudo mount -o remount,rw /dev/sdd1 /media/~ it fixed it up in a jiffy.  Well those are my paths and my device names so it would obviously be different for you but hopefully that helps</p>
<p>Now if this above solution does not fix your problem try to manually umount the mp3 player and then remount it with the following command options:</p>
<p>sudo mount -a -t vfat /dev/sde1 /media/~ -o user,exec,dev,suid,rw,umask=000</p>
<p>This solution will also work for USB flash drives that are being mounted with either root only write privileges or as read-only file systems</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.netflowdevelopments.com/2010/03/15/sansa-mp3-player-running-rockbox-on-linux-read-only-system/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

