Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2010 01:00:16 +0100
From:      =?utf-8?q?Rafa=C5=82_Jackiewicz?= <freebsd@o2.pl>
To:        freebsd-stable@freebsd.org
Cc:        freebsd-fs@freebsd.org, Roland Smith <rsmith@xs4all.nl>, Dan Naumov <dan.naumov@gmail.com>
Subject:   Re: ZFS on top of GELI
Message-ID:  <201001120100.16631.freebsd@o2.pl>
In-Reply-To: <20100110173127.GA52730@slackbox.xs4all.nl>
References:  <cf9b1ee01001100708m7851418cmbb77cc3580d0fab3@mail.gmail.com> <20100110173127.GA52730@slackbox.xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Two hdd Seagate ES2,Intel Atom 330 (2x1.6GHz), 2GB RAM:

geli:
   geli init -s 4096 -K /etc/keys/ad4s2.key /dev/ad4s2
   geli init -s 4096 -K /etc/keys/ad6s2.key /dev/ad6s2

zfs:
   zpool create data01 ad4s2.eli

df -h:
   dev/ad6s2.eli.journal    857G    8.0K    788G     0%    /data02
   data01                           850G    128K    850G     0%    /data01

srebrny# dd if=/dev/zero of=/data01/test bs=1M count=500
500+0 records in
500+0 records out
524288000 bytes transferred in 8.802691 secs (59559969 bytes/sec)
srebrny# dd if=/dev/zero of=/data02/test bs=1M count=500
500+0 records in
500+0 records out
524288000 bytes transferred in 20.090274 secs (26096608 bytes/sec)

Rafal Jackiewicz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001120100.16631.freebsd>