複数のecryptfs暗号化は可能ですか?

複数のecryptfs暗号化は可能ですか?

複数のecryptfs暗号化は可能ですか?

level2インストールされているフォルダecryptfs内の名前付きフォルダを暗号化する方法は?ecryptfslevel1

level1フォルダはlevel2次のように構成されています。

# tree
/root/    
  └─level1
    └─level2 

level1 は ecryptfs 暗号化を使用します。

# mount -t ecryptfs /root/level1 /root/level1

level2ところで、フォルダをマウントできません。

# mount -t ecryptfs level2 
Passphrase: 
Filename Encryption Key (FNEK) Signature [d3f92227db598fd6]: 
Attempting to mount with the following options:
  ecryptfs_unlink_sigs
  ecryptfs_fnek_sig=d3f92227db598fd6
  ecryptfs_passthrough
  ecryptfs_key_bytes=32
  ecryptfs_cipher=aes
  ecryptfs_sig=d3f92227db598fd6
mount: wrong fs type, bad option, bad superblock on /root/level1/level2,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
Error mounting eCryptfs: [-1] Operation not permitted
Check your system logs; visit <http://ecryptfs.org/support.html>

そしてdmesg |私に連絡してください

[...]
[36057.561958] Mount on filesystem of type eCryptfs explicitly disallowed due to known incompatibilities
[36057.562176] Reading sb failed; rc = [-22]

PS:私はecryptfs暗号化にのみ興味があります。EncFS(マルチ暗号化には機能しますが、セキュリティ暗号化システムではありません)、または完全パーティション暗号化を使用することを提案しないでください。

関連情報