• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle







  • The local transfer compresses it with the same format the CDN would use, so if the local PC turns off, it just continues via Valve’s servers. The downside is that the compression is quite aggressive. My PC with a 5950X can only go like 300Mbps on local transfer, so the CDN ends up being faster for me since I have gigabit internet and the Deck can get 600 Mbps even over WiFi.

    For people with slow Internet speeds, it’s obviously a great feature though.






  • 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