On 02/23/13 08:52, Neil Bothwick wrote:
On Fri, 22 Feb 2013 23:21:02 -0700, Joseph wrote:

Got it. I change it to:
tmpfs           /var/tmp/portage        devtmpfs
size=1512M,nr_inodes=1M 0 0

Why are you using devtmpfs? You should be using tmpfs for this, which
defaults to half your available RAM. devtmpfs is a special option
for early-boot /dev only.


--
Neil Bothwick

I was following the instruction from recent "udev" upgrade: Upgrading udev from 
171 (or older) to 197

----copy--------
- The need of CONFIG_DEVTMPFS=y in the kernel; need to verify the fstype for
  possible /dev line in /etc/fstab is devtmpfs (and not, for example, tmpfs)
---end coopy----

So I change both lines in fstab:
shm                     /dev/shm        devtmpfs        nodev,nosuid,noexec  0 0
tmpfs           /var/tmp/portage        devtmpfs        size=2048M,nr_inodes=1M 
 0 0

--
Joseph

Reply via email to