該死的小 Linux:aes 模組不工作

該死的小 Linux:aes 模組不工作

我嘗試在 Damn Small Linux 4.11 rc2 上使用 aes 加密來失敗,但沒有成功:

# modprobe aes
$ dd if=/dev/random ibs=512 count=256 of=crypt.img
# losetup -e aes /dev/loop0 crypt.img
# mkfs.ext3 /dev/loop0
# mkdir /mnt/crypted
# mount /dev/loop0 /mnt/crypted

aes 模組出現在 /proc/crypto 和 lsmod 中,但不會被循環模組使用。看起來 losetup 不完整,它接受 -e 選項的任何內容。我正在尋找任何提示...

相關內容