void-mklive icon indicating copy to clipboard operation
void-mklive copied to clipboard

installer.sh: set fs_passno to 0 for btrfs and xfs

Open camoz opened this issue 2 years ago • 2 comments

For f2fs, set fs_passno also to 0 if not a root filesystem. For btrfs and xfs, set fs_passno to 0 in all cases. See fsck.btrfs(8) and fsck.xfs(8) for more information. f2fs still seems to have issues [0].

[0] https://wiki.archlinux.org/title/F2fs#Known_issues

camoz avatar Dec 29 '21 07:12 camoz

Not manually tested.

The two references in the arch wiki re f2fs are from 2019 and 2020, so it still seems up-to-date...

camoz avatar Dec 29 '21 07:12 camoz

Theoretically xfs can be left out, since fsck.xfs just exits with 0 according to the man page.

camoz avatar Dec 29 '21 08:12 camoz