Hi!
I have just moved to OMV. I used two old DNS-32x devices and clearly it was time for them to go. So I have built a simple NAS with ASrock J3455M, 8Gb of RAM, modest PSU, 6-port PCIe x4 SATA card (with the name I cannot pronounce) and 5 drives + 1 small SSD for the OS. All in ATX mid-tower case, seems to be working fine. So far I love OMV, it may not look as fancy as FreeNAS but I prefer Linux to BSD and it seems it does just enough for me. Except one thing I have not yet decided how to do.
I have a few Gb of important documents (bills, statements etc) that I like to keep on my NAS to access from several computers at home + doing periodic backups to other locations. Before
I used to store an encrypted disk image (I use OS X) on my Samba share. It was not efficient but it worked and I had end-to-end encryption this way. Although, obviously, it was OS X - specific and mounting this sparse image from a Linux box would be probably not trivial. But I felt safe enough with it because if the physical drive was stolen, the bad guys would only see the non-confidential stuff stored on the drives.
Now I am wondering if I can do something more elegant with OMV. I do not need to encrypt the entire device, I actually need a relatively small encrypted filesystem on my ZFS mirror. And I would love to have it as simple as possible. It seems to me that I have the following options:
1. use command-line ZFS tools to create an encrypted dataset
2. use command-line ZFS tools to create a volume (device) and then probably use LUKS on top of it (there seems to be a plugin available for OMV for LUKS)
3. use something user-space, FUSE-based, with FUSE running on the OMV NAS itself, exposing this filesystem via Samba
4. use something user-space, FUSE-based, with FUSE running on the client machines - not sure how well it will work on Macs
I am wondering if someone here could recommend the best approach. I only want to encrypt a small amount of data and I would like to have this "share" to be accessible via Samba.
Thanks!