[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
loop-AES mount problem
I have created a crypto partition using loop-AES , but this morning when I tried to mount the partition , I got this message
# mount /mnt/crypt
# mount: wrong fs type, bad option, bad superblock on /dev/loop1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
my /etc/fstab is :
/dev/sda8 /mnt/crypt ext3 defaults,noauto,loop=/dev/loop1,encryption=AES256,gpgkey=/root/datakey.gpg 0 0
have anyone had the similar problem? Thanks!