From: "Kharitonov A. Dmitry" <kharpost@rambler.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] [JT] Скрипты для eeePC
Date: Fri, 10 Oct 2008 21:50:43 +0400
Message-ID: <48EF95F3.6000502@rambler.ru> (raw)
In-Reply-To: <f7a739430810092108s2185917ax2ea7724d8270ae6b@mail.gmail.com>
>> Насколько я понимаю, проснуться можно только с раздела.
>>
>
> Ага, значит нужно таки делать раздел для swap? На каком устройстве и,
> главное, какого размера? И как это отразится на времени жизни
> устройства, если для них даже noatime включать предполагается?
>
> У меня EeePC 901 с 1G RAM, "диски" sda 4G и sdb 16G
>
>
901 хорошая модель, там в корпусе предусмотрена ниша для винта в 1,8"
Устройство любое. Вот к примеру у меня:
[user@eeedima ~]$ sudo fdisk -l
Disk /dev/sda: 4034 MB, 4034838528 bytes
255 heads, 63 sectors/track, 490 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x47684767
Device Boot Start End Blocks Id System
/dev/sda1 * 1 319 2562336 83 Linux
/dev/sda2 320 490 1373557+ 82 Linux swap / Solaris
Disk /dev/sdb: 16.1 GB, 16139354112 bytes
255 heads, 63 sectors/track, 1962 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x8ec18ec1
Device Boot Start End Blocks Id System
/dev/sdb1 1 1962 15759733+ 83 Linux
Оценить, объём swap можно так
[user@eeedima ~]$ free
total used free shared buffers cached
Mem: 2067148 446652 1620496 0 21356 205636
-/+ buffers/cache: 219660 1847488
Swap: 1373548 0 1373548
Соответственно нужно 450М
До кучи:
[user@eeedima ~]$ sudo cat /etc/fstab
proc /proc proc
nosuid,noexec,gid=proc 0 0
devpts /dev/pts devpts
nosuid,noexec,gid=tty,mode=620 0 0
tmpfs /tmp tmpfs nosuid,nodev,noexec 0 0
UUID=8abc42e7-c93f-47a5-b3f4-b8cc626209b6 / ext3
defaults,noatime 1 1
UUID=a7cb871b-7f98-49bf-aec2-7f38156d729c /home ext2
nosuid,noatime 1 2
UUID=167ba51a-85ea-4fde-b6c7-9f18c3ac50d2 swap swap
defaults 0 0
tmpfs /home/user/tmp tmpfs nosuid,nodev,noexec 0 0
tmpfs /root/tmp tmpfs nosuid,nodev,noexec 0 0
tmpfs /var/tmp tmpfs nosuid,nodev,noexec 0 0
tmpfs /var/cache/man/tmp tmpfs nosuid,nodev,noexec 0 0
tmpfs /var/spool/cups/tmp tmpfs nosuid,nodev,noexec 0 0
/home/apt /var/cache/apt none bind
Во время нормальной работы swap вообще не используется.
Но, если что-то смущает, можно насильно отключить
echo vm.swappiness=1 >> /etc/sysctl.conf
next prev parent reply other threads:[~2008-10-10 17:50 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-02 18:42 [Comm] " Kharitonov A. Dmitry
2008-10-03 16:58 ` Kharitonov A. Dmitry
2008-10-03 17:10 ` Kharitonov A. Dmitry
2008-10-04 5:51 ` Kharitonov A. Dmitry
2008-10-08 2:37 ` Kharitonov A. Dmitry
2008-10-03 22:02 ` Gennadiy Redko
2008-10-03 22:27 ` Gennadiy Redko
2008-10-04 1:52 ` Kharitonov A. Dmitry
2008-10-08 6:26 ` [Comm] [JT] " altlinuxuser
2008-10-08 16:38 ` Kharitonov A. Dmitry
2008-10-08 17:53 ` Хихин Руслан
2008-10-08 19:15 ` Admin
2008-10-09 4:11 ` Kharitonov A. Dmitry
2008-10-08 19:32 ` Michael Shigorin
2008-10-09 4:33 ` Eugene Prokopiev
2008-10-09 4:40 ` Владимир
2008-10-09 16:08 ` Kharitonov A. Dmitry
2008-10-10 4:08 ` Eugene Prokopiev
2008-10-10 17:50 ` Kharitonov A. Dmitry [this message]
2008-10-15 3:31 ` [Comm] " Kharitonov A. Dmitry
2008-10-15 4:26 ` Eugene Prokopiev
2008-10-15 9:07 ` Kharitonov A. Dmitry
2008-10-15 19:09 ` Eugene Prokopiev
2008-11-05 17:06 ` Gennadiy Redko
2008-11-06 4:15 ` Denis G. Samsonenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48EF95F3.6000502@rambler.ru \
--to=kharpost@rambler.ru \
--cc=community@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git