Finally, justice is done.
Obi-Wan Kenobi Is Dead, Vader Says – Galactic Empire Times
Posted May 12, 2011 by seanmcgrathCategories: Uncategorized
BlackBerry PlayBook
Posted May 8, 2011 by seanmcgrathCategories: Uncategorized
“Not useful as a computer; too light to serve as a doorstop.”
On dealing with unresponsive/uncooperative vendors and consultants…
Posted April 16, 2011 by seanmcgrathCategories: Uncategorized
It’s like looking at my shower for three weeks because the plumber won’t return my calls. Yeah the plumber’s an asshole, but I’m the one who stinks.
Final Cut Pro X seriously makes me want to start editing again
Posted April 16, 2011 by seanmcgrathCategories: Uncategorized
The Sound of 1,700 Jaws Dropping – Larry’s Blog.
The new interface drew applause, 64-bit support and background rendering had people drooling and the new price of $299 received a standing ovation.
A bit of shameless self promotion
Posted April 16, 2011 by seanmcgrathCategories: Uncategorized
Address Book Extractor from groovytree.com is available on the Mac App Store. Check it out. More good stuff coming.
Setup NFS on Mac OS X 10.6
Posted July 5, 2010 by seanmcgrathCategories: Uncategorized
On the Server Mac:
Open Terminal:
sudo nfsd enable
This starts the nfs server and sets it to startup on reboot.
Edit /etc/exports (create if it does not exist)
Type the full path of the folder you want to share. In my case it was the USB drive attached to my MacMini but it could be any folder. Optional: Use the “-alldirs” option to allow clients to mount any directory under there.
If your UIDs across machines do not match the “-mapall” will map all IDs with an ID that has access to the directory. Find your ID by typing “id” at the terminal on the server. This may not be the most secure setup in the world, but it works and for my home use is perfectly acceptable. There are ways to restrict to a specific network or host.
Anyway, my /etc/exports looks like this.
/Volumes/storage1 -alldirs -mapall=501
Verify via a showmount -e
gallifrey:~ smcgrath$ showmount -e
Exports list on localhost:
/Volumes/storage1 Everyone
gallifrey:~ smcgrath$
Your server is ready. On the client, create a directory to mount to (recommended somewhere in /Volumes) and mount the nfs export.
sudo mkdir /Volumes/storage1-nfs
sudo mount -o rsize=32768,wsize=32768,intr,noatime -t nfs gallifrey.local:/Volumes/storage1 /Volumes/storage1-nfs
Obvious replace with:
host:/full/path/to/export /path/to/local/mountpoint
Done.
ZFS Dedup Available – Revised
Posted January 17, 2010 by seanmcgrathCategories: Uncategorized

