Skip to content

Commit

Permalink
fix(deck): Remove ssd_spread mount option from BTRFS SD card options.…
Browse files Browse the repository at this point in the history
… Fixes a bug with some hardware where the SD card reports as full erroneously.
  • Loading branch information
KyleGospo committed May 11, 2024
1 parent 295ccec commit 6bc8af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system_files/desktop/shared/usr/etc/default/steamos-btrfs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ STEAMOS_BTRFS_HOME_MOUNT_OPTS="defaults,nofail,x-systemd.growfs,noatime,lazytime
STEAMOS_BTRFS_HOME_MOUNT_SUBVOL="@"
# Defines the filesystem to format the SD card as (default: "btrfs"). One of btrfs, f2fs, ext4, fat, exfat, ntfs.
STEAMOS_BTRFS_SDCARD_FORMAT_FS="btrfs"
# Defines the SD card mount options for btrfs (default: "rw,noatime,lazytime,commit=120,compress-force=zstd:4,space_cache=v2,discard=async,ssd_spread")
STEAMOS_BTRFS_SDCARD_BTRFS_MOUNT_OPTS="rw,noatime,lazytime,commit=120,compress-force=zstd:4,space_cache=v2,discard=async,ssd_spread"
# Defines the SD card mount options for btrfs (default: "rw,noatime,lazytime,commit=120,compress-force=zstd:4,space_cache=v2,discard=async")
STEAMOS_BTRFS_SDCARD_BTRFS_MOUNT_OPTS="rw,noatime,lazytime,commit=120,compress-force=zstd:4,space_cache=v2,discard=async"
# Defines the default subvolume to mount for the SD card if present (default: "@")
STEAMOS_BTRFS_SDCARD_BTRFS_MOUNT_SUBVOL="@"
# Defines the SD card format options to pass to mkfs.btrfs (default: "-f -K")
Expand Down

0 comments on commit 6bc8af8

Please sign in to comment.