zfs configuration

Adam Vande More amvandemore at gmail.com
Tue Jan 22 05:02:54 UTC 2013


On Mon, Jan 21, 2013 at 10:33 PM, <kpneal at pobox.com> wrote:

> On Mon, Jan 21, 2013 at 07:50:58AM -0800, 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??
>
> You can install and run 'lsof' to see which running programs are currently
> using anything in "/tmp". Stop them, mount a new /tmp, and then restart
> them.
>

Or use fstat and avoid the lsof overhead

-- 
Adam Vande More


More information about the freebsd-questions mailing list