Skip to content

Commit

Permalink
Update CoW
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sane authored Oct 29, 2024
1 parent 37b0cca commit d1028fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wiki/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@

#### Failed to decompress file/corrupted block detected error
- Some Penguins have had this error when using BTRFS.
- Disable CoW on the game's LIVE dir with `chattr +C ./LIVE`, then redownload or copy in a fresh data.p4k.
- Easy way: Disable CoW on the game's LIVE dir with `chattr +C ./LIVE`, then redownload or copy in a fresh data.p4k.
- Less easy: Disable CoW only on the data.p4k file. This can only be done on an empty file.
- Alternatively, try mounting with the `compress` option instead of `compress-force`.
- If that doesn't work, switching to ext4 is an option.

Expand Down

0 comments on commit d1028fe

Please sign in to comment.