Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32383 - filesystem recommendation inconsistency
Summary: filesystem recommendation inconsistency
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-31 05:21 UTC by Spider (RETIRED)
Modified: 2003-11-01 06:57 UTC (History)
2 users (show)

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


Attachments
Make bootpartition ext2, have "none /proc proc" for proc filesystem (gentoo-x86-install.diff-inconsistencies,708 bytes, patch)
2003-10-31 06:30 UTC, Sven Vermeulen (RETIRED)
Details | Diff
Extra changes (gentoo-x86-install.diff-inconsistencies,1.22 KB, patch)
2003-10-31 07:01 UTC, Sven Vermeulen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Spider (RETIRED) gentoo-dev 2003-10-31 05:21:33 UTC
Ext2/3 highly recommended (easiest); if ReiserFS then mount with -o notail. If you will be using ext3 or ReiserFS, you must add the size of the journal to the partitionsize; in these cases 64 Megabytes is recommended.



 Code listing 6.14: Initializing our partitions (example)

# mke2fs -j /dev/hda1
# mkswap /dev/hda2
# mkreiserfs /dev/hda3




## The inconsistency is that we recommend a size, then make a journal without telling it the size.  suggest that we remove -j and only make a static ext2 



--


There are also inconsistencies between the manual and the example fstab entries.  Suggested that we change proc proc  /none proc  entries, just to be consistent.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2003-10-31 06:29:22 UTC
The size is for the partition size, not the size of the journal. In other
words, in the example we create an ext3 boot partition, so 
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2003-10-31 06:30:18 UTC
Created attachment 20013 [details, diff]
Make bootpartition ext2, have "none /proc proc" for proc filesystem

If a docdev can agree with this, I'll commit.
Comment 3 Benny Chuang (RETIRED) gentoo-dev 2003-10-31 06:44:12 UTC
since we're going to change the boot partition to ext2,
the paragraph below code listing 6.14 should be changed as well.

"We choose ext3 for our /dev/hda1 boot partition because it is a robust journaling
filesystem supported by all major boot loaders. We used mkswap for our /dev/hda2
swap partition -- the choice is obvious here. And for our main root filesystem
on /dev/hda3 we choose ReiserFS, since it is a solid journaling filesystem
offering excellent performance. Now, go ahead and initialize your partitions."
Comment 4 Radek Podgorny 2003-10-31 06:46:21 UTC
Not sure about the ext2/etx3 issue but the "none" thing should be really
repaired...

Radek
Comment 5 Spider (RETIRED) gentoo-dev 2003-10-31 06:59:25 UTC
No, however we recommend both at different times, and the size recommendation
of 32 Mb is for ext2, not ext3.  This all just feels inconsistent and strange.
Comment 6 Sven Vermeulen (RETIRED) gentoo-dev 2003-10-31 07:01:25 UTC
Created attachment 20016 [details, diff]
Extra changes

How about this?
Comment 7 Benny Chuang (RETIRED) gentoo-dev 2003-11-01 03:42:40 UTC
patch looks good
Comment 8 Sven Vermeulen (RETIRED) gentoo-dev 2003-11-01 06:57:00 UTC
Committed.