From owner-freebsd-questions@FreeBSD.ORG Thu Nov 17 02:36:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DFA9A16A41F for ; Thu, 17 Nov 2005 02:36:26 +0000 (GMT) (envelope-from xinyu.zeng@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B52843D45 for ; Thu, 17 Nov 2005 02:36:26 +0000 (GMT) (envelope-from xinyu.zeng@gmail.com) Received: by zproxy.gmail.com with SMTP id r28so1867055nza for ; Wed, 16 Nov 2005 18:36:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=M4H6hs8vgeqvBlthvSvWUWRbMs08Rn3cFkvBjPOuz8dSf9Y6817HGhajeA2CejPNE+IxJ/mr18BDwMeEHSWJlE+GKvUKVGhBkvF6RIykqejaBLp+shecRiWwAQsvBNkdBs4Q811G+wvEkHDy68FF4MndOKkUseYvqpcYiPjpApE= Received: by 10.37.18.7 with SMTP id v7mr7030067nzi; Wed, 16 Nov 2005 18:36:26 -0800 (PST) Received: by 10.36.90.20 with HTTP; Wed, 16 Nov 2005 18:36:26 -0800 (PST) Message-ID: <6fc27a2a0511161836v4f031670n@mail.gmail.com> Date: Thu, 17 Nov 2005 10:36:26 +0800 From: xinyu zeng To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: BSD 5.4 fs problem... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2005 02:36:27 -0000 Hi, I have FreeBSD 5.4 installed. I found each time I use ports to install software it always hangs there (i have only SSH to connect it) and there is even no ICMP reply (with ping). I got to restart the system and find messages of not properly umount. 'Mounting root from ufs:/dev/ad0s1a WARNING: / was not properly dismounted WARNING: /tmp was not properly dismounted WARNING: /usr was not properly dismounted WARNING: /var was not properly dismounted ' I wounder if this is harddisk error and use 'fsck -y' to check after it reboot. I know I should umount fs before 'fsck', but I have no monitor to see it... -- Best Regards, Yours Xinyu.Zeng