From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 17 09:38:30 2009 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E679B1065670 for ; Sat, 17 Oct 2009 09:38:30 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id AC4578FC14 for ; Sat, 17 Oct 2009 09:38:30 +0000 (UTC) Received: from baby-jane.lamaiziere.net (121.158.192-77.rev.gaoland.net [77.192.158.121]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 5FC8B633321 for ; Sat, 17 Oct 2009 11:23:20 +0200 (CEST) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 869FDDC29 for ; Sat, 17 Oct 2009 11:23:21 +0200 (CEST) Date: Sat, 17 Oct 2009 11:23:20 +0200 From: Patrick Lamaiziere To: freebsd-bugs@freebsd.org Message-ID: <20091017112320.47bb9117@baby-jane.lamaiziere.net> In-Reply-To: <200910151010.44749.overlapped@gmail.com> References: <200910151010.44749.overlapped@gmail.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Reboot FreeBSD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2009 09:38:31 -0000 Le Thu, 15 Oct 2009 10:10:44 +0000, Serebryakoff Alexey a =E9crit : > 1. Mount HDD: > #mount -t ufs /dev/da0s1 /mnt/handy250 > Result: OK > 2. Mount HDD as null file system layer to ftp folder for external > access by ftp: > #mount /mnt/handy250 /var/ftp/pub > Result: OK > 3. Force unmount HDD: > #unmount -f /mnt/handy250 > Result: OK > 4. Change dir to ftp pub: > #cd /var/ftp/pub > Result: machine reboot >=20 > Why that happened? You shoot yourself in the foot. You force to unmount the underlying filesystem of the nullfs mount point. Regards.