From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 16:39:07 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8065AC44 for ; Mon, 21 Jan 2013 16:39:07 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id 38AEFE1D for ; Mon, 21 Jan 2013 16:39:06 +0000 (UTC) Received: from www.dweimer.net (webmail.dweimer.local [192.168.5.1]) by webmail.dweimer.net (8.14.5/8.14.5) with ESMTP id r0LGL3Db063942 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 21 Jan 2013 10:21:03 -0600 (CST) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 21 Jan 2013 10:21:03 -0600 From: dweimer To: Subject: Re: zfs configuration Organization: dweimer.net Mail-Reply-To: In-Reply-To: References: Message-ID: X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/0.8.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dweimer@dweimer.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 16:39:07 -0000 On 2013-01-21 09:50, Don Dugger wrote: > Hi All, > > So I use zfs for the root file system. Works well. However now I want > to > move /tmp to ram-disk (memory disk or what ever). When I try to > unmount > /tmp with the zfs command of course it won't because its busy. With > ufs I > would just edit fstab and reboot what do I don with zfs?? > Your best option is to reboot into single user mode, however if that's not possible, zfs umount -f will force it to unmount. -- Thanks, Dean E. Weimer http://www.dweimer.net/