robert wrote: > What is wrong ? > is there any chance to mount this particion again ? > Have I forgotten about something? > I have tried my keyfile.gpg from backup but the effect was the same. Plan A: Try using 64 line key file # gpg --decrypt </home/keyfile.gpg | head -n 64 | \ ( sleep 60 ; gpg -a --symmetric >/home/keyfile64.gpg ) And then try it with /home/keyfile64.gpg key file Plan B: Try using 1 line key file # gpg --decrypt </home/keyfile.gpg | head -n 1 | \ ( sleep 60 ; gpg -a --symmetric >/home/keyfile1.gpg ) And then try it with /home/keyfile1.gpg key file Plan C: Try using old /bin/mount program from FC3. Plan D: Try adding one of these mount options to /etc/fstab phash=rmd160 phash=unhashed2 -- Jari Ruusu 1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9 DB 1D EB E3 24 0E A9 DD - Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/