I want to restore a HDD image I have to my laptop's HDD while booted off the Ubuntu Live CD.
The laptop's HDD is unformatted and has no partitions.
I expected this to work:
$ sudo dd if=/path/to/backup.img of=/dev/sda
But I'm told
dd: opening `/dev/sda': Permission denied.
What gives?

sudo fdisk -landmount, maybe something got mounted 'by accident'. – Bobby Feb 3 '10 at 13:05