From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 15:51:05 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A5A07F25 for ; Mon, 21 Jan 2013 15:51:05 +0000 (UTC) (envelope-from dondugger47@gmail.com) Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) by mx1.freebsd.org (Postfix) with ESMTP id 33AB6AC2 for ; Mon, 21 Jan 2013 15:51:04 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id gf7so3611481lbb.4 for ; Mon, 21 Jan 2013 07:50:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=afTcz3akfU6nwUCHikVyZDVN9r3OjHowhnZBtuqrKVs=; b=LhiABu/7m325+L8XaftZ0++WYKs7lCoIYdCAs3bZ2zwHuXGKmYFvqEpsJKZKMV7+L5 n6nMqo4XGtKhKikuIQnCHQTo89jt5EfCtvpEc+ZpRyAlx1QIykRYtL1zuiq4G9Fln2Jj Tk6Y79ubrbgxbWzfb/caoEMEUXx/YskSihLwLQu08H5itjjJlspEX5MfuTxYutCiybw8 5fwQA0i0jiRQqDNKYdCZKyMSDgYFOoLA0vVlVAJdohe3hYAl4jAkVgTFpo5Ke+yznfGu rYlrR8Ag1WDDoA3cvqpd0kq3usg68/wFINvBKBIIYBBU3nEu6/o3veUz2lqlIyAv2Z4t 656Q== MIME-Version: 1.0 X-Received: by 10.152.113.66 with SMTP id iw2mr17649166lab.37.1358783458215; Mon, 21 Jan 2013 07:50:58 -0800 (PST) Received: by 10.112.86.34 with HTTP; Mon, 21 Jan 2013 07:50:58 -0800 (PST) Date: Mon, 21 Jan 2013 07:50:58 -0800 Message-ID: Subject: zfs configuration From: Don Dugger To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 15:51:05 -0000 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?? Thx in advance... Don 8(