I am having problems using fdisk
to clear the partition table of my sd card. The sd card is identified in the /dev
folder when inserted into the sd card reader, but when the following command in run:
fdisk /dev/sde
the response in the terminal is:
unable to open sde
I have also tried using sde1
, which is the partition on the sd card, and it still failed. How do I fix this?