Even if he's a hater, I'm pinning this because I know it's going to come up a lot in the comments. RoW stands for Redirect on Write, it is called that because instead of making a full copy of the data, it just copies the change and points to the old data. TRUE CoW (Copy-on-Write) isn't used because it's wasteful compared to RoW, and yes, BTRFS and ZFS are RoW. RoW is part of the CoW family, like Sprite is a soda.
@adymode5 ай бұрын
I think its a good clarification because COW is misunderstood. ROW is not inherently slower, there is no extra write load, writes are just not in place. What fundamentally makes btrfs a bit slower is maintaining more complex metadata including checksums. Keeping alot of snapshots (dozens) can make btrfs noticably slow, because their metadata has to be co-ordinated, but a few daily & weekly & monthly can be kept for accidental deletions, very efficiently without slowdown. For me thats the most useful thing besides the whole system rollback capability.
@xabi085 ай бұрын
@@adymodeinteresting comment. Well, I have a Nas on XFS and I wonder if I should take the data partition and format them to btrfs. I see that you know well this filesystem and I want to have an external opinion about this. To be more precise, the data partition is a software RAID in mirroring of 8TB
@adymode5 ай бұрын
@@xabi08 I haven't used XFS, maybe it is not worth switching, but BTRFS seems preferable to be going on with. It is simple to configure, its been solid and power/crash resistant for years, (except for raid5/6 which is still experimental). The snapshot ability works like a dream and is easy to schedule with an app like "timeshift". Just don't build up loads of snapshots if high performance is important. Compression also works very nicely and is simple to turn on/off. Autodefrag works well. It is being very actively maintained and improved by quality kernel developers in recent years. I bet if anything supercedes EXT4 as default it will be BTRFS, so its good to go with. On the other hand if the XFS setup is satisfactory it may not be worth the hassle to migrate. Maybe wait to try btrfs for the next fresh linux system install.
@RomanShein19785 ай бұрын
@@xabi08 Well, I have a Nas on XFS and I wonder if I should take the data partition and format them to btrfs. - BTRFS raid is broken, period. Please don't repeat my mistake. You will regret it. Use ZFS instead. ZFS work well to protect against HDD bit rot. For SSD raid you can continue with XFS or use BTRFS over Linux raid. I haven't seen ZFS checksum errors on SSDs, not a single case during 8 years of using old SSDs. It doesn't look like bit rot is a concern for SSDs.
5 ай бұрын
For me a real advantage of BTRFS is an ability to detect data corruption - it's even more important to know which file version is correct because it's much easier to automatize whole process of restoring data, it's content agnostic, I don't need specialized tools to verify files one-by-one. And this feature connects flawlessly with redundant storage support.
@yrjo50504 ай бұрын
BTRFS best feature is ability to combine multiple disks into one filesystem without need of LVM.
@JessicaFEREM4 ай бұрын
I formatted all my drives to BTRFS on my desktop for one reason, windows support. I dualboot and having an FS that works perfectly on windows *and* linux is something that can't be understated.
@wacesferpit3 ай бұрын
wait, did you do the 'hacky' thing of installing windows on a btrfs partition, or just installed the btrfs driver?
@slim57825 ай бұрын
I hope bcachefs' performance will soon eclipse btrfs. I really like compression support in filesystems
@OfficialViper5 ай бұрын
Btrfs and ZFS support transparent compression. It's very well integrated into both, just turn it on. Btrfs even has multiple implementations with different algorithms, and you can set the compression level.
@TavishMcEwen5 ай бұрын
@@slim5782 I've just gotten gentoo working on a multi device bcachefs filesystem We'll see how it goes
@vilian91855 ай бұрын
@@OfficialViperTrue, fedora has compression out of the box
@dasvegy5 ай бұрын
THANK YOU, long wanted to know what btrfs does different. Such a good video, Thank you!
@daltonwither52465 ай бұрын
actually more comprehensive then the other videos
@Maple-Circuit5 ай бұрын
THX!
@quidoquidenzis53745 ай бұрын
Leaving a comment for the YT algorithm. Your videos are amazing. Keep them coming and we'll gladly support you! Thanks!
@Maple-Circuit5 ай бұрын
THX!
@renner03955 ай бұрын
The biggest issue I have with btrfs is that distros and DEs basically don't do anything with it. Except for opensuse. Fedora creates subvolumes for @home and @root and that's basically about it (there is a new btrfs sig). No snapshots or automatic scrubs/balances of any kind and if there is checksum error you'll likely not notice it until something goes wrong or you actively look for these kinds of issues in the logs. A dedicated GUI app for the desktop would fix these issues imo. Also what I think should be talked about more are snapshots for your home directory. It saved my ass quite a few times having an old copy of some file around. Anyway this is a really good video explaining linux filesystems.
@Maple-Circuit5 ай бұрын
100% TRUE!
@wacesferpit3 ай бұрын
yea, sad that even stuff like partition managers and system installers still almost never let you do much with btrfs. For example as far as I know only the fedora installer partitioning tool lets you create subvolumes, and even then it's quite limited and weird about what it lets you do (besides having a really confusing ui) Also, personally I still prefer putting my /home in a separate partition instead of a subvolume, as because of these limitations, if I need or want to wipe and reinstall the OS, it's a lot less hassle to just tell the installer to wipe the system partition, than trying to tell it to only wipe the @root subvolume, and risk it not properly supporting subvolues or not supporting preserving subvolumes and still wipe the whole partition including @home
@richardbennett43652 күн бұрын
Gosh, Fedora 39 wanted to push out a much-too-early-and-unready dnf5 that broke snapper support, and the folks there sort of responded like deer in headlights. Then, dnf5 was delayed until Fedora 41, and I believe developers are still wondering whether to put snapper support into dnf5, or just keep it broken.
@afterstory12635 ай бұрын
I am having a good time using BTRFS in bluefin, its nice to start to understand what i am using, thanks for the video.
@e79905Ай бұрын
Great video. Thanks for the in depth explanation.
@BUDA205 ай бұрын
compression is the reason that I like BTRFS, and in some scenarios, that makes not only more space, but also read and writes where the bottleneck is the connection with the drive or the drive itself. and of course, zstd is great!
@markustieger5 ай бұрын
You forgot to mention: You can disable copy-on-write on the whole btrfs filesxstem or only on individual files (needed for swap for example). Also Gentoo is not unstable or bleeding-edge by default. It is something between Fedora and Ubuntu.
@richardbennett43652 күн бұрын
I like it, too, and I believe one can now import existing partitions into B Tree File System like ZFS can.
@myartikool5 ай бұрын
Waiting for BcacheFS video. Watched some of the older videos and can say this - you sound better and better with each video. There's still a lot of room to grow but your progress in just 2 month is really fast. I also personally enjoy topics you cover, especially more technical ones like this one and one about the kernel. Good luck in the future.
@xabi085 ай бұрын
Thanks for your video. Tbh, i did not know what btrfs was, but thanks to your vid, i discovered something very useful and i finally know why my linux distro formatted my home partition with btrfs
@demanuDJ5 ай бұрын
I have only btrfs on my disks not just because of features you've mentioned but also one you didn't: subvolumes
@myartikool5 ай бұрын
Not having to worry about how much memory to allocate for each subvolume is really cool.
@gautam25995 ай бұрын
This channel is such a gem
@yeshey54435 ай бұрын
oh wow, you mentioned BcacheFS at the end and now I want to jump ship from btrfs to bcacheFS xD. Actually using btrfs in one of my laptops, and I'm using a convoluted system for caching a MicroSD with the computers SSD using LVM cache, its a mess, and in the end the space used for cache is just for cache and nothing else, bcacheFS, unsurprisingly, supports bcache, which would just be miles better than what I have going on, looking forward to that video!
@MrSquishles5 ай бұрын
damn weirdly timed video, was considering doing my next linux box in btrfs when I saw your vid on the feed XD
@AngryPacman1113 ай бұрын
I like how it works on NAS. Snapshotting all the things(free and very fast coz 🐮), and with checksums - very useful for data integrity.
@jamesrivettcarnac3 ай бұрын
7:40 i feel a little attacked 😢 But great video, your content is great
@InterstellarLord5 ай бұрын
Great video. Please now in deph video about Brfs usage. Also same for Bcachefs and zfs. Thanks
@satibel5 ай бұрын
my go to fs setup is snapraid on btrfs. each disk gets its own btrfs partition, and even on a single disk, I use partitions over subvolumes because it's easier to restore or nuke if needed. (and filling up /home won't prevent the system from booting like it can if you have subvolumes with dynamic sizes) and snapraid because you don't have the cost of raid5/6, and it's easy to restore as it basically works like a regular backup, if you lose more than one disk on a raid 5 you still have the rest of the data. though the caveat is that you need to schedule the synchronization because it works like a backup. if you have a system that works in bursts it's great. also you can host it on a slow system that's just enough to handle the disk and network and do the sync on a fast system.
@HwSystems5 ай бұрын
I decided to use it even with all the hate comment about it on my NAS. The snapshot are so useful. No problem so far, crazy performance with SSD.
@lassebrustad5 ай бұрын
had to play at 1,25x as it was too slow for my preference. anyway, well explained, didn't really expect a small channel like this to make such a good video, tbh. I'm running Pop OS with btrfs on my laptop, manually configured it like that as ext4 is the default for the distro, but didn't really understand btrfs, even after reading about it, except that it's supposed to be better for protecting against dataloss. you explained it well
@Antonio-yy2ec5 ай бұрын
Pure gold!
@idcrafter-cgi5 ай бұрын
BTRFS is the default for Fedora installs and also does rectos support BTRFS which should be default cuz it can't be bricked by failed writes like when ros bsods.
@nadtz5 ай бұрын
My only complaint is referring to snapshot's as backups. Depending on FS they can be used to replicate changes over a network for backups but they allow rollback (which is still awesome), not backups. Other than that solid overview, while I personally prefer ZFS I've been keeping an eye on BTRFS and Bcachefs as well.
@Maple-Circuit5 ай бұрын
100% True!
@e79905Ай бұрын
Hope you make one for other disk formats, zfs etc
@HMSNeptun4 ай бұрын
From experience, I've experienced BTRFS going RO on my Kinoite installation randomly with no real easy way to recover it only last week. I had to wipe clean, reinstall kinoite (and reformat to ext4 just in case) to get a working system back. Yes, a filesystem that yells at you if something went wrong is preferable, but i'd much prefer if that something didn't went wrong in the first place.
@VictorYarema15 күн бұрын
I am using BTRFS on my Kubuntu 22.04 Jammy. Used it also on previous LTS. It is great in general. But it also has one pretty serious drawback. Not the filesystem itself, but the driver in Linux kernel. It may be a showstopper for someone who may not be able to do some specific manual recovery of FS mountability. Here's what I mean. I have a Dell Latitule laptop. And sometimes it makes a hardware freeze. I need to do a hard restart by triggering a reset watchdog by holding power button. It doesn't happen that often. But sadly it happens roughly once a month. Now on top of that roughly every third such restart leaves a BTRFS in a state which is totally safe for the data but makes its driver refuse to mount it. This is specifically bad in case of a root file system. In such case it simply doesn't boot. The problem is caused by the fact that driver fails to perform "tree-log replay". The dmesg record contain a phrase like "BTRFS: error (device sda) in btrfs_replay_log:2287: errno=-22 unknown (Failed to recover log tree)". There is one other error with text like "BTRFS error (device sda): open_ctree failed". The thing is that the only way to make it mountable which I found is to simply clear that log tree. In my case it never contained any data I even needed. Everything worked after that cleanup. The major issue is that it has to be done from another instance of a running GNU+Linux system. In my case it is simply a Kubuntu Live ISO which is being loaded by GRUB from ISO file on some other partition which was not affected. It is insanely easy to add an extra record in GRUB which would boot from Live ISO from file. All you need to do then is to locate that root partition and execute simple command like "sudo btrfs rescue zero-log /dev/sda". I am usually performing checks like "sudo btrfs check -p --readonly -- /dev/sda ; echo $?" before making zero-log. It was always successful. After zero-log the kernel will be able to mount that partition again. Good luck everyone.
@TavishMcEwen5 ай бұрын
I just successfully got my ZFS pool mounted again after a month by mounting it in a VM with excessive virtual memory backed by a file. Over two terabytes written to my poor SSD, but it WORKED
@Maple-Circuit5 ай бұрын
ZFS is No pain No gain: The filesystem XD
@bloepje5 ай бұрын
For me it was over 6 months with btrfs.fsck and it had about700G including swap. It ended with an out of memory error. The metadata was only 256GB. This was of course a decade ago. We already switched to xfs or ext4. *if* btrfs would have worked, it would have been so awesome for a incremental backups with rsync. But yeah, it was very unstable. We tried it at other places for for instance object storage, as it would be able to do scrubbing. But scrubbing didn't help with auto-corruption. I am waiting for massive heavy I/O bound installations to report it is stable before venturing into btrfs again for anything. I probably will be using bcachefs before I trust btrfs. ZFS is something I won't even try... It already uses a lot of memory without doing anything.
@bloepje5 ай бұрын
to be clear: we hit enough ext4 bugs when it was considered stable... But it never lead to data loss, only to a hanging filesystem, which we could escape by echo b > /proc/sysrq-trigger . ext4 had a number of issues with tight memory in a memory namespace. It would lock the entire filesystem over all namespaces.
@jamesrivettcarnac3 ай бұрын
@@bloepjelearned something new. Cool
@linuxguy1199Ай бұрын
I have 4 SSDs in RAID5, not gonna risk using BTRFS!
@hygri2 ай бұрын
Spot on. Gentoo on BTRFS/LUKS here for many years now - great FS.
@jooch_exe5 ай бұрын
9:32 I wrote an article many years ago about this specific subject and why NTFS is so much better than EXT. There are always unearthed/bad administrators saying: "it's your own fault, should have made backups". Reality is that people make mistakes and overlook details, and this is where NTFS made so much more sense in SOHO situations. Accidentally deleted a file? Most of the time we can get it back. I really hope BTRFS can close the gap with NTFS.
@mk72v2oq5 ай бұрын
It won't. In fact btrfs has async discard enabled by default. I.e. it issues the fstrim command automatically for deleted files. Which makes it very unlikely to restore anything on SSD.
@franciscopena78593 ай бұрын
Btfs has built-in volume management, although raid 5,6 still not marked as stable
@FurqanHun2 ай бұрын
15:47 yet fedora defaults to btrfs even though they vett everything and make sure it doesn't break, just in case, and my ssd is btrfs while my hdd (that contains imp files) is ext4, even if my ssd goes bonkers my stuff will still be there... the rule of the thumb is to never store important stuff on ssd. I might shift latter on to ext4 who knows...
@linuxsmiths22744 ай бұрын
With data journal ext4 can also survive crashes in the midst of a write, but of course that's a perf sucker.
@OfficialViper5 ай бұрын
Nice video!
@HowToLinux5 ай бұрын
The only thing in the IT world besides zstd that I can say I am a fanboy of.
@HORNOMINATOR5 ай бұрын
an insight to RAID would be cool
@esphilee2 ай бұрын
I use BTRFS for my nextcloud data.
@rafnogueira2 ай бұрын
Could you make a video about F2FS and XFS ? comparing the two filesystems or separated videos abouti t ? thank you for doing these amazing contents
@marcodepe2 ай бұрын
Perfetto per usare endeavouros
@uncrunch3985 ай бұрын
Directly benchmarking DRAM or storage or how it's managed will always show a drastically larger difference than benchmarking applications running on each. I'm curious if maximum or otherwise optimal compression on btrfs causes annoyances in the performance of anything.
@yeah4935 ай бұрын
I just use BTRFS for the data integrity. I'm sure it's slower than EXT4 but I am none the wiser and my data is a little safer. Planning a build that may need ZFS for its RAID features.
@7marcus85 ай бұрын
I am quite sure you mixed up stuff in the CoW and journaling section. Also ext4 is (unless manually diabled) a journaling filesystem, so your statement at 9:43 might be not correct.
@Maple-Circuit5 ай бұрын
I'm just bad at explaining, but yes, ext4 has a journal. It doesn't protect in case of power cut in the middle of a write, the CoW of BTRFS does!
@FlyWR5 ай бұрын
18:00 very controversial... why does the "system" (/) require a higher performance than the "data" (/home)? I mean, system is loaded into RAM almost completely when booting, then occasionally it's read when starting apps. While data is manipulated (both read and written) constantly. System could be basically read-only except /var. Also, snapshotting the data is fine but if that hinders performance 2 times it would be better just to backup it (copy to a different media) and then work at full speed. I can't imagine currently a usage scenario when data performance is less important than system. At least for the following the data performance is much more important, and the system could as well be in a squashfs mounted from a flash drive, with an overlay in some scratch space. * code writing and compiling - (data is much more important, the compiler will be in cache) * multimedia (pictures/video/audio) * vector data (svg/3d models/...) * databases, ML * gaming (the Steam library is in ~/.local/share/Steam; doesn't apply to games from the distributive itself, but they are so tiny usually that their data doesn't matter) The data is almost irrelevant (because there are few reads and writes) for * internet browsing and * working with plain text (without embedded images). System disk speed is irrelevant in these cases too though.
@Maple-Circuit5 ай бұрын
I agree with most of what is written. The way i see it, there is no value to snapshot(or any btrfs features) of the *system, so we shouldn't put it on BTRFS. I agree that data in a lot of cases has more to benefit from faster read/write than system, but if you value your data and would like your fs to do snapshots... than the mix I propose is good! And yes, a standard backup on ext4 will do the same for most people while keeping the fast speed but will take more space than snapshots (;
@FlyWR5 ай бұрын
@@Maple-Circuit I'd say there is no sense in backing up system, as it could be easily reinstalled. But snapshotting system before updates could save a lot of time.
@weench5 ай бұрын
Maybe you will make a video about XFS?
@Maple-Circuit5 ай бұрын
Yep!
@erwynnipegerwynnipeg84555 ай бұрын
Stupid but valid question: I will be building a Minecraft server machine soon. So Minecraft is huge on write speed, it is performant depending largely on that if no CPU bottleneck exists. So theoretically the dumbest yet best setup for breakneck Minecraft server speed would be... ZSH? According to your video. Right? lol.
@Maple-Circuit5 ай бұрын
Not stupid! For a simple Minecraft server, don't overcomplicate it. You should go with EXT4 as it is stable, simple and fast. Extra tips: use a SSD for you hard drive, small one (128gb is enough for minecraft server) cost nothing and will do a world of difference in performance. also don't overcomplicate your distro choice, go with what you know or something like Ubuntu (you can use the standard version if you want an interface). Have fun gaming!
@bloepje5 ай бұрын
@@Maple-Circuit I second this: If you want a very fast and trustworthy filesystem, always go for ext4. Any other file system will take so much resources that it will bog down the whole system. ext4 is very smart in writing and will use delayed allocation. Exactly the thing needed for reiser4 to be included into the kernel.
@AllanSavolainen5 ай бұрын
Does btrfs have fully working fsck? I recall that has been my major point of not even testing it.
@adymode5 ай бұрын
It has "btrfs scrub" which checks not only filesystem errors but also data integrity using checksums. edit I typed too soon! after reading into it, scrub doesn't do much structural checking. But "btrfs check" is the command for that, it is even aliased as "btrfsck"
@AllanSavolainen5 ай бұрын
@@adymode so the answer still is no, well, maybe someday it is usable
@adymode5 ай бұрын
@@AllanSavolainen btrfs scrub is better than fsck - it checks filesystem and data integrity. btrfs is the default filesystem today on widely used distros.
@yramagicman6755 ай бұрын
The point of btrfs is partly that fsck is unnecessary. The CoW and checksums combine to make the functionality of traditional fsck unnecessary. Btrfs does have the scrub functionality mentioned by another commenter, and I think there is a repair option, but if you are looking for the repair tool, you should probably be looking at how to restore from a backup in parallel with the repair attempt.
@AllanSavolainen5 ай бұрын
@@yramagicman675 Which is why I cannot use btrfs. I know these filesystems have all kinds of journals etc to handle crashes and power failures. But I still require a filesystem to have working fsck tool that can repair corrupted filesystem into semi-working state. Prefer to be able to get todays files safe even if I have to restore a backup.
@SearchFingerАй бұрын
Maybe I heard wrong but wasn't BCacheFS recently got rejected from the linux kernel?
@Maple-CircuitАй бұрын
Kent was barred from merging anything to the 6.13 for code of conduct violation, I'll probably make a vid on that (; *he will be able to merge in 6.14 if he doesn't f it all up XD
@t0uchme3434 ай бұрын
I use BTRFS on windows BTW.
@HiImKyle4 ай бұрын
Do people not call it butter fs..?
@Maple-Circuit4 ай бұрын
Butter, better and BTRFS (;
@I-use-Archbtw5 ай бұрын
next do xfs i really like xfs
@Maple-Circuit5 ай бұрын
will do but i've got some vids already lined up... soon!
@bratwurst_addict5 ай бұрын
At around 13 minutes you are using a SQLite to compare speeds. I expect that is because traditional SQL servers would use RAM as caching? I am using SQLite as my main database and ran into some "file is being written to" issues on windows. I managed to resolve them. (Everybody is a Server unless somebody else has written that info to the db before) I definitely have less than 10000 queries per minute from multiple clients. It doesn't feel like it is worth the effort to have "an official database" in our SQL Server. Am I wrong? There is nothing wrong I'm not even worried about adding 20 more clients. It seems SQLite is pretty good at handling my work loads.
@Maple-Circuit5 ай бұрын
I'm not sure I understand your comment correctly, but yes, in production, your sql server will cache and time write and read. This test is there to show the limits of the filesystem. In normal operation, most SQL servers are optimized for EXT4 style FS and will have multiple optimization to work better with EXT4
@romulino5 ай бұрын
Why would you want to use sqlite as a real production server that serves many people? Real question, I cannot see why you would do that unless maybe you run on a raspberry pie or something else that can't run a more robust DB.
@darukutsu5 ай бұрын
zfs has it's usecases also it's not completle true that's it's resource hog. It's decision to cache to ram was rigth at time when fast nvme ssds weren't existent. I have used zfs on freebsd and linux. While I agree it takes a bit more resources on linux it's nothing scary and in fact i use it as filesystem of choice. Maybe that's because of all tooling around zfs that has been developed and makes life easier. And also it's mature and rock solid can't be said same for btrfs which for years for example is missing stable support for raid56(not important for home user but..)
@mikoshpopa5 ай бұрын
I used btrfs as shared partition for both linux and windows but windows driver for it broke entire filesystem.
@icollidedАй бұрын
ZFS seems awesome, but don't you need $50,000 Sun Server?
@Maple-CircuitАй бұрын
Nope, now running the fs is trivial. !
@ninetydirectory37985 ай бұрын
How to pronounce it?
@Maple-Circuit5 ай бұрын
BTRFS or Butter-FS or BetterFS or B-Tree-FS... you choose (;
@ninetydirectory37985 ай бұрын
@@Maple-Circuit Thank you. I'll use all of them.
@AngryPacman1113 ай бұрын
bee tea are fs 💀
@IamTheHolypumpkin5 ай бұрын
I hope the devs fix raid 5 and raid 6, then I would move my server from zfs to btrfs.
@Maple-Circuit5 ай бұрын
I think we are going to have BcacheFS stable before that XD
@hightidesed5 ай бұрын
its actually supposed to be pronounced "better fs"
@Maple-Circuit5 ай бұрын
BTRFS or Butter-FS or BetterFS or B-Tree-FS... you choose (;
@aerbon5 ай бұрын
i care about math and trees :(
@Maple-Circuit5 ай бұрын
Lol, maybe one day I'll be crazy enough to delve into the implementation details of a FS (;
@satibel5 ай бұрын
afaik zfs also can have corruption issues if you aren't using ecc memory and have a double error.
@amelia_tar_gz5 ай бұрын
Not really. ZFS uses hierarchal checksumming to prevent such things.
@yeah4935 ай бұрын
Pretty sure this is a myth that comes from misinterpreting the popular advice that you aren't making full use of ZFS data integrity without ECC. Doesn't mean ZFS is worse compared to OTHER filesystems, in fact it is better.
@MT-nu8ox5 ай бұрын
Honestly I am way too lazy to figure out fancy features of filesystems. In my time of distro hopping, XFS felt the fastest (for example when booting) which is why I use it. Havent had any issues but even if I do that's fine since I dont use /home for my files. IMO the best way to use partitions is to disregard partitions made and used by software for personal files since /home will inevitably get drowned in junk (at least that what always happens to me).
@richardbennett43655 ай бұрын
B Tree File System is still not stable. IEven the engineers who develop it say so, and do NOT convert in place an extra file system to a birds unless you like playing Russian roulette. Data Destroyer. One just needs to be aware of the limitations before willy billy launching into using birds. On the other hand, ZFS is rock-stable.
@Maple-Circuit5 ай бұрын
Correction, BTRFS is stable. In-place upgrade is not and can never be stable. You must be looking at a very old comment to think that BTRFS isn't stable, since it is used in production and is the default in many distros.
@mattsgamingstuff586718 сағат бұрын
@@Maple-Circuit With the exception of RAID5/RAID6 which are still being worked on (and not prod ready). RAID5/RAID6 arrays that want snapshotting and self-healing are still best pointed at ZFS.
@richardbennett43655 ай бұрын
Snapshots are NOT backups. Oh, my goodness. This man doesn't understand this file system.
@Maple-Circuit5 ай бұрын
Snapshot is used for backup by 99% of Snapshot users. Snapshot exists for more than backups, but that is its primary use. Does a small, meaningless correction make you feel superior?
@danielflipse71485 ай бұрын
@@Maple-Circuit No they are not. Snapshots revert modifications in time, they do nothing to protect against partition or disk failure. That's why they are useful for system partition quickly reverting updates that went south. For critical/personal data in your home directory, on the other hand, you will need back-up to external storage. You could use btrfs or rsync on your external drive; the first write will be a full back-up full duplication of your data. Using btrfs snapshots within your home partition can still be useful, e.g. accidental file removal. Yet it's not a back-up because there's just one copy of the data, which, once corrupted, cannot be restored
@FlyWR5 ай бұрын
@@Maple-Circuitwhere do 99% come from? Your friends and family? No competent admin will "use" snapshots for backups. "Using snapshots for backups" is like "using no backups for backups", or a variation "use raid for backups". As an analogue, normally you can't substitute arm for leg. It could be a part of a trick, or a workaround for impaired ones, but even then no one will say that a footless man's legs grow from shoulders. Same with backups: you could have no backups, and try substituting them with snapshots, but that's an impairment, and shouldn't be called backups. And the consequences are also daring.
@ytbone94305 ай бұрын
@@FlyWR I disagree. A snapshot might not be a backup to be used in the sense of disk failure or the house burning down, it's meant to be used when human or software error happened. From my perspective it's still a backup, it's a less safe one, but it can run more frequently. I often use "Previous Versions" or the "Shadow Copies" on windows NTFS drives to get some file or folder back from yesterday or last week. It's the "snapshot" of the Windows world for about 20+ years. It's very handy, because this "backup" is right there, with a single click of a button. It comes in handy if you made a mistake like deleting the wrong files and not using the recycle bin e.g.. This does not mean I don't have 2 other backups on a different drive and site. I normally don't need to recover from these backups, it is also inconvenient to do so, so I really like the option to have this less safe backup at hand. It can also help if your regular backup schedule is once a day or week, but snaphots and "Previous Versions" can be created every 4 hours or so, which is nice. Another point: On Windows at least, you can also have the "Previous Verisons" or snapshot data be written to another disk / location. In that case, there really is no argument about a snapshot not being a backup anymore.
@ytbone94305 ай бұрын
@@Maple-Circuit It's a troll I guess. o) Even if your statement would be wrong (which I think is not the case), the user comment above is not appropriate and looks not very polite to me. Maybe he had a bad day and lost control for a moment, it can happen to humans, it should not, but it happens.. o)
@richardbennett43655 ай бұрын
What??? Linux-based systems certainly so use Zettabyte File System despite it not "being in the kernel." The narrator should have corrected his scriptwriter, because that person doesn't understand that ZFS does not need to be "in" a Linux kernel. 😮
@Maple-Circuit5 ай бұрын
Narrator and scriptwriter are the same. And yes, there have been implementations of ZFS on Linux. but you have to admit that if its not in the kernel, there is no widespread use of it!
@darukutsu5 ай бұрын
@@Maple-Circuitit's not in kernel due to cddl licensing issues with gpl... it's heavily used. Wendell from level1techs talks lot about it.
@amelia_tar_gz5 ай бұрын
@@Maple-Circuit Ubuntu ships with it... You don't even to compile anything.
@richardbennett43655 ай бұрын
Don't have a COW, but not copy on write either of B Tree File System or Zettabyte File System. 😮 They are both redirect on write systems.