Date: Wed, 18 Apr 2007 10:02:53 +1200 From: Philip Murray <pmurray@nevada.net.nz> To: freebsd-current@freebsd.org Subject: ZFS: What have I done wrong? Message-ID: <D2D5794B-CCE3-43A8-8AB1-E970B585A2E5@nevada.net.nz>
next in thread | raw e-mail | index | archive | help
I've setup a zpool using Pawel's quickstart guide as a base: [root@hooters ~]# zpool create tank mirror /dev/twed0 /dev/twed1 mirror /dev/twed2 /dev/twed3 spare /dev/twed4 ...a few commands later... [root@hooters ~]# mount | grep tank tank/ports on /usr/ports (zfs, local) tank/home on /usr/home (zfs, local) and zfs_enable="YES" added to rc.conf However, I don't have a /dev/zvol... am I supposed to have one? Why wouldn't I? Will that allow me to specify my ZFS volumes in fstab so they mount at boot time? Cheers Philip Murray
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D2D5794B-CCE3-43A8-8AB1-E970B585A2E5>