The partitions on my phone are visible on /dev/mts/mtsX, and I'd like to copy the contents of those files onto my sd card for safe keeping. Is it safe to just say:
cat /dev/mtd/mtd0 > /sdcard/mtd0
Because I'm not so sure if it's safe to use cat on binary files. Maybe there is a port of dd?