From owner-freebsd-fs@FreeBSD.ORG Wed Dec 30 23:52:55 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 7659B106566B for ; Wed, 30 Dec 2009 23:52:55 +0000 (UTC) (envelope-from bfriesen@simple.dallas.tx.us) Received: from blade.simplesystems.org (blade.simplesystems.org [65.66.246.74]) by mx1.freebsd.org (Postfix) with ESMTP id 3DFA68FC16 for ; Wed, 30 Dec 2009 23:52:55 +0000 (UTC) Received: from freddy.simplesystems.org (freddy.simplesystems.org [65.66.246.65]) by blade.simplesystems.org (8.13.8+Sun/8.13.8) with ESMTP id nBUNqsoY029362; Wed, 30 Dec 2009 17:52:54 -0600 (CST) Date: Wed, 30 Dec 2009 17:52:54 -0600 (CST) From: Bob Friesenhahn X-X-Sender: bfriesen@freddy.simplesystems.org To: Richard Mahlerwein In-Reply-To: <368515.86742.qm@web51005.mail.re2.yahoo.com> Message-ID: References: <368515.86742.qm@web51005.mail.re2.yahoo.com> User-Agent: Alpine 2.01 (GSO 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (blade.simplesystems.org [65.66.246.90]); Wed, 30 Dec 2009 17:52:54 -0600 (CST) Cc: freebsd-fs@freebsd.org Subject: Re: ZFS "Dataset is busy" error 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: Wed, 30 Dec 2009 23:52:55 -0000 > > Added a super simple entry to my smb.conf to allow user test to get to the shared /tank (which works fine, AFAICT), restarted all services and browsed the share from my windows host. I dropped in half a dozen text files, then tried... > > curie# zfs list > NAME USED AVAIL REFER MOUNTPOINT > tank 70.5K 2.94G 18K /tank > > curie# zfs snapshot tank@snap1 > cannot create snapshot 'tank@snap1': dataset is busy This seems to have something to do with how the filesystem is mounted. See http://www.mail-archive.com/zfs-discuss@opensolaris.org/msg00812.html Also see http://defect.opensolaris.org/bz/show_bug.cgi?id=5000 So try zfs unmount tank zfs mount tank and maybe it will start working as expected. I am finding more Google hits for FreeBSD and OS-X than I am for Solaris so it may be that this issue is somewhat OS specific. Bob -- Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/