Gentoo Archives: gentoo-user-br

From: Felipe 'chronos' Prenholato <philipe_rp@×××××××××.br>
To: gentoo-user-br@l.g.o
Subject: Re: [gentoo-user-br] Tuning desktop.
Date: Tue, 18 Sep 2007 20:01:48
Message-Id: 46F02CAA.1030706@yahoo.com.br
In Reply to: [gentoo-user-br] Tuning desktop. by Cabral
1 Eu li um artigo no gentoo.org e o artigo no fórum do gentoo.
2 O data_writeback o deixa sem journal, e por isso ele fica mais rápido,
3 mas qual a vantagem de usar um FS com journaling sem journaling ....
4
5 eu to usando journaling full, data=journal, no rootopts.
6
7 Cabral wrote:
8 > A idéia é simples. O que acham de criarmos uma theard com opções de
9 > tuning para desktop ?
10 > Eu tenho bastante coisa modificada no /proc que pesquisei na web,
11 > gostaria de compartlhar e receber algumas modificações.
12 >
13 > Se toparam vão as minhas 3 primeiras dicas, ext3, reiserfs, xfs.
14 >
15 > ext3
16 >
17 > tune2fs -O dir_index /dev/sdax
18 >
19 > tune2fs -o journal_data_writeback /dev/sdax
20 >
21 > /dev/sdax /home ext3 defaults,noatime,data=writeback 0 0
22 >
23 >
24 > tune2fs -l /dev/sdax
25 >
26 > ###
27 >
28 > xfs
29 >
30 > /dev/sdax/ xfs logbufs=8,noatime,nodiratime 0 0
31 >
32 > So here is how to defrag your XFS filesystem
33 >
34 > make sure that you have xfsdump installed and the run:
35 > sudo xfs_db -r /dev/[your xfs partition]
36 > at the prompt xfs_db> type in frag to view the fragmentation factor and then type in quit to exit the xfs_db util.
37 >
38 > If your fragmentation factor is above 10% then I would recommend defragmentation.
39 > Now, to actually defrag the filesystem you need to do this
40 > sudo xfs_fsr -v /dev/[your xfs partition]
41 >
42 > ###
43 >
44 > reiserfs
45 >
46 > /dev/sda1 /home reiserfs notail,data=writeback,noatime,nodiratime 0 0
47 >
48 >
49 >
50 >
51 >
52 > **
53
54
55
56 Felipe 'chronos' Prenholato.
57 MZO Interativa - www.mzo.com.br
58 Linux User nº 405489
59 Eu apoio: www.gentoobr.org, www.sancalivre.org.br
60 --
61 ¿Ele é o melhor ¿
62 ~ Virús,Keyloger,Trojan sobre o Windows
63 http://desciclo.pedia.ws/wiki/Windows
64 Sempre é bom se divertir :].
65 --
66 gentoo-user-br@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-br] Tuning desktop. Bruno Linhares <oandarilho01@×××××××××.br>