Summary: | Handbook neglects to note slow startup with Reiserfs partitions | ||
---|---|---|---|
Product: | [OLD] Docs on www.gentoo.org | Reporter: | Richard Donkin <rpd> |
Component: | Installation Handbook | Assignee: | Docs Team <docs-team> |
Status: | RESOLVED WONTFIX | ||
Severity: | minor | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?full=1#book_part1_chap4 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Richard Donkin
2006-04-21 05:10:28 UTC
Sorry, I forgot to mention that I am referring to the AMD64 Installation Handbook. AMD64 folks, can you confirm this? Richard, I've always reiserfs (all partitions) with Gentoo since 2004 and have never noted marked difference in bootup times after a power-cut (yes, I see lots of those as well), so I'm inclined to mark this WORKSFORME. Since I don't have an AMD64 box, I'm cc'ing the AMD64 folks for their input before taking further action on the bug. Are you running reiser 4 by any chance? it isnt amd64 specific reiserfs takes a few seconds longer to do a `mount` than ext3 ... and if you have more than one partition which you mount in serial, then you'd notice it pretty quickly i tend to add to my local.start something like: mount -F <mntone> <mnttwo> ... & should work fine for all non-critical partitions (i.e. /var or /usr is a bad idea, but /mnt/foo is a good idea) (In reply to comment #0) *shrug* So it can be slower -- so what? There have been plenty of benchmarks that show how the different filesystems do different things at different speeds. In my opinion, this is not worth mentioning in the handbook. A few seconds of additional time (at most) does not merit any special attention. (In reply to comment #4) > In my opinion, this is not worth mentioning in the handbook. A few seconds of > additional time (at most) does not merit any special attention. Agreed. |