Gentoo Archives: gentoo-dev

From: Sean Mitchell <SMitchell@×××××××××××××××××××.com>
To: "'gentoo-dev@g.o'" <gentoo-dev@g.o>
Subject: RE: [gentoo-dev] install
Date: Fri, 01 Feb 2002 13:29:03
Message-Id: 23DFAA462CC6A64487613B0E242D9FF706EB65@mercury.phoenix-interactive.com
1 Sorry... should have been more specific/accurate - I meant change
2 "noatime,notail" to "defaults"
3
4 Here is my /etc/fstab :
5
6 # /etc/fstab: static file system information.
7 #
8 # noatime turns of atimes for increased performance (atimes normally aren't
9 # needed; notail increases performance of ReiserFS (at the expense of
10 storage
11 # efficiency). It's safe to drop the noatime options if you want and to
12 # switch between notail and tail freely.
13
14 # <fs> <mountpoint> <type> <opts><dump/pass>
15
16 # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
17 /dev/hda1 /boot ext2 noauto,noatime 1 1
18 /dev/hda3 / xfs defaults 0 0
19 /dev/hda2 none swap sw 0 0
20 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
21 proc /proc proc defaults 0 0
22
23
24
25 Hope this helps!
26
27 Sean
28
29 -----Original Message-----
30 From: Network Administrator [mailto:netadmin@×××××××××××.com]
31 Sent: Friday, February 01, 2002 2:27 PM
32 To: gentoo-dev@g.o
33 Subject: RE: [gentoo-dev] install
34
35
36 and how do I do that

Replies

Subject Author
RE: [gentoo-dev] install Jano Lukac <jano@××××××××××××.net>