From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ewerton Romulo Subject: Re: Run linux in ramdisk(tmpfs) and use a mounted HD for files cause memory and CPU overflow! Date: Wed, 29 Jun 2005 01:41:13 -0300 Message-ID: <1f52e8ed05062821415f505fee@mail.gmail.com> References: <1f52e8ed050627021872365696@mail.gmail.com> <20050627142013.GA11425@vagabond> <1f52e8ed0506281106392511f2@mail.gmail.com> <20050628202457.GC30378@vagabond> Reply-To: Ewerton Romulo Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from wproxy.gmail.com ([64.233.184.194]:54533 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S262274AbVF2Elr convert rfc822-to-8bit (ORCPT ); Wed, 29 Jun 2005 00:41:47 -0400 Received: by wproxy.gmail.com with SMTP id 57so724381wri for ; Tue, 28 Jun 2005 21:41:47 -0700 (PDT) To: Jan Hudec In-Reply-To: <20050628202457.GC30378@vagabond> Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org OK! /proc/modules via-rhine 10328 1 8139too 11996 1 mii 1868 0 [via-rhine 8139too] sch_ingress 1116 0 (unused) sch_sfq 2816 321 sch_htb 16896 2 cls_u32 3960 108 cls_fw 2004 1 ip_nat_quake3 1544 0 (unused) ip_nat_mms 2352 0 (unused) ip_nat_h323 2020 0 (unused) ip_nat_amanda 708 0 (unused) ip_nat_irc 1648 0 (unused) ip_nat_ftp 2096 0 (unused) ip_conntrack_quake3 1592 1 ip_conntrack_mms 2480 1 ip_conntrack_h323 1832 1 ip_conntrack_egg 2024 0 (unused) ip_conntrack_amanda 968 1 ip_conntrack_irc 2344 1 ip_conntrack_ftp 3120 1 softdog 1316 1 My /proc/mount is: rootfs / rootfs rw 0 0 /dev/root / tmpfs rw 0 0 /proc /proc proc rw 0 0 devpts /dev/pts devpts rw 0 0 /dev/hda1 /test vfat rw 0 0 The tmpfs is my root that is descompression from a .tgz file in the beginning of boot. I use kernel 2.4.30 oficial, no especific linux distribution!