I have a 2GB USB stick from a free promotional giveaway. It has a second "partition" with Autorun for advertising every time I insert it in a computer. I know I can disable autorun, but how can I completely erase the disk? Disk Utility on OS X thinks it's two separate disks, see partial output below. I already tried dd.
$ diskutil list
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: CD_partition_scheme *2.7 MB disk1
1: CD_ROM_Mode_1 Autorun 233.5 KB disk1s0
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *2.1 GB disk2
1: Windows_NTFS Untitled 2.1 GB disk2s1
$ sudo dd if=/dev/zero of=/dev/disk1
dd: /dev/disk1: Permission denied