View previous topic :: View next topic |
Author |
Message |
stefan11111 l33t
Joined: 29 Jan 2023 Posts: 949 Location: Romania
|
Posted: Thu Aug 03, 2023 11:23 am Post subject: Changes to the handbook? |
|
|
I just started to install gentoo on an old laptop after telling myself many times I will do it "some day".
Looking through the handbook(point and laugh, I don't care), I noticed this:
Code: | For instance, to have the EFI system partition partition (/dev/sda1) as FAT32 and the root partition (/dev/sda3) as xfs as used in the example partition structure, the following commands would be used: |
I don't remember gentoo defaulting to xfs. Is this something new? _________________ My overlay: https://github.com/stefan11111/stefan_overlay
INSTALL_MASK="/etc/systemd /lib/systemd /usr/lib/systemd /usr/lib/modules-load.d *udev* /usr/lib/tmpfiles.d *tmpfiles* /var/lib/dbus /usr/bin/gdbus /lib/udev" |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5354 Location: Bavaria
|
Posted: Thu Aug 03, 2023 11:29 am Post subject: Re: Changes to the handbook? |
|
|
stefan11111 wrote: | I don't remember gentoo defaulting to xfs. Is this something new? |
Yes.
(You can see changes in the history of our wiki. TBH: I am still using good old EXT4 and will do in the future ... also because I am using fscrypt) |
|
Back to top |
|
|
John R. Graham Administrator
Joined: 08 Mar 2005 Posts: 10723 Location: Somewhere over Atlanta, Georgia
|
Posted: Thu Aug 03, 2023 11:39 am Post subject: |
|
|
The way it reads, it still looks like a "serving suggestion" to me. The Filesystems section offers more choices (although XFS is recommended).
- John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
|
irets Apprentice
Joined: 17 Dec 2019 Posts: 229
|
Posted: Thu Aug 03, 2023 12:00 pm Post subject: |
|
|
John,
Why is xfs recommended?
I mostly see it at work on Redhat systems with LVM.
If not for LVM, what other pros does xfs have over ext4? (although I think ext4 also supports LVM) |
|
Back to top |
|
|
John R. Graham Administrator
Joined: 08 Mar 2005 Posts: 10723 Location: Somewhere over Atlanta, Georgia
|
Posted: Thu Aug 03, 2023 12:17 pm Post subject: |
|
|
Any filesystem that supports resizing can be effectively used with LVM. Sorry, I don't have any deep insight into the XFS recommendation.
- John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23062
|
Posted: Thu Aug 03, 2023 2:48 pm Post subject: |
|
|
If you have questions about why the Wiki recommends something, the best approach is probably to use the Wiki's history facility to find who added that recommendation, then contact that person. In some cases, a Talk page may have some discussion that was conducted before the decision to change the advice on the main page. |
|
Back to top |
|
|
Goverp Advocate
Joined: 07 Mar 2007 Posts: 2202
|
Posted: Fri Aug 04, 2023 2:15 pm Post subject: Re: Changes to the handbook? |
|
|
pietinger wrote: | stefan11111 wrote: | I don't remember gentoo defaulting to xfs. Is this something new? |
Yes.
... |
Interestingly I read in phoronix XFS maintainer steps down _________________ Greybeard |
|
Back to top |
|
|
sam_ Developer
Joined: 14 Aug 2020 Posts: 2113
|
Posted: Fri Aug 04, 2023 5:36 pm Post subject: Re: Changes to the handbook? |
|
|
Goverp wrote: | pietinger wrote: | stefan11111 wrote: | I don't remember gentoo defaulting to xfs. Is this something new? |
Yes.
... |
Interestingly I read in phoronix XFS maintainer steps down |
They're still contributing, just not acting as chief maintainer anymore, because they burned out.
As for the change itself, you can do what Hu said, and you're free to use whatever FS you want.
But quoting the handbook itself:
Quote: |
XFS notably supports reflinks and Copy on Write (CoW) which is particularly helpful on Gentoo systems because of the amount of compiles users complete. XFS is the recommended modern all-purpose all-platform filesystem.
|
|
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23062
|
Posted: Fri Aug 04, 2023 6:38 pm Post subject: |
|
|
If someone does decide to track down the author of that statement to get an answer, please document it here so that the relevant contributor is not repeatedly asked the same question. |
|
Back to top |
|
|
|