Gentoo Archives: gentoo-user

From: "Stéphane Guedon" <stephane@××××××××××.eu>
To: gentoo-user@l.g.o, gentoo-laptop@l.g.o
Subject: [gentoo-user] mounts options on a laptop
Date: Sat, 05 Mar 2011 10:49:57
Message-Id: 201103051148.18068.stephane@22decembre.eu
1 I have a laptop, it works quite good, but I would like to improve battery
2 length.
3
4 The fact is that, out of the classical options (kernel custom, KDE battery
5 management...), there's no information about disk mount options, whereas it
6 eat a lot of power.
7
8 my current mount :
9
10 rootfs on / type rootfs (rw)
11 /dev/root on / type ext3 (rw,commit=0)
12 /dev/shm on /tmp type tmpfs (rw,nosuid,nodev)
13 /dev/sda7 on /var type reiserfs (rw)
14 /dev/sda8 on /media/musique type vfat (rw,uid=0,gid=18,umask=007)
15 /dev/sda2 on /windows type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
16 /dev/sda6 on /home type ext4 (rw,user_xattr,commit=0)
17
18 and sda5 as swap.
19
20 how to make it better ? (I know reiserfs is not a good idea, but at the moment
21 of building the system, it seamed good for little files/DB...)
22
23 I have read of mounting part of /var as tmpfs... ?
24
25 --
26 Stéphane Guedon
27 page web : http://www.22decembre.eu/
28 carte de visite : http://www.22decembre.eu/downloads/Stephane-Guedon.vcf
29 clé publique gpg : http://www.22decembre.eu/downloads/Stephane-Guedon.asc

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] mounts options on a laptop Florian Philipp <lists@×××××××××××.net>