I have to copy my SD card to my hard-drive. I know that I have to mount and unmount it, but the following line doesn't work:
dd if=/media/oneiric of=~/sd-card-copy.img
That was my first try, but then I found out that I have to unmount my card and select /dev/sdX. The problem is that the command fdisk -l isn't showing anything. Nothing happens and therefore I can't copy my files.
How can I fix this?