Monthly Archives: June 2010

Baseball is…

image

Great no matter if it’s the major leagues or minor…

The Cup

image

And the cup rolls by us. Way too packed and hot but still worth it for a bit of history

Bruce by day

image

Just a simple fellow rescued from a shelter, but by night he’s Bat-Dog!

Create a perfect ISO

There are a million posts out there that cover how to make an ISO image of a CD/DVD. For some reason I was having a particularly hard time with a specific disk. It had long file names, funny folder structures and I kept getting all uppercase file names. I tried the stock dd if=/dev/cdrom of=~/[file-name].iso first and found that it was just not cutting it. The below seemed to work the best on multiple CDs and formats.

mkisofs -r -J -l -d -allow-multidot -allow-leading-dots -joliet-long -no-bak -o ~/[name-of-file-or-disk].iso /media/[source-folder]