> The problem now is that mount fails in 10.3 and not in 10.2. That is the
> problem at hand.

I'll leave the udev stuff to those who understand it - meanwhile:

1. Symptoms are of mismatched data / password (modules are loaded now!)

Do you have the md5 sum or similar for the encrypted file (see below)?
It may be corrupt / dirty. Try cleaning & re-inserting?

Is it the correct password? Check again!

2. Try manually mounting. As root, something like:

mkdir /mnt/dvd
mount /dev/dvd /mnt/dvd (maybe needs -t iso9660 -o ro as well?)
losetup -e twofish256 /dev/loop0 /mnt/dvd (or /mnt/filename ?)
mount -o ro -t xfs /dev/loop0 /mnt/dvd.crypta.x

I use encrypted CDs and DVDs too, usually I generate a random file and
loop-mount it, & save an accompanying md5 to check if it refuses a
mount. Usually it's because it's scratched or dirty, or I have the wrong
password.

HTH
-- 
Regards,
Richard (MQ)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to