Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No space left on device ?
Date: Sat, 23 Feb 2013 06:21:12
Message-Id: 20130223062102.GE5625@syscon7.inet
In Reply to: Re: [gentoo-user] No space left on device ? by Joseph
1 On 02/22/13 23:05, Joseph wrote:
2 >>> tmpfs 949264 990 948274 1% /var/tmp/portage
3 >>>
4 >>> So, why I'm getting this message?
5 >>>
6 >>
7 >>Your /var/tmp/portage is 10 MB! Increase that.
8 >>
9 >>--
10 >>Nilesh Govindarajan
11 >>http://nileshgr.com
12 >
13 >How do I increase it?
14 >
15 >I deleted all the file in /var/tmp/portage but after reboot the system populate it again.
16 >In fstab I have two entries:
17 >...
18 >shm /dev/shm devtmpfs nodev,nosuid,noexec 0 0
19 >tmpfs /var/tmp/portage devtmpfs defaults 0 0
20 >
21 >should I just comment them out?
22
23 Got it. I change it to:
24 tmpfs /var/tmp/portage devtmpfs size=1512M,nr_inodes=1M 0 0
25
26 --
27 Joseph

Replies

Subject Author
Re: [gentoo-user] No space left on device ? Neil Bothwick <neil@××××××××××.uk>