We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is special for the Pi5. btrfs-convert cannot be used because of the page size. ` btrfs-convert /dev/mmcblk0 btrfs-convert from btrfs-progs v6.2
WARNING: blocksize 4096 is not equal to the page size 16384, converted filesystem won't mount on this system`
Normal mkfs.btrfs works.
The text was updated successfully, but these errors were encountered:
Yes, the same is true of F2FS. If btrfs is important to you, put kernel=kernel8.img in config.txt to use the Pi 4 kernel.
kernel=kernel8.img
Sorry, something went wrong.
Yeah, it was more like a FYI rather than a bug. I noticed this when I got my Pi5 yesterday and my old sdcard didn't boot.
There's a discussion on this topic here: https://social.treehouse.systems/@marcan/111493984306764821
No branches or pull requests
This is special for the Pi5.
btrfs-convert cannot be used because of the page size.
` btrfs-convert /dev/mmcblk0
btrfs-convert from btrfs-progs v6.2
WARNING: blocksize 4096 is not equal to the page size 16384, converted filesystem won't mount on this system`
Normal mkfs.btrfs works.
The text was updated successfully, but these errors were encountered: