06-18-2021, 11:57 AM
(06-18-2021, 07:42 AM)Anna Wrote: I get
Code:sfdisk: cannot open /dev/mmcblk0: Permission denied
(Translation from German, I hope the wording is sort of correct.)
Ideas anyone?
Best, Anna
To make your terminal emit messages readable by most of us, you can use this before using the commands that fail:
Code:
export LC_ALL=C
The error message indicates /dev/mmcblk0 is actually existing, and you're just not allowed to access it that way. Probably you didn't honor megi's advice:
Quote:Warning! You'll need to run all the commands as root.