This is how I did a blu-ray dump because I didn't feel like hooking up an external drive, so I just mounted a windows share and copied it to their like this:
mkdir /mnt/share
mount //<shareip>/<sharename> /mnt/share -o username=user,password=xxx
dd if=/dev/cdrom of=/mnt/share/dump.iso