Carlos E. R. wrote:
> Hi,
> 
> I have the following defined on 10.2 (works fine):
> 
> /dev/dvd   /mnt/dvd.crypta.x  auto    \
> ro,noauto,user,loop,encryption=twofish256       0 0
> 
> This doesn't work in 10.3:
> 
>  minas-morgul:~ # mount /mnt/dvd.crypta.x
>  Password:
>  ioctl: LOOP_SET_STATUS: Invalid argument
>  minas-morgul:~ #
> 
> Yes, I have read the release notes regarding encrypted filesystems, and
> I don't understand: those notes are too brief and unexpected.
> 
> How am I supposed to activate via /etc/init.d/boot.crypto a filesystem
> that is not connected at boot time, but later? How can I mount and
> umount voluntarily encrypted filesystms via fstab, as previously?
> 

Looks like the crypto modules aren't loaded - try (as root of course)

# modprobe twofish
# modprobe cryptoloop

and then re-try your mount.
-- 
Regards,
Richard (MQ)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to