Archive for March, 2010

Sansa MP3 player running Rockbox on Linux: Read only system

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’t work so off to google I went..

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

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:

sudo mount -a -t vfat /dev/sde1 /media/~ -o user,exec,dev,suid,rw,umask=000

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

Tags: , , , , , , , , ,

Enabling Autocomplete by reverse searching history in Linux

Being a FreeBSD user I just got used to a very nice feature that would allow me to autocomplete commands based on my history.  So for example if 15 commands ago I had typed ‘cat filenames1 > filename2′ and I wanted to retype that command I could just type ‘cat’ and then press up and it would go through my history and bring up the last command I typed starting with ‘cat’ until I got back to the desired command, only bringing up those in my history starting with ‘cat’ of course.

Unfortunately this isn’t the way it works in linux, in linux pressing up, no matter how much you’ve typed so far will just take you back through the command history.  Sure you can press ctrl-r but I couldn’t be bothered to figure that out.  Besides there is a much cooler way to go about it.

what you  do is to edit /etc/inputrc:
vi gedit /etc/inputrc

somewhere around line 40 is the following:

# alternate mappings for “page up” and “page down” to search the history
#”\e[5~”: history-search-backward
#”\e[6~”: history-search-forward
Uncomment those lines, close term and open an new one and viola!  It works the same but with page up and down instead.  Beauty!  If you didn’t know about this at all go in there and turn it on right now because man this is a time saver and a half.  You’ll thank me later!

Tags: , , , , , ,

Sony raping customers with new HD movie sales on PSN

http://www.itworld.com/personal-tech/99858/sony-begins-selling-hd-movies-its-psn

Another wonderful show of corporate greed constructing their own demise.  I just can’t understand why anyone would pay basically the same price for a movie on PSN as you would in a store, or on Amazon and not get a physical disk.  Now being an avid steam user I am not unfamiliar with paying for convenience but the movie arena is far far different than that of the Video Game arena.  For example, I’m not going to be taking Half Life over to a friends how for an evening, going through the setup and updates just to watch him play on his machine for a few hours, I’ll more than likely take my machine over with me to play together, or just play over steam.  With movies however having a physical disk is a bit more important.  But even then, with portable hard drives I can see it, however charging $20.00 when the film company is no longer paying for shipping, boxing, distribution, or sharing the sales profits with a retail outlet is ridiculous.  We know how much money they are making currently with the current model so you can’t convince me that they are really hurting as it is and they need this price point to justify some sort of cost we don’t know about.  I also know how much they are paying for their bandwidth, which is next to nothing in comparison to their sales.  It’s all just corporate greed refusing to pass the savings that a technology developed and refined by the masses has granted them and they wonder why they can’t profit off it as much as they want to.  Stop porking your customers in the ass and maybe once people see you offering something at fair market value you might see them paying you what you deserve.

Tags: , , ,

The State of the Internet

Some interesting little numbers to do with the place some of us live.

YouTube Preview Image

Tags: , , , , , , ,

Page optimized by WP Minify WordPress Plugin