From owner-freebsd-current@FreeBSD.ORG Thu Mar 4 17:13:30 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CD2616A4CE for ; Thu, 4 Mar 2004 17:13:30 -0800 (PST) Received: from coruscant.rfc1149.org (coruscant.rfc1149.org [217.160.130.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F3E843D39 for ; Thu, 4 Mar 2004 17:13:29 -0800 (PST) (envelope-from arne@rfc2549.org) Received: by coruscant.rfc1149.org (Postfix, from userid 110) id EAF943D15; Fri, 5 Mar 2004 02:13:25 +0100 (CET) Received: from kamino.rfc1149.org (kamino.rfc1149.org [2001:8d8:81:11::2]) by coruscant.rfc1149.org (Postfix) with ESMTP id 774F43CE7; Fri, 5 Mar 2004 02:13:10 +0100 (CET) Received: by kamino.rfc1149.org (Postfix, from userid 1001) id 46B1B6222; Fri, 5 Mar 2004 02:13:08 +0100 (CET) To: Doom Neine In-Reply-To: <20040304200014.20648.qmail@web13121.mail.yahoo.com> (Doom Neine's message of "Thu, 4 Mar 2004 12:00:14 -0800 (PST)") References: <20040304200014.20648.qmail@web13121.mail.yahoo.com> From: Arne Schwabe Date: Fri, 05 Mar 2004 02:13:08 +0100 Message-ID: <86d67srt97.fsf@kamino.rfc1149.org> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on coruscant.rfc1149.org X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Level: cc: freebsd-current@freebsd.org Subject: Re: umount not working X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 01:13:30 -0000 Doom Neine writes: > > >> 1. Check dmesg for any errors. >> 2. What is the output of 'file /sbin/umount'? > > sai# file /sbin/umount > /sbin/umount: data > sai# arne@kamino:~% file /sbin/umount /sbin/umount: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 5.0.2, dynamically linked (uses shared libs), stripped your umount binary seems to be broken (or the file tool) Arne