In trying to backup mbr I get following.
albert@ALBERT:~$ dd if=/dev/sda of=~/mbr-backup bs=512 count=1
dd: opening `/dev/sda': Permission denied
How to rectify it?
albert@ALBERT:~$ dd if=/dev/sda of=~/mbr-backup bs=512 count=1
dd: opening `/dev/sda': Permission denied
How to rectify it?
Comment