Comment on [Question] Anyone know if those Miscro sd cards work well on the Steam Deck?
NoXPhasma@lemmy.world 11 months agoI’ve used df -h
and that showed only this three partitions. I’ve only skipped the tmpfs mounts.
Comment on [Question] Anyone know if those Miscro sd cards work well on the Steam Deck?
NoXPhasma@lemmy.world 11 months agoI’ve used df -h
and that showed only this three partitions. I’ve only skipped the tmpfs mounts.
SuperIce@lemmy.world 11 months ago
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
.