Gentoo Archives: gentoo-dev

From: Holger Brueckner <lists@××××××××.de>
To: gentoo-dev@g.o
Subject: [gentoo-dev] bugs in fstab / installation guide
Date: Sat, 15 Sep 2001 17:39:49
Message-Id: 008d01c13e3f$6b6f42c0$c800000a@netlabs.local
1 hello everybody,
2
3 karltk brough it up on #gentoo and i found two minor bugs in the fstab in
4 the installation guide:
5
6 > # /etc/fstab: static file system information.
7 > #
8 > # noatime turns of atimes for increased performance (atimes normally
9 aren't
10 > # needed; notail increases performance of ReiserFS (at the expense of
11 storage
12 > # efficiency). It's safe to drop the noatime options if you want and to
13 > # switch between notail and tail freely.
14 > #
15 > # <fs> <mountpoint> <type> <opts> <dump/pass>
16
17 > /dev/hda1 /boot reiserfs notail,noauto,noatime 1 1
18
19 should also be 0 0 in the dump/pass line
20
21 > /dev/hda2 none swap sw 0 0
22 > /dev/hda2 / reiserfs notail,noatime 0 0
23
24 *shrug* hda2 as swap and / .. great trick :)
25
26 > /dev/hdc /mnt/cdrom iso9660 noauto,ro 0 0
27
28 what about users who want to mount a cdrom ?!?
29
30 > # /proc should always be enabled
31 > # no /dev devfs line is needed; mounting /dev is done by our devfs
32 initscript
33 > # usbdevfs taken care of automatically by initscripts
34 >
35 >proc /proc proc defaults 0 0
36
37 cya,
38
39 Holger

Replies

Subject Author
Re: [gentoo-dev] bugs in fstab / installation guide Daniel Robbins <drobbins@g.o>