When would Linux Mint use BTRFS as default?
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
When would Linux Mint use BTRFS as default?
Hi,
I wonder when Linux Mint would use BTRFS as default?
What would happen if I will try to experiment with BTRFS with fresh installation of Linux Mint 18?
Thank you.
I wonder when Linux Mint would use BTRFS as default?
What would happen if I will try to experiment with BTRFS with fresh installation of Linux Mint 18?
Thank you.
Re: When would Linux Mint use BTRFS as default?
Linux Mint 18 will support Btrfs. You will have to choose "something else" for the "installation type" question and then you can manually create and assign partitions to install Linux Mint 18 on. Btrfs will be a supported filesystem type for new partitions with that. This tutorial on that is probably still useful despite the screenshots being from older version: viewtopic.php?t=122276

Re: When would Linux Mint use BTRFS as default?
I guess not in the coming releases as Mint is very conservative regarding stability issues.SETHANATH wrote:Hi,
I wonder when Linux Mint would use BTRFS as default?
I personally use btrfs as my default filesystem and regularly backup data just in caseWhat would happen if I will try to experiment with BTRFS with fresh installation of Linux Mint 18?


Re: When would Linux Mint use BTRFS as default?
Yes, I plan to experiment with entire root system when the Linux Mint 18 come out.
How is the performance of BTRFS compare to EXT4? It can't be that different if I use my PC for Linux gaming and watching movie right?
What else you notice comparing it to EXT4? Is there any sound issue? Do you think WINE would work okay with it?
Thanks.
How is the performance of BTRFS compare to EXT4? It can't be that different if I use my PC for Linux gaming and watching movie right?
What else you notice comparing it to EXT4? Is there any sound issue? Do you think WINE would work okay with it?
Thanks.
Re: When would Linux Mint use BTRFS as default?
With a slightly older kernel than will ship with Linux Mint 18 and tested on a SSD, btrfs was in some test slower than ext4 and in others about just as fast: http://www.phoronix.com/scan.php?page=a ... -ssd&num=2. Whether those differences would be important to you depends on what you use your system for. If you use your system as a database server or as a build server that does nothing but compile software all day, then btrfs might not be the right choice if looking only at performance. I'd also look at the features of btrfs: https://en.wikipedia.org/wiki/Btrfs#Features. It's for the features you might consider to use btrfs. The btrfs wiki has a lot of information also: https://btrfs.wiki.kernel.org/index.php/Main_Page
Looking at your use, I don't think the filesystem you choose will make any difference for you. Ext4 would be just as fine a choice as anything else.
Looking at your use, I don't think the filesystem you choose will make any difference for you. Ext4 would be just as fine a choice as anything else.

Re: When would Linux Mint use BTRFS as default?
If you boot a liveDVD and then install btrfs-utils, you can then use gparted (or some other partitioning tool) and create btrfs.
When you install, choose "something else" and point to those partitions.
After the install, you'll have your btrfs partitions on your Mint. Also, if you want you can convert existing ext3.ext4 to btrfs: https://btrfs.wiki.kernel.org/index.php ... _from_Ext3
-H
When you install, choose "something else" and point to those partitions.
After the install, you'll have your btrfs partitions on your Mint. Also, if you want you can convert existing ext3.ext4 to btrfs: https://btrfs.wiki.kernel.org/index.php ... _from_Ext3
-H
Re: When would Linux Mint use BTRFS as default?
I think that's only needed for earlier versions of Linux Mint hinto. Btrfs is an option when you create partitions manually from the "something else" choice in the Installation Type step of the installer of Linux Mint 18.

Re: When would Linux Mint use BTRFS as default?
Thank you for all your help. At this point, I keep thinking that, one thing for sure, BTRFS would make copying files much more accurate without any bit lost. Does BTRFS require you to have more than one hard disk, however? What if I am using BTRFS on my laptop, and I do not have any option to set any RAID system? Would BTRFS still work on my laptop? I heard that one day BTRFS would work on Linux Mint as a defaulted file system, so I want to experiment with it early, but I am unsure if my understand of it is correct.
Re: When would Linux Mint use BTRFS as default?
Cool.xenopeek wrote:I think that's only needed for earlier versions of Linux Mint hinto. Btrfs is an option when you create partitions manually from the "something else" choice in the Installation Type step of the installer of Linux Mint 18.
Re: When would Linux Mint use BTRFS as default?
ext4 and btrfs are both journaling filesystems (read about it https://en.wikipedia.org/wiki/Journaling_file_system) and as such you won't lose bits easily. Btrfs does have checksums on more data but if you're losing bits regularly for a home computer it's probably a warning sign for early failure of your hard disk.SETHANATH wrote:At this point, I keep thinking that, one thing for sure, BTRFS would make copying files much more accurate without any bit lost.
That's like saying 4 people will fit in your car so you can't drive it unless you have 4 people in it. You can use btrfs with multiple disks but it doesn't need multiple disks.SETHANATH wrote: Does BTRFS require you to have more than one hard disk, however? What if I am using BTRFS on my laptop, and I do not have any option to set any RAID system? Would BTRFS still work on my laptop?
Perhaps for Linux Mint 19 due in 2 years. Don't hold your breath as a lot can happen between now and then. If there are features of btrfs that you need or want to experiment with, that's fine. Be aware that btrfs can be a higher maintenance filesystem than ext4. For ext4 you don't need to do anything. With btrfs, especially when dealing often with very large files (gigabytes or bigger), you may find the need to tune parts of the filesystem to your specific need.SETHANATH wrote:I heard that one day BTRFS would work on Linux Mint as a defaulted file system, so I want to experiment with it early, but I am unsure if my understand of it is correct.
