I installed one with the Ubuntu 20.04 image you recommended, the other with the latest Armbian. Here's the errors i see with the Ubuntu image:
Code: Select all
user@moosefspidgey:~$ ls /dev/sd*
/dev/sda
user@moosefspidgey:~$ sudo fdisk -l /dev/sda
fdisk: cannot open /dev/sda: No such file or directory
user@moosefspidgey:~$ sudo mkfs.xfs /dev/sda
can't get size of data subvolume
Usage: mkfs.xfs
Code: Select all
user@moosefspidgey:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 928M 0 928M 0% /dev
tmpfs 200M 3.4M 196M 2% /run
/dev/mmcblk1p2 30G 1.7G 28G 6% /
tmpfs 997M 0 997M 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 997M 0 997M 0% /sys/fs/cgroup
/dev/mmcblk1p1 128M 17M 112M 13% /media/boot
tmpfs 200M 0 200M 0% /run/user/1000
Code: Select all
user@moosefsrattata:~$ ls /dev/sd*
/dev/sda
user@moosefsrattata:~$ sudo fdisk -l /dev/sda
fdisk: cannot open /dev/sda: No such file or directory
user@moosefsrattata:~$ sudo mkfs.xfs /dev/sda
mkfs.xfs: Volume reports stripe unit of 4096 bytes and stripe width of 0, ignoring.
can't get size of data subvolume
Code: Select all
user@moosefsrattata:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 931M 0 931M 0% /dev
tmpfs 200M 3.0M 197M 2% /run
/dev/mmcblk1p1 29G 1.1G 28G 4% /
tmpfs 998M 0 998M 0% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 998M 0 998M 0% /sys/fs/cgroup
tmpfs 998M 0 998M 0% /tmp
/dev/zram0 49M 1.2M 44M 3% /var/log
tmpfs 200M 0 200M 0% /run/user/1000
Perhaps someone here knows how i can get these running, any help is appreciated. Cheers.