Originally posted by AdelKS
View Post
Announcement
Collapse
No announcement yet.
Btrfs Enjoys More Performance With Linux 6.3 - Including Some 3~10x Speedups
Collapse
X
-
Originally posted by Mitch View PostI've seen movement from StratisD, but haven't yet seen checksums+ healing and I can't recall if transparent compression is in scope.
And maybe BCacheFS will also mainline this year.
It'll be interesting to see where these 3 projects land in the next few years and how they'll compare.
- Likes 1
Comment
-
Originally posted by scottishduck View PostShould this be taken as a sign they actually intend to get raid5/6 to a production ready state?
this gets you the same redundancy as raid5/6, and some space advantage, although not as much as true raid5/6
- Likes 2
Comment
-
Originally posted by NobodyXu View Postbrucethemoose Since when is data integrity not important?
Comment
-
Originally posted by TemplarGR View Post
It is VERY important, but not for everything.... It is only important for data you care to not lose. So you can still use btrfs and whatnot on a separate backup disk and have your sensitive data secured. No reason to lose performance for the whole desktop. EXT4 is still king.
if your data are on btrfs you can detect corruption very soon and restore from a good copy from the backup (or, if you have a redundant configuration, they'll be automatically fixed for you).
- Likes 7
Comment
-
Originally posted by waxhead View Post
I have not tested and are biased towards BTRFS for the most part, but since reliability is not important (raid0) I am dead sure it is MD+ext4. However I would seriously look at md+XFS if speed is something you care about.
Comment
-
Originally posted by F.Ultra View Postyou also risk introduce errors because external software can add file, FiLE and fiLE and our application is quite screwed. Less error cases and higher performance to have the FS be caseless.
Of course, right now we need that, because of compatibility, but in the end, it would really be a good thing to slowly move away from that.
Why would I want to have File, file, FIle and FILe on my filesystem?
Isn't that just a recipe for disaster?
- Likes 1
Comment
-
Originally posted by F.Ultra View PostAnd honestly the features of btrfs is kinda lost on games from Steam since Steam calcs it's own checksums and can just download corrupted files anew.
e.g. you could save the actual game files on ext4, but the user data, where e.g. your save games are stored you might want to keep on btrfs.
Which would also give you the possibility to easily backup these using the integrated snapshot functionality (many games these days support cloud saves, but not all of them).
Personally, if btrfs would support case fold, I would just use it for the steam library as well, because tbh filesystem performance is really overrated in the times of nvme devices that do 5GB/s. But that's just my personal preference.
- Likes 1
Comment
-
I'm compiling a kernel now to try with these patches.
https://git.kernel.org/pub/scm/linux...it/?h=for-next
[Edit]
Errored during compilation. I'll give it another go when 6.2 has been upstreamed. As I tried it on 6.1Last edited by Turbine; 21 February 2023, 06:07 AM.
- Likes 1
Comment
Comment