Jump to content

Recommended Posts

Posted
Which OS would you use for a NAS?

 

FreeNAS - every feature you get from a specialised NAS device, plus block-level deduplication if you use a machine with enough (8GB) of RAM.

 

Do any nix support encryption of the Data?

 

I'm sure FreeNAS does, although I haven't had occasion to use it. On Linux, you'd use something that encrypted block devices and re-exposed them as block devices again, so your encryption would just slot in with whatever else you are using. So, for instance, you might have several physical disks (/dev/sda, /dev/sdb, /dev/sdc) combined into a MD RAID array (/dev/md0) which you might then encrypt (/dev/cr0) and then mirror to another machine (/dev/drbd1) before you actually format and mount the final resultant block device (i.e. do mkefs of /dev/drbd1 and mount it somewhere like /mnt/data).

Posted (edited)

Your downside to encrypting is you either need to:

 

a) login and mount the volume by supplying a passphrase upon reboot.

b) provide a means for the server to mount the encrypted volume automatically (that wouldn't be effective if it got stolen, for example).

 

We went with a) on both a QNAP (custom Linux) and a standard server running Ubuntu 10.04 and encrypted LVM.

 

Also remember the files are only encrypted when the volume isn't mounted.

Edited by pete

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...