The df command only shows mounted devices and filesystems. You can use lsblk to show all block devices and their partitions. To format it more nicely to show the labels for each partition, you can use these options: lsblk -o name,mountpoint,partlabel,size.
This is the output from my deck without the microsd card:
I’ve used
df -h
and that showed only this three partitions. I’ve only skipped the tmpfs mounts.The
df
command only shows mounted devices and filesystems. You can uselsblk
to show all block devices and their partitions. To format it more nicely to show the labels for each partition, you can use these options:lsblk -o name,mountpoint,partlabel,size
.This is the output from my deck without the microsd card: