Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Feb 15, 2013 5:37 pm 
Offline
Senior Member
User avatar

Joined: Wed Mar 17, 2004 4:11 pm
Posts: 554
Website: http://www.unixtastic.com
Location: Europe
Has anyone tried encrypting a block device on a Linode?

I'm assuming it's possible but I've never actually tried. I could not find anything in the wiki.


Top
   
PostPosted: Fri Feb 15, 2013 5:43 pm 
Offline
Senior Member

Joined: Fri Nov 02, 2012 4:20 pm
Posts: 60
You can do DRBD on Linode, which would tell me you can have an encrypted file system.


Top
   
PostPosted: Fri Feb 15, 2013 6:06 pm 
Offline
Senior Member
User avatar

Joined: Wed Mar 17, 2004 4:11 pm
Posts: 554
Website: http://www.unixtastic.com
Location: Europe
In case anyone cares it works with the standard kernel. No problems whatsoever.

I setup a new disk called xvdf and ran:

Code:
cryptsetup luksFormat /dev/xvdf
( Type 'YES', enter passphrase )
cryptsetup luksOpen /dev/xvdf xvdf-crypttest
( enter passphrase )
mkfs -t ext4 /dev/mapper/xvdf-crypttest
mkdir /crypt-test
mount /dev/mapper/xvdf-crypttest /crypt-test



I don't intend to use this in production, I just wondered if it would work.

DRBD is the next thing to play with. :D


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group