My question is in fact related to OS X, however I'm using Linux tools to resolve my problem.
I'm trying to delete all the partitions on my SSD drive and create new GUID (HFS+) partition table. Native Disk Utility is unable to eject disk to re-partition it. From the terminal, which is included in the OS X install, I've ran diskutil and here is the output:

diskutil unmountDisk force /dev/disk0...12 also can't unmount disks.
I've started Ubuntu 12.10 from USB, tried to delete all partitions with GParted (except the recovery partition); it seems to be ok, but the disk is still unavailable for creating partitions with Apple Disk Utility. And certainly I can't create HFS+ partitions in GParted, cause I don't have hfsprogs installed, and there is no way to install 'cause I don't have Internet connection (Ubuntu can't work with Mac Book Retina wifi adapters).
So, the main question is what are these 12 partitions and how to delete them and create one HFS+ partitions?
upad: 
dd if=/dev/zero of=/dev/<disk>/dev/diskNentries look like disks, not partitions./dev/disk1s1seems to be a partition. This might explain the reason you couldn't remove them.ddto /dev/disk0 or /dev/disk1 will surely do it)... Maybe Ask Different would be a better place for the Mac OS X-specific part of the question?