Look for the hard drives device with mount or sudo fdisk -l and unmount it. In my case it's going to be sda.
mount
sudo fdisk -l
sda
Backup uncompressed image:
sudo dd if=/dev/sda of=/home/sda.bin bs=1024
After installing rpi-update:
rpi-update
sudo apt-get updatesudo apt-get install rpi-update
And doing an update of the firmware and the kernel with it:
sudo rpi-update