From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.redswitch.com ([206.14.68.143] helo=redswitch.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 182fnD-0006La-00 for ; Fri, 18 Oct 2002 23:40:31 +0100 Message-ID: <3DB08F54.7070104@redswitch.com> Date: Fri, 18 Oct 2002 15:46:44 -0700 From: "Xiaogeng (Shawn) Jin" MIME-Version: 1.0 To: =?ISO-8859-1?Q?Henrik_Nordstr=F6m?= CC: linux-mtd@lists.infradead.org Subject: Re: check disk usage References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: > b) Do not use a real /etc/mtab. Link it to /proc/mounts. For details and > limitations of not using a mtab see the mount(1) man page.. almost all > setups can work just fine without a real mtab. Thanks a lot. I did in this way to solve the problem. Shawn.