I bought a DELL WYSE 5070 with built-in 16GB memory MMC and an M.2 128GB drive and have installed Debian on this machine. When I was installing proxmos, there was no way to install it on MMC so I installed it on the M.2 128GB drive from the command line.
Now, when I use ssh and log into my proxmox server, when I write lsblk, I see the following discs:
So now I'm wondering if there's any chance to use that MMC drive? When I try to mount mmcblk0 I get errors:
root@proxmox:/dev# mount /dev/mmcblk0 /mnt/
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/mmcblk0, missing codepage or helper program, or other error.
I was trying also:
root@proxmox:/dev# mount -t vfat /dev/mmcblk0 /mnt
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/mmcblk0, missing codepage or helper program, or other error.
Do you have any idea how I can use this MMC?
