<?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; mount</title>
	<atom:link href="http://blog.netflowdevelopments.com/tag/mount/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>Tue, 24 Aug 2010 03:28:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.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[Technology]]></category>
		<category><![CDATA[linux]]></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>0</slash:comments>
		</item>
		<item>
		<title>How to mount a USB External NTFS Hard Drive that won&#8217;t mount in Ubuntu</title>
		<link>http://blog.netflowdevelopments.com/2010/02/19/how-to-mount-a-usb-external-ntfs-hard-drive-that-wont-mount-in-ubuntu/</link>
		<comments>http://blog.netflowdevelopments.com/2010/02/19/how-to-mount-a-usb-external-ntfs-hard-drive-that-wont-mount-in-ubuntu/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 07:53:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[can't]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://blog.netflowdevelopments.com/?p=419</guid>
		<description><![CDATA[So I was having a problem with my external USB hard drive lately.  The USB connectors on this LG laptop are a bit shady so things get disconnected if you bump them and this would happen with my hard drive.. The problem being that if the Hard drive was disconnected like this and not properlyy [...]]]></description>
			<content:encoded><![CDATA[<p>So I was having a problem with my external USB hard drive lately.  The USB connectors on this LG laptop are a bit shady so things get disconnected if you bump them and this would happen with my hard drive.. The problem being that if the Hard drive was disconnected like this and not properlyy unmounted that it wouldn&#8217;t come back up 50% of the time when I plugged it back in.</p>
<p>It would show up when I run fdisk -l and in dmesg but when I try to mount the drive it would return with the error &#8216;special device does not exist&#8217;.  The only way I could get it back online was to reboot the machine, until now! <img src='http://blog.netflowdevelopments.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I tried installed usbmount and pmount but neither fixed the problem.</p>
<p>After some research I discovered the MAKEDEV command.  So what I tried was to run MAKEDEV from inside of /dev/ and it would give me an error: &#8220;.udevdb or .udev presence implies active udev.  Aborting MAKEDEV invocation.&#8221;</p>
<p>So I went on and looked into /dev/.udev/ and found a /failed/ directory which had a blocked file in there referring to the hard drive that wasn&#8217;t mounting.  For some reason I ran the MAKEDEV [device] command here and VIOLA, it worked.  Apparently it just needs to be run in a directory that doesn&#8217;t have a .udev subdirectory in it</p>
<p>So for me the command was MAKEDEV /dev/sdd and it created sdd1 through sdd10.  Not sure what the other ones are for but I was able to mount sdd1 properly and access my hard drive.  I mean this is a pretty backwards work around but I can access my hard drive without rebooting, so I&#8217;m good to go!</p>
<p>So to sum it up, if you have a device that isn&#8217;t mounting properly but you can see the device with #sudo fdisk -l then:</p>
<ol>
<li> try creating a temporary directory for your new mount points</li>
<li>Then run MAKEDEV [device] inside of that directory.  So if the partition your trying to mount is say /dev/sda1 then you&#8217;ll want to run MAKEDEV /dev/sda and hopefully that gives you access without needing to reboot.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.netflowdevelopments.com/2010/02/19/how-to-mount-a-usb-external-ntfs-hard-drive-that-wont-mount-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount and Blade &#8211; Go Grab it</title>
		<link>http://blog.netflowdevelopments.com/2008/11/08/mount-and-blade-go-grab-it/</link>
		<comments>http://blog.netflowdevelopments.com/2008/11/08/mount-and-blade-go-grab-it/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 09:38:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[action]]></category>
		<category><![CDATA[archer]]></category>
		<category><![CDATA[blade]]></category>
		<category><![CDATA[castle]]></category>
		<category><![CDATA[combat]]></category>
		<category><![CDATA[computer game]]></category>
		<category><![CDATA[horseback combat]]></category>
		<category><![CDATA[kingdom]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[mount and blade]]></category>
		<category><![CDATA[pc game]]></category>
		<category><![CDATA[siege]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[taleworlds]]></category>
		<category><![CDATA[taleworlds.com]]></category>
		<category><![CDATA[video game]]></category>

		<guid isPermaLink="false">http://blog.netflowdevelopments.com/?p=45</guid>
		<description><![CDATA[http://www.taleworlds.com If you haven&#8217;t tried Mount and Blade go out and do so.. it is a great concept made by a great indie company that is addictive as hell.. The combat is the best in any fantasy game I have played, the strategy is fantastic, the entire gameplay setup is something that I have never [...]]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: center;"><a href="http://www.taleworlds.com">http://www.taleworlds.com</a></h1>
<p>If you haven&#8217;t tried Mount and Blade go out and do so.. it is a great concept made by a great indie company that is addictive as hell.. The combat is the best in any fantasy game I have played, the strategy is fantastic, the entire gameplay setup is something that I have never experienced before.</p>
<h2><strong><span style="text-decoration: underline;">Overall Game Experience</span></strong></h2>
<p>You start out as a lowly lord wandering the land.. The character creation is insanely in depth with every pixel of your face customizable.  The important part about creating your character however your history.. From a plethora of options the combination of histories is many, all of them tweaking your character that much more.</p>
<h2><strong><span style="text-decoration: underline;">Combat</span></strong></h2>
<p>All combat is in real time and twitch based.  In a world of point and click Fantasy world combat this is such a refreshing change I cannot even tell you.. Gone are the days of telling your character to attack a monster and going to the fridge while you wait for it to be over.  In Mount and Blade you yourself ride your horse into battle, either pull out your bow, crossbow, sword, battleaxe or lance and charge the enemy.  Timing is everything in the game and once you gain the reflexes and real world skill the excitement of battle is truly exhillerating!!</p>
<h2><strong><span style="text-decoration: underline;">Leadership</span></strong></h2>
<p>The true depth of the game comes not from you single handedly mowing down enemies but from leading men into battle.  Starting off with a rag tag bunch of soldiers they gain experience along side you and before you know it you have legions of heavily armed knights on their warhorse ready to kill and be killed in the name of their lord.. You!  The game builds complexity in the battles as your army grows from a handful of thugs into 100&#8242;s of fully trained soldiers from all disciplines.  Archers, horse archers, cavalry, footman, all need to be organised and given orders in real time.  In the end it is your skill and strategy that will determine the battle, as well as your skill with a blade</p>
<h2><strong><span style="text-decoration: underline;">Your Kingdom</span></strong></h2>
<p>Once you have proven your worth and sworn allegiance to one of the many kings of the land you will be granted a small village to protect and maintain.  You need to ensure the prosperity and safety of your town.. Protecting it from bandits and guiding it&#8217;s expansion through funding building projects that aid it&#8217;s growth.</p>
<h2><strong><span style="text-decoration: underline;">Siege Warfare</span></strong></h2>
<p>On top of open warfare when your army is powerful enough you will lead full siege campaigns against enemy strongholds.  Hopefully you have recruited some engineers into your army as their skills in creating and operating catapults and building ladders will be essential in taking over these fortresses.</p>
<p>War has come down on Calradia  and war attracts its own bunch of misfits. Mercenaries, cutthroats, knights and adventurers flood into the land looking for adventure, fortune and glory. But war is a harsh master. It gives away death and grief to the lot, fortune to a chosen few, and glory, wise men say, to none. Still, men ride to war, for one or other reason. Some because they are looking for thrill and excitement, some because they are desperate and know no other way. Some because they are so bitter and hateful that they are willing to unleash doom on earth&#8230; And yet some, because they are the very heroes who will step forward to stop that&#8230;</p>
<p>Combining a sophisticated,dynamic game world and intense medieval swordfighting action, Mount&amp;Blade strives to create a game experience never seen before. Playing Mount&amp;Blade, you will venture through a world filled with daring enemies as well as friendly groups that will come to your aid or need yours. In a land torn by constant danger, raids and skirmishes, you will raise and lead your own war band, commanding dozens of hardened soldiers. You will hunt down your enemies following the tracks they leave behind. And you will fight epic battles where arrows cut the air with deadly hisses, axes and swords hack with fury, and horses and men clash into a violent melee.</p>
<h2>Go out and grab it today for FREE, you will be amazed at what you&#8217;ve been missing out on!</h2>
<p><a href="http://www.taleworlds.com"><br />
<img src="http://taleworlds.com/Images/Screen_shots/tumbs/020.jpg" alt="" /><img src="http://taleworlds.com/Images/Screen_shots/tumbs/003.jpg" alt="" /><img src="http://taleworlds.com/Images/Screen_shots/tumbs/030.jpg" alt="" /><img src="http://taleworlds.com/Images/Screen_shots/tumbs/032.jpg" alt="" /></a></p>
<p><a href="http://www.taleworlds.com"><img src="http://taleworlds.com/Images/Screen_shots/tumbs/015.jpg" alt="" /></a>[youtube]http://www.youtube.com/watch?v=uTUVfmE2ViQ[/youtube][youtube]http://www.youtube.com/watch?v=pF4l-4EPDDo[/youtube]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.netflowdevelopments.com/2008/11/08/mount-and-blade-go-grab-it/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
