http://linux.die.net/man/1/afp_client apt-get install afpfs-ng Make a dir to attach the mount point to mkdir /mnt/DIR_NAME Mount the shared volume afp_client mount -u USER -p PASS SERVER:VOLUME /mnt/DIR_NAME/

List all the disks to get the SD Card path diskutil list Unmount the disk diskutil unmountDisk /dev/disk Duplicate image file to SD Card sudo dd bs=1m of=/dev/rdiskX if= Options Get block size of disk Skip errors and sync drives