From owner-freebsd-fs@FreeBSD.ORG Tue Mar 3 09:08:05 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6847A1065670 for ; Tue, 3 Mar 2009 09:08:05 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id 4481A8FC25 for ; Tue, 3 Mar 2009 09:08:05 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rmac.psg.com) by ran.psg.com with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LeQbb-000Anj-Nz; Tue, 03 Mar 2009 09:08:03 +0000 Received: from rmac.psg.com.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id 38F4EB8E804; Tue, 3 Mar 2009 18:08:03 +0900 (JST) Date: Tue, 03 Mar 2009 18:08:03 +0900 Message-ID: From: Randy Bush To: Dimitar Vasilev In-Reply-To: <59adc1a0903022207s34028ed4n8d93c935da47b14b@mail.gmail.com> References: <59adc1a0903022207s34028ed4n8d93c935da47b14b@mail.gmail.com> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-apple-darwin9.6.0) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs@freebsd.org Subject: Re: .zfs/snapshot: Bad file descriptor X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 09:08:05 -0000 >> moo.edu:/usr# rm -rf .zfs >> rm: .zfs/snapshot: Bad file descriptor >> rm: .zfs: File exists >> >> moo.edu:/usr# ls -l .zfs >> ls: snapshot: Bad file descriptor >> total 0 >> >> and old trusty emacs dired did not help >> =A0(file-error Removing old name operation not supported /usr/.zfs/snaps= hot) > try rebooting the system if possible - current freebsd implementation > has this feature from RELENG_7. that worked. but yuchh. it's a kernel cvsupped 2009.01.09. should i cvsup and rebuild? randy