Hi,
I'm setting up a hp proliant microserver n54l with freenas with 4 hard disks in raidz 1 (I know it's not ideal but I can't afford a 5th hard disk right now)... Since there's no native aes-ni support, the full disk encryption would be too slow so I have not setup full disk encryption.
However, I do have some sensitive data and wanted to encrypt some datasets. I understand that right now it's not possible because oracle hasn't opensourced zfs v30 which offers encryption. So I'm looking for alternatives...
If it were linux, I'd just create a loopback device and encrypt that device, it would cause some loss of performance (by having a separate filesystem inside a file) and reliability but would work. What would you recommend in Freebsd?
Is there a way for me to estimate the speed I'd get if I did use full disk encryption instead? And how much slower it would be compared to without?
I did some test following a post from cyberjock: http://forums.freenas.org/threads/encryption-performance-benchmarks.12157/
$ dd if=/dev/gzero.eli of=/dev/null bs=1m count=4096
4096+0 records in
4096+0 records out
4294967296 bytes transferred in 79.109020 secs (54291752 bytes/sec)
Thanks
I'm setting up a hp proliant microserver n54l with freenas with 4 hard disks in raidz 1 (I know it's not ideal but I can't afford a 5th hard disk right now)... Since there's no native aes-ni support, the full disk encryption would be too slow so I have not setup full disk encryption.
However, I do have some sensitive data and wanted to encrypt some datasets. I understand that right now it's not possible because oracle hasn't opensourced zfs v30 which offers encryption. So I'm looking for alternatives...
If it were linux, I'd just create a loopback device and encrypt that device, it would cause some loss of performance (by having a separate filesystem inside a file) and reliability but would work. What would you recommend in Freebsd?
Is there a way for me to estimate the speed I'd get if I did use full disk encryption instead? And how much slower it would be compared to without?
I did some test following a post from cyberjock: http://forums.freenas.org/threads/encryption-performance-benchmarks.12157/
$ dd if=/dev/gzero.eli of=/dev/null bs=1m count=4096
4096+0 records in
4096+0 records out
4294967296 bytes transferred in 79.109020 secs (54291752 bytes/sec)
Thanks