From owner-freebsd-questions@FreeBSD.ORG Fri Jun 26 12:01:42 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 92224106564A for ; Fri, 26 Jun 2009 12:01:42 +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 4CD748FC0C for ; Fri, 26 Jun 2009 12:01:42 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: from localhost (localhost [127.0.0.1]) by hook.uz.zgora.pl (Postfix) with ESMTP id 5BB00510D9 for ; Fri, 26 Jun 2009 14:01:39 +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 ljsHHo17OzjI for ; Fri, 26 Jun 2009 14:01:39 +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 39655510D8 for ; Fri, 26 Jun 2009 14:01:39 +0200 (CEST) From: Zbigniew Komarnicki To: freebsd-questions@freebsd.org Date: Fri, 26 Jun 2009 14:01:28 +0200 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906261401.28620.cblasius@gmail.com> Subject: 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: Fri, 26 Jun 2009 12:01:42 -0000 Hello, I have a Dabian 5.0 and FreeBSD 7.2-RELEASE-p2 on i386 athlon-xp. I have two partitions under Debian. They are xfs file system. So I mount it from FreeBSD # mount -t xfs -o ro /dev/ad0s1 /mnt # ls /mnt # umount /mnt Everything is OK, but now I do the following # mount -t xfs -o ro /dev/ad0s2 /mnt # ls /mnt # cp /mnt/my_file /home/zbigniew when cp finish the system was frozen and after a while do reboot. After reboot I saw coredump on the swap file. This is only for me or also maybe you have such problem. My system is for desktop usage. I work at school. Zbigniew