Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 334167 - [PATCH] Add information about ext4
Summary: [PATCH] Add information about ext4
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
: 334449 398879 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-08-23 22:06 UTC by Maciej Grela
Modified: 2012-10-28 10:29 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Add ext4 description to the handbook (gentoo-handbook-x86+amd64-add-ext4-info.patch,2.15 KB, patch)
2010-08-23 22:07 UTC, Maciej Grela
Details | Diff
mke2fs -> mkfs.ext fix (gentoo-handbook-x86+amd64-add-ext4-info.patch,3.31 KB, patch)
2010-08-24 20:44 UTC, Maciej Grela
Details | Diff
Add ext4 description and filesystem labels to the x86+amd64 handbook (gentoo-handbook-x86+amd64-ext4-info-filesystem-labels.patch,8.55 KB, patch)
2010-08-24 22:37 UTC, Maciej Grela
Details | Diff
Removed fs label descriptions. (gentoo-handbook-x86+amd64-ext4-info.patch,3.44 KB, patch)
2010-11-13 00:19 UTC, Maciej Grela
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Grela 2010-08-23 22:06:34 UTC
The attached patch adds information to the Handbook describing the ext4 filesystem. It also modifies the table in "Applying a Filesystem to a Partition" to use the 'mkfs.<filesystem>' commands.

Reproducible: Always
Comment 1 Maciej Grela 2010-08-23 22:07:12 UTC
Created attachment 244303 [details, diff]
Add ext4 description to the handbook
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2010-08-24 06:50:29 UTC
Please don't cc arch teams yourself, we are usually not involved in this kind of topics.  The changes look ok, though I think they are too verbose.
Comment 3 Maciej Grela 2010-08-24 20:44:19 UTC
Created attachment 244463 [details, diff]
mke2fs -> mkfs.ext fix

Changed mke2fs to mkfs.ext2 in a few other places.
Comment 4 Maciej Grela 2010-08-24 22:37:29 UTC
Created attachment 244473 [details, diff]
Add ext4 description and filesystem labels to the x86+amd64 handbook

This patch adds ext4 filesystem information and filesystem labels to the handbook.
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2010-08-25 15:36:32 UTC
*** Bug 334449 has been marked as a duplicate of this bug. ***
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2010-11-12 15:02:38 UTC
@Docs: any progress on that?
Comment 7 nm (RETIRED) gentoo-dev 2010-11-12 16:01:28 UTC
(In reply to comment #6)
> @Docs: any progress on that?
> 

The attached patch isn't useful, because it introduces labels, which are completely unrelated to ext4. Heck, I'm not even sure what uses labels. Ubuntu uses UUIDs, but labels? Beats me. It's not a good idea to mix two completely different feature requests in one patch.
Comment 8 Markos Chandras (RETIRED) gentoo-dev 2010-11-12 16:35:48 UTC
(In reply to comment #7)
> (In reply to comment #6)
> > @Docs: any progress on that?
> > 
> 
> The attached patch isn't useful, because it introduces labels, which are
> completely unrelated to ext4. Heck, I'm not even sure what uses labels. Ubuntu
> uses UUIDs, but labels? Beats me. It's not a good idea to mix two completely
> different feature requests in one patch.
> 

Josh, adding 

mke2fs -t ext4 ( or mkfs.ext4 ) to the fs table displayed here 

http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap=4#doc_chap4

should be good enough. You can also replace ext3 with ext4 to the code listing below this table.

imho it looks really bad(?) to promt ppl install ext3 when ext4 is mature enough for everyday usage. At least we should provide them a way on how to install ext4 if they need to
Comment 9 Maciej Grela 2010-11-13 00:19:13 UTC
Created attachment 254153 [details, diff]
Removed fs label descriptions.

> > 
> > The attached patch isn't useful, because it introduces labels, which are
> > completely unrelated to ext4. Heck, I'm not even sure what uses labels. Ubuntu
> > uses UUIDs, but labels? Beats me. It's not a good idea to mix two completely
> > different feature requests in one patch.
> > 
> 

RHEL uses filesystem labels in /etc/fstab IIRC. But you're right, they belong to a different patch.

> Josh, adding 
> 
> mke2fs -t ext4 ( or mkfs.ext4 ) to the fs table displayed here 
> 
> http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap=4#doc_chap4
> 
> should be good enough. You can also replace ext3 with ext4 to the code listing
> below this table.
> 
> imho it looks really bad(?) to promt ppl install ext3 when ext4 is mature
> enough for everyday usage. At least we should provide them a way on how to
> install ext4 if they need to
> 

I have edited the patch by hand to remove the label references and I'm reposting it. Hope it fits your requirements.
Comment 10 Sven Vermeulen (RETIRED) gentoo-dev 2011-08-17 19:08:43 UTC
Arch teams, can you let us know if ext4 is considered safe to use on your architecture? Please confirm (or deny) so we know for which architectures we can update the documentation with Ext4 information.
Comment 11 Matt Turner gentoo-dev 2011-08-17 19:14:24 UTC
Safe on alpha and mips -- bootloaders probably can't boot from it, but it doesn't look like the patch deals with that.
Comment 12 Agostino Sarubbo gentoo-dev 2011-08-17 19:20:52 UTC
Using ext4 since ~2.5 years on my various desktop/laptop and any servers, included hardened environment, there is no issue for me on amd64 and x86.

So, for me amd64 / x86 OK.
Comment 13 Elijah "Armageddon" El Lazkani (amd64 AT) 2011-08-17 20:14:28 UTC
been using ext4 since as long as it was there, no problems at all for me.
Comment 14 Markos Chandras (RETIRED) gentoo-dev 2011-08-17 23:02:36 UTC
+1 for me on amd64
Comment 15 Thomas Kahle (RETIRED) gentoo-dev 2011-08-20 14:12:30 UTC
It should be fine on x86 too.
Comment 16 Sven Vermeulen (RETIRED) gentoo-dev 2011-08-22 17:19:55 UTC
In-CVS for alpha, mips, amd64 and x86.

Other arches: please comment when it is appropriate to apply for your architecture too.
Comment 17 Agostino Sarubbo gentoo-dev 2011-08-22 18:05:31 UTC
Good idea to remove committed arches from CC. Feel free to readd us, if there are problems/questions.

Cheers.
Comment 18 Raúl Porcel (RETIRED) gentoo-dev 2011-09-03 15:40:13 UTC
ext4 is okay on arm/ia64/sparc
Comment 19 Sven Vermeulen (RETIRED) gentoo-dev 2011-09-04 14:34:31 UTC
Thanks. Handbooks for IA64, arm and SPARC updated.
Comment 20 Jeroen Roovers (RETIRED) gentoo-dev 2011-09-15 18:50:16 UTC
Works for HPPA.
Comment 21 Sven Vermeulen (RETIRED) gentoo-dev 2011-09-17 12:16:25 UTC
Thanks, HPPA updated.
Comment 22 Sven Vermeulen (RETIRED) gentoo-dev 2012-01-14 14:48:40 UTC
*** Bug 398879 has been marked as a duplicate of this bug. ***
Comment 23 Sven Vermeulen (RETIRED) gentoo-dev 2012-10-19 18:50:00 UTC
PPC and PPC64 architectures are the only ones remaining. Guys 'n girls, ok if ext4 is added to the list of file systems supported by Gentoo on PPC/PPC64?
Comment 24 Anthony Basile gentoo-dev 2012-10-19 23:33:35 UTC
(In reply to comment #23)
> PPC and PPC64 architectures are the only ones remaining. Guys 'n girls, ok
> if ext4 is added to the list of file systems supported by Gentoo on
> PPC/PPC64?

Yes ext4 is fine for ppc/ppc64.   All my ppc's at home have ext4 and timberdoodle.gentoo.osuosl.org has ext4 --- all running for years.
Comment 25 Sven Vermeulen (RETIRED) gentoo-dev 2012-10-28 10:29:31 UTC
Thanks; last architectures are now updated.