Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

steamos-automount: Support btrfs and f2fs #414

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

hotburger
Copy link
Contributor

Requires #413 to actually function.

@hotburger

This comment was marked as resolved.

@samueldr

This comment was marked as resolved.

@samueldr samueldr marked this pull request as draft September 29, 2024 05:49
@samueldr

This comment was marked as resolved.

@samueldr samueldr marked this pull request as ready for review October 6, 2024 02:52
Comment on lines +55 to +58
+ *)
+ echo "Error mounting ${DEVICE}: wrong fstype: ${ID_FS_TYPE} - ${dev_json}"
+ exit 2
+ ;;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be a warning, and unsure what the exit code ends-up being doing...

... after all, this runs for any "external storage", this shouldn't be considered unlikely to happen.

@samueldr samueldr added 2. priority: 3. low 2. topic: system integration About our integration of Steam stuff within NixOS 2. topic: Bespoke stuff Things that are specific to Jovian Experiments 1. type: Enhancement Contributes a new feature, or a new package labels Oct 27, 2024
@appsforartists
Copy link

I've been using these btrfs options:

[
  "noatime"
  "lazytime"
  "compress-force=zstd"
  "space_cache=v2"
  "autodefrag"
  "subvol=@"
  "ssd_spread"
]

as recommended in the SteamOS-BTRFS README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. type: Enhancement Contributes a new feature, or a new package 2. priority: 3. low 2. topic: Bespoke stuff Things that are specific to Jovian Experiments 2. topic: system integration About our integration of Steam stuff within NixOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants