this post was submitted on 03 Nov 2023
39 points (88.2% liked)

Steam Deck

14254 readers
306 users here now

A place to discuss and support all things Steam Deck.

Replacement for r/steamdeck_linux.

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:
[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.

Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 3 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
[–] [email protected] 3 points 9 months ago (8 children)

BTW is normal that the free space on the 64 Steam Deck is actually 40-something gb?? I mean 20gb of OS?

[–] [email protected] 21 points 9 months ago* (last edited 9 months ago)

[This comment has been deleted by an automated system]

[–] themoonisacheese 10 points 9 months ago

Its on the low side but still within reason. Its not just an OS, it's an OS, a full steam install, a web browser( actually 2 of them because steam also packs an embedded browser), a desktop environment, HD animations, HD wallpapers (several of them) and it adds up quick.

[–] [email protected] 6 points 9 months ago* (last edited 9 months ago) (1 children)

Additionally, to what was already said, the size of storage is giving in Decimal (1000B based) while after formatting it is often shown in Binary (1024B based), which makes the storage look smaller, which it isn't.

And the most of the storage is coming from software stored in your home, not the OS itself. The OS only occupies around 3.3GB on the 5GB root partition:

/dev/nvme0n1p4  5.0G  3.3G  1.5G  69% /
/dev/nvme0n1p6  230M   41M  173M  19% /var
/dev/nvme0n1p8  466G  115G  351G  25% /home
[–] [email protected] 4 points 9 months ago (1 children)

It should be noted that the way you listed the partitions misses the dual (A/B) install method that the deck uses. There are 2 identical size partitions for root, var, and EFI. When an update occurs. The system installs the new update on the inactive set of partitions and then tells the UEFI to use the other set on the next boot. That doesn't matter too much for 512GB models like your's, but the extra ~5.5GB for the redundant partition layout can be significant for 64GB models.

[–] [email protected] 1 points 9 months ago (1 children)

I've used df -h and that showed only this three partitions. I've only skipped the tmpfs mounts.

[–] [email protected] 4 points 9 months ago* (last edited 9 months 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
[–] [email protected] 3 points 9 months ago

Yep. The os isn’t tiny, plus there’s all sorts of extra stuff. For example 1gb is gone on every Deck because that’s reserved for swap… and then shader cache sneaks in and depending on the game you might run out of space in no time.

[–] [email protected] 3 points 9 months ago

Just buy an nvme SSD, the one in the deck is really easy to replace (if you have a good screwdriver, like in the ifixit kit/ other phone repair kits)

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago) (2 children)

I don't even know why they have a 64GB version.

This is the one I use. I believe you want to look for the "A2" SD card. No issues with speed or reliability yet. I play ges like Elden Ring and RDR2.

https://a.co/d/7pFQpEB

[–] [email protected] 2 points 9 months ago (1 children)

Loss leader to increase market share most likely, since Valve loses money on the 64gb model

[–] [email protected] 1 points 9 months ago

I suppose that makes sense.

[–] [email protected] 1 points 9 months ago

Not everyone is playin triple A titles, for someone like me who prefer old or/and 2.5D games (which are usually under 10Gib), the 64gb variant would be mostly fine.

[–] [email protected] 1 points 9 months ago

Shader cache takes a big chunk of the available space

[–] [email protected] 1 points 9 months ago

IIRC, it was 20GB of OS at launch, but they shrunk it. Now it's a little over 10GB.