From owner-freebsd-questions@FreeBSD.ORG Sat Jun 27 14:02:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EB65106566C for ; Sat, 27 Jun 2009 14:02:27 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: from hook.uz.zgora.pl (hook.uz.zgora.pl [212.109.128.44]) by mx1.freebsd.org (Postfix) with ESMTP id 37AC68FC0A for ; Sat, 27 Jun 2009 14:02:27 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: from localhost (localhost [127.0.0.1]) by hook.uz.zgora.pl (Postfix) with ESMTP id BEB12510EF for ; Sat, 27 Jun 2009 16:02:24 +0200 (CEST) X-Virus-Scanned: AntiSPAM System - University of Zielona Gora Received: from hook.uz.zgora.pl ([127.0.0.1]) by localhost (hook.uz.zgora.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id veMt9MPZ5acE for ; Sat, 27 Jun 2009 16:02:24 +0200 (CEST) Received: from komp.skl (xdsl-5405.zgora.dialog.net.pl [84.40.169.29]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by hook.uz.zgora.pl (Postfix) with ESMTPSA id 9D3A1510ED for ; Sat, 27 Jun 2009 16:02:24 +0200 (CEST) From: Zbigniew Komarnicki To: freebsd-questions@freebsd.org Date: Sat, 27 Jun 2009 16:02:17 +0200 User-Agent: KMail/1.9.9 References: <200906261401.28620.cblasius@gmail.com> In-Reply-To: <200906261401.28620.cblasius@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906271602.17925.cblasius@gmail.com> Subject: Re: kernel panic - umount xfs partition 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: Sat, 27 Jun 2009 14:02:27 -0000 ... > # mount -t xfs -o ro /dev/ad0s2 /mnt > # ls /mnt > # cp /mnt/my_file /home/zbigniew I forgot add here that I do then # umount /mnt and after that was kernel panic. I'm sorry for the mistake. Zbigniew