Comment on [Question] Anyone know if those Miscro sd cards work well on the Steam Deck?
SuperIce@lemmy.world 11 months agoThe 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
.