Competing music cloud offerings

Everyone has (or is about to announce) their own cloud based music offering right now. I’ve got almost all my mp3s of every CD I own uploaded to Google Music, the new albums I buy from Amazon mp3 are stored in their cloud offering, and now Apple is expected to launch their offering.

The film industry apparently has a cloud based offering cooking, called Ultraviolet, which is expected to layout the standards for offering cloud based movies. Pretty soon, all music and video physical formats will disappear, or at least become niche like vinyl.

Now we just need to get bigger pipes to our houses, oh, and remove the ridiculous capping on monthly bandwidth usage. AT&T – if you implement the 150GB bandwidth cap for my neighborhood then we’re switching to Comcast cable.

Jobs not keen on MobileMe either

I have a Mac, it’s my main computer at home. I’ve always wondered what the attraction of the MobileMe service is/was. It just doesn’t offer enough to justify the cost – to me it’s way overpriced.

Considering with my Android phone I get automatic email, calendar and contacts sync’ing between the online services, my Mac at home plus my phone FOR FREE I have to wonder why anyone would pay $100 for a year of providing this service is just beyond me.

Apparently Jobs also felt the same way when the service was launched, according to some recent quotes talking about the MobileMe development team: “You’ve tarnished Apple’s reputation…” apparently Jobs said, “You should hate each other for having let each other down”. Wow. Ok. So you don’t like MobileMe? Guess I’m not the only one..

Check RAID status on Ubuntu

Check RAID status:

/sbin/mdadm --detail /dev/md0

Or check with this:

sudo cat /proc/mdstat

This is what a good status will look like:

Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] 
md1 : active raid1 sdb5[0] sdc5[1]
      1485888 blocks [2/2] [UU]
      
md0 : active raid1 sdb1[0] sdc1[1]
      242709888 blocks [2/2] [UU]
      
unused devices:

The [UU] (I think) indicates the status of both drives in the array, and both are Up