Archive for the 'howto' Category

How to buy an old Bolex

Not too long ago, I acquired a 1952 Bolex to use as a crash camera or a “B” camera on music video shoots. The older non-relflex, non-sync sound cameras of this type are perfect for this because they are cheap, and generally extremely rugged. If they’ve been well taken care of, you can get a good amount of utility out of them, for a fairly low price.

There are a bunch of pitfalls, however, that should make you nervous, especially when purchasing one of this cameras online. I bought mine from Ebay, but only after doing my research, and waiting several months for the right camera to come along. The key things to look for to avoid fraud or a non-functional camera are:

  • Verify the seller’s description by checking it against the camera’s serial number on a site like http://www.bolexcollector.com.
  • Verify that the camera is in the seller’s possession by asking for pictures of the serial number on the camera body with some object or phrase you specify. This might be a bit paranoid, and not necessary if you have other reason to trust the seller, but could prevent you from getting burned.
  • Ask if film has been run through the camera recently and if you can see the footage.
  • Be skeptical of sellers that claim to know nothing about the camera and are selling it “as-is”. You can get good deals this way, but you have to be careful, or you can wind up with a $200 to $1000+ doorstop.
  • Ask about the condition of the lenses. Many of these cameras are 30+ years old and haven’t always been stored properly. Fungus can result, and normal wear and tear on parts (focus rings etc.) can take it’s toll even (and maybe especially) from amateur use.

Generally, if you are careful, and make a thorough investigation of both the camera and the seller you will get a highly useful camera with a unique look. Because these cameras are generally spring wound — you can take them places without electricity for extended periods of time. If I was ever to shoot an indie documentary in a remote location having a Bolex around as a B camera would be a great asset.

How to recover files from a software striped raid array on a mac pro

Normally, this blog is reserved for BBP projects and things of a photographic nature but I wanted to share my experience with a recent problem I had and solved.

I accidentally deleted my striped raid array in Disk Utility. This meant that I lost both my most recent work — and some older work that I had not yet backed up.

I called Apple Tech Support, who confirmed my research that it was not easily possible to recover from this mistake.

Because the disks were undamaged, and the files uncorrupted this method was possible. In other cases this might not work. Here’s the method I used to get my data back:

  1. Recreated the raid array in disk utility using the same name, block size, disks and raid type.
  2. This left me with a “blank” raid array that Mac OS could now recognize.
  3. I promptly unmounted this array to prevent overwriting it.
  4. I then used Prosoft’s Data Rescue II ($99 — worth it) to recover the files on the disk.You’ll want to use the “thorough” method and be patient. It took about 2 hours to scan my 600 gigabyte drive. You might also want to increase the maximum filesize it will look for if you have some large files (like video or digital medium format) otherwise it will cut them off (the default cutoff is 100mb I believe)

Of note to photographers is that Data Rescue can support Flexcolor format(.fff) filesĀ  as well as Photoshop and Canon Raw formats– this is important with this recovery method because without any way of determining file structure from the file allocation table the software searches the disk block by block for specific file types. I wasn’t able to find any other software that supported .fff format — so if you shoot with a Hasseblad and use a mac you might want to bookmark their website.

In order to enable Flexcolor support for Data Rescue you have to email their support guys and ask for it — as it doesn’t seem to be included by default yet.

When I was googling for information I didn’t find much on the topic, so I thought I’d help out and post my experience. There are also some free software alternatives in the form of Forensic oriented software for highly technical users. Check out the Helix Livecd made by E-fense. You can use the software package PyFlag to attempt to recover your raid array — it can actually attempt to reconstruct the filesystem — but currently doesn’t compile easily on a mac — and the Livecd currently won’t boot on a intel mac due to a Grub incompatability. I hope this helps — and please post any extra information or corrections.