Re: How to add zfs support to FreeBSD

2013-02-19 Thread Jeremy Chadwick
Regarding all the recommendations on how to determine if ZFS is available on the system: Do not run commands like /sbin/zfs or /sbin/zpool right off the bat. This will result in the underlying kld bits dynamically loading zfs.ko and opensolaris.ko on the fly -- even if there aren't any ZFS

RE: How to add zfs support to FreeBSD

2013-02-19 Thread Teske, Devin
; free...@edvax.de Subject: Re: How to add zfs support to FreeBSD Regarding all the recommendations on how to determine if ZFS is available on the system: Do not run commands like /sbin/zfs or /sbin/zpool right off the bat. This will result in the underlying kld bits dynamically loading zfs.ko

Re: How to add zfs support to FreeBSD

2013-02-19 Thread Jeremy Chadwick
, 2013 12:16 AM To: freebsd-questions@freebsd.org Cc: fb...@a1poweruser.com; free...@edvax.de Subject: Re: How to add zfs support to FreeBSD Regarding all the recommendations on how to determine if ZFS is available on the system: Do not run commands like /sbin/zfs or /sbin/zpool right off

Re: How to add zfs support to FreeBSD?

2013-02-18 Thread Glenn Sieb
On 2/18/13 4:21 PM, Fbsd8 wrote: The handbook does not cover how to add zfs support. How is it done? Does this help you? https://wiki.freebsd.org/ZFS Best, --Glenn ___ freebsd-questions@freebsd.org mailing list

Re: How to add zfs support to FreeBSD?

2013-02-18 Thread Polytropon
On Mon, 18 Feb 2013 16:57:14 -0500, Fbsd8 wrote: Fbsd8 wrote: The handbook does not cover how to add zfs support. How is it done? Let me reword. If zfs is in the base system why does it not show up when I look for it this way? if config -x $( sysctl -n kern.bootfile ) | grep -q

Re: How to add zfs support to FreeBSD?

2013-02-18 Thread Fbsd8
Polytropon wrote: On Mon, 18 Feb 2013 16:57:14 -0500, Fbsd8 wrote: Fbsd8 wrote: The handbook does not cover how to add zfs support. How is it done? Let me reword. If zfs is in the base system why does it not show up when I look for it this way? if config -x $( sysctl -n kern.bootfile ) |

RE: How to add zfs support to FreeBSD?

2013-02-18 Thread Teske, Devin
for example. -- Devin From: owner-freebsd-questi...@freebsd.org [owner-freebsd-questi...@freebsd.org] on behalf of Fbsd8 [fb...@a1poweruser.com] Sent: Monday, February 18, 2013 5:41 PM To: Polytropon Cc: FreeBSD questions Subject: Re: How to add zfs support

Re: How to add zfs support to FreeBSD?

2013-02-18 Thread Polytropon
On Mon, 18 Feb 2013 20:41:19 -0500, Fbsd8 wrote: So the next question is there any sh script code I can use to check if zfs has been enabled by the rc.conf zfs_enable statement. I need to determine if zfs is enabled on the host. Even though the statement zfs_enable=YES may be part of