I have successfully gotten my Pi up and running but I wanted to create a bigger disk. I found some instructions to backup the disk image on my Mac and restore it to a new bigger SD card but it ended up with the same size partitions and lots of unused free space. Disk Utility on OS X says it cannot resize the partitions.
I have seen some instructions on the Web to use the Pi command line tools to essentially delete all of the partitions and then recreate the boot partition with a much bigger size. Since it gets created with the same starting sector the data is intact and it will boot. That sounds a bit hazardous to me and maybe prone to some hidden problems.
Is there an easy and safe way to take my current SD and copy it to a new bigger SD and enlarge the boot partition?
After a bit more digging I thought I found the answer with the rasps-config script but it won’t enlarge the partition since it was built with NOOBS.
I decided to just download Jessie and build a fresh install on the new SD card. I was trying to preserve a few config settings and installs like VNC but Jessie is probably a good idea anyway.
Creating a new bootable SD card with Jessie was pretty easy using OS X. The new SD card is a Class 10 and it is noticeably faster than the one I bought with the Pi that had NOOBS and Raspbian pre-installed.
I debated installing NOOBS Lite which then could download Jessie directly to the SD on the Pi but I decided to download the image to my Mac and created the SD card on the Mac.
Just so others won’t have to look so hard here are some links that helped.