https://bugzilla.novell.com/show_bug.cgi?id=265008 ------- Comment #1 from suse-beta@cboltz.de 2007-04-17 15:19 MST ------- To get you started: you have to use losetup to bind your encrypted partition to /dev/loopX. The correct losetup command depends on the encryption method used (see /etc/cryptotab, 5th column), it should look like losetup -e twofish123 /dev/loop2 /dev/hdX1 (You have to adopt the command to your needs, I intentionally chose a non-existing encryption method and device to avoid problems by blindly copy&pasting the above command.) Afterwards, you can run fsck.xfs /dev/loop2 Then release the loop-device again: losetup -d /dev/loop2 DISCLAIMER: If unsure, create a backup of your encrypted partition (as disk image if you can't mount it anymore) before doing this. I hope I didn't include any error ;-) but you never know. @SUSE: Please don't close this bug as "invalid, support request". This is really a critical problem and hard to find out for users. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.