PDA

View Full Version : [ubuntu] Is there any way to Lock Ubuntu Filesystem



ivikas
November 7th, 2008, 05:37 AM
Hello all,

Is there any way to lock directories on Ubuntu,such as application that will securely lock personal folders on hard disk(not like password protected zip or rar archives).Now a days there are windows application that can read linux filesystem directly and it does not respect file permission and so all the personal data's can be compromised.I have heard of drive encryption.So it it possible to encrypt just the ubuntu partition on my hard disk.Will these can lead to any problems?

with regards,
Vikas

Partyboi2
November 7th, 2008, 07:12 AM
You could try encrypting your /home

Encrypted private directory

The ecryptfs-utils package was recently promoted to Ubuntu main, with support for a secret encrypted folder (https://help.ubuntu.com/community/EncryptedPrivateDirectory) in your Home Folder (by Michael Halcrow, Dustin Kirkland, and Daniel Baumann).
You can help test this new feature by going to Applications → Accessories → Terminal and typing:


sudo aptitude install ecryptfs-utils
ecryptfs-setup-private

or maybe try something like
http://ubuntu-tutorials.com/2007/08/17/7-steps-to-an-encrypted-partition-local-or-removable-disk/

zvacet
November 7th, 2008, 07:16 AM
Maybe this (https://help.ubuntu.com/community/EncryptedFilesystemHowto7) will help you.