How to convert ext3 partition to use encrypted file system without loosing data?

Posted by User1 on Super User See other posts from Super User or by User1
Published on 2011-12-19T13:42:03Z Indexed on 2012/06/06 4:42 UTC
Read the original article Hit count: 382

My embedded Linux device have 2 partitions:

  • small root partition containing OS.
  • big data partition which uses ext3

I want to encrypt the data partition by using encrypted file system. I don't want loose any data of the partition.

Size of the root partition is too small to hold all data of the data partition. It is not possible to use any external data storage.

Is there any tools that can convert filesystem of the data partition from ext3 to encrypted fs without copying all files to other place?

© Super User or respective owner

Related posts about linux

Related posts about filesystems