how to copy a bootable file from SD card to another SD card

Asked by Jessie

I want to copy a bootable file from SD card to another SD card. I used the "dd if=/dev/DEVICE of=sd_image.raw" command but it say's "Permission denied", I login as an administrator. Please help me, im just new user of Ubuntu/Linux.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu coreutils Edit question
Assignee:
No assignee Edit question
Solved by:
Ralph Corderoy
Solved:
Last query:
Last reply:
Revision history for this message
Best Ralph Corderoy (ralph-inputplus) said :
#1

Hi Jessie. Looks like you need to use sudo(1). See https://help.ubuntu.com/community/RootSudo for starters.

Revision history for this message
Jessie (jtaganna) said :
#2

Thank you very much Ralph, it solve my problem.