Mount NTFS filesystem
# using this on osx derivate
sudo /usr/local/bin/ntfs-3g /dev/disk2s1 /Volumes/NTFS -olocal -oallow_other
Transfer disk image file on external drive with dd progress
# at the cost of speed!
sudo pv -tpreb .iso | sudo dd of=/dev/disk2 bs=4M