05-03-2018, 04:03 PM
(This post was last modified: 05-10-2018, 08:52 PM by pfeerick.
Edit Reason: latter? LATTER!
)
(05-03-2018, 06:24 AM)Enzo Wrote: keep getting:
enzo@rock64:~/Desktop$ sudo mount /dev/mmcblk1 /mnt/SD
mount: /dev/mmcblk1: can't read superblock
That error is correct, as you are trying to mount the entire SD card, rather than the partition. The command you use later should work, if your SD card's first partition is readable, and that the directory /mnt/SD exists (else you'll get a different error again).
(05-03-2018, 06:24 AM)Enzo Wrote: enzo@rock64:~/Desktop$ sudo mount -t auto /dev/mmcblk1p1 /mnt/SD
When you say the distro is Armbian, is this the Armbian Debian desktop release that you're running? As if it is, it has nothing to do with ayufan. Just want to clear that up.