this post was submitted on 03 Nov 2023
37 points (89.4% liked)

Steam Hardware

21706 readers
790 users here now

A place to discuss and support all Steam Hardware, including Steam Deck, Steam Machine, Steam Frame, and SteamOS in general.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Deck] - Steam Deck related.
[Machine] - Steam Machine related.
[Frame] - Steam Frame related.
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

If your post is only relevant to one hardware device (Deck/Machine/Frame/etc) please specify which one as part of the title or by using a device flair.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 4 years ago
MODERATORS
 

Also anyone can tell me the difference in performance between the white one and the blue one??

you are viewing a single comment's thread
view the rest of the comments
[–] SuperIce@lemmy.world 4 points 2 years ago* (last edited 2 years ago)

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:

deck@steamdeck ~> lsblk -o name,mountpoint,partlabel,size
NAME        MOUNT PARTLABEL   SIZE
nvme0n1                     476.9G
├─nvme0n1p1       esp          64M
├─nvme0n1p2       efi-A        32M
├─nvme0n1p3       efi-B        32M
├─nvme0n1p4 /     rootfs-A      5G
├─nvme0n1p5       rootfs-B      5G
├─nvme0n1p6 /var  var-A       256M
├─nvme0n1p7       var-B       256M
└─nvme0n1p8 /home home      466.3G