Re: which filesytems zfs needs to function

2012-05-01 Thread Edward M
On 04/30/2012 05:52 PM, Adam Vande More wrote: The filesystems are mostly arbitrary. You really only need the rootfs with appropriate directories underneath. The list provided is simply a concise idealized layout. Thanks!. I will try creating different filesytems to further my learning

Re: which filesytems zfs needs to function

2012-04-30 Thread Adam Vande More
On Mon, Apr 30, 2012 at 7:20 PM, Edward M wrote: > Hi, > > I was running FreeBSD 9.0 using ZFS with the following setup on one > harddrive: > *(5) Create appropriate filesystems (feel free to improvise!).* > > zfs create zroot/usr > zfs create zroot/usr/home > zfs create zroot/var > zfs create-o

which filesytems zfs needs to function

2012-04-30 Thread Edward M
Hi, I was running FreeBSD 9.0 using ZFS with the following setup on one harddrive: *(5) Create appropriate filesystems (feel free to improvise!).* zfs create zroot/usr zfs create zroot/usr/home zfs create zroot/var zfs create-o compression=on-o exec=on-o setuid=off zroot/tmp zfs create-o c