Properties list for zfs in FreeBSD

Trond Endrestøl Trond.Endrestol at fagskolen.gjovik.no
Wed Aug 21 14:09:51 UTC 2013


On Wed, 21 Aug 2013 13:02-0000, Zenny wrote:

> Hi:
> 
> Where can I find a list of properties (-o/-O property=value) for
> creating a zpool?
> 
> I meant something like:
> 
> #zpool create \
>     -o ashift=12 \
>     -0 dedup=off
>     -O autoexpand=off
>     -O atime=off \
>     -O canmount=off \
>     -O compression=lz4 \
>     -O normalization=formD \
>     -O mountpoint=/jail \
>     tank \
>       mirror \
>       /dev/gptid/diskname0 \
>       /dev/gptid/diskname1 \
>      cache \
>      /dev/gptid/diskname2
> 
> Thanks!

Read zpool(8) for zpool properties, and zfs(8) for zfs properties.

Online versions for 9.1-RELEASE:

http://www.freebsd.org/cgi/man.cgi?query=zpool&apropos=0&sektion=0&manpath=FreeBSD+9.1-RELEASE&arch=default&format=html

http://www.freebsd.org/cgi/man.cgi?query=zfs&apropos=0&sektion=0&manpath=FreeBSD+9.1-RELEASE&arch=default&format=html

You can choose other versions of FreeBSD from the web form at the top.

-- 
+-------------------------------+------------------------------------+
| Vennlig hilsen,               | Best regards,                      |
| Trond Endrestøl,              | Trond Endrestøl,                   |
| IT-ansvarlig,                 | System administrator,              |
| Fagskolen Innlandet,          | Gjøvik Technical College, Norway,  |
| tlf. mob.   952 62 567,       | Cellular...: +47 952 62 567,       |
| sentralbord 61 14 54 00.      | Switchboard: +47 61 14 54 00.      |
+-------------------------------+------------------------------------+


More information about the freebsd-stable mailing list