Cannot mount SDXC card [answered]
I have a 64-bit SDXC card that is formatted to exFAT. When I got to reformat through Windows, the only option open to me is NTFS or exFAT, both of which I understand to be no good. I have tried to format the card through the phone itself with the following command.
mkfs.ext4 /dev/mmcblk1p1
Unfortunately I get this error.
permission denied while trying to determine filesystem size
Can someone help?
Become root via
devel-su
first, before issuing an mkfs command!See also "[How-to] Creating partitions on SD-card, optionally encrypted" for a comprehensive guide.
olf ( 2018-03-05 17:15:09 +0200 )edit