From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 02:48:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A885916A4CE for ; Fri, 12 Mar 2004 02:48:25 -0800 (PST) Received: from mailer.coolspot.de (mailer.coolspot.de [195.75.111.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5340943D46 for ; Fri, 12 Mar 2004 02:48:25 -0800 (PST) (envelope-from ssc@coolspot.de) Received: from 127.0.0.1 (localhost [127.0.0.1]) by dummy.domain.name (Postfix on Coolspot Mailserver) with SMTP id 472399D189; Fri, 12 Mar 2004 11:48:24 +0100 (CET) Received: from hal9000 (hal9000.coolspot.de [195.75.111.61]) by mailer.coolspot.de (Postfix on Coolspot Mailserver) with SMTP id B7D5B9CBB8; Fri, 12 Mar 2004 11:48:23 +0100 (CET) Message-ID: <000b01c4081f$870f45f0$9704a8c0@coolspot.local> From: "Stefan Sonnenberg-Carstens" To: Date: Fri, 12 Mar 2004 11:48:17 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: "Admin@Coolspot. De" Subject: nfsd server and 2.6.4 linux nfs client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 10:48:25 -0000 Lately seen on some servers : masterofdesaster:~# uname -a Linux masterofdesaster 2.6.4 #1 SMP Thu Mar 11 11:22:39 CET 2004 i686 GNU/Linux masterofdesaster:~# df -h Dateisystem Größe Benut Verf Ben% Eingehängt auf /dev/hdd6 114G 1,2G 113G 2% / /dev/hdd1 96M 44M 53M 45% /boot tmpfs 252M 0 252M 0% /dev/shm nfs90:/exports/ 100G 47G 46G 51% /exports nfs90:/sessdata 65536Y 0 65536Y 0% /sessdata masterofdesaster:~# the export sessdata is a mfs with 256 MB for storing PHP session data. Look, how far we have come ...