Can't mount encrypted drive

Napoleon Dynamite groundedforlife at verizon.net
Sat Apr 1 00:35:02 UTC 2006


I noticed this morning I couldn't mount my encrypted hard drive. I have a 
backup of it, just in case. I cvsuped src 
and rebooted after a make world, and this is the error I get when mounting my 
hard drive via a script:

mountprivate
Enter passphrase:
/dev/ad0s2c.bde (No such file or directory)Can't stat /dev/ad0s2c.bde
Can't stat /dev/ad0s2c.bde: No such file or directory
Can't stat /dev/ad0s2c.bde: No such file or directory
/dev/ad0s2c.bde: CAN'T CHECK FILE SYSTEM.
/dev/ad0s2c.bde: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.

This is the script I use to mount it, and it has worked for months until this 
morning:

cat /usr/local/sbin/mountprivate
gbde attach /dev/ad0s2c -l /etc/gbde/ad0s2c&&
fsck -p -t ffs /dev/ad0s2c.bde&&
mount /dev/ad0s2c.bde /private

Uname is:
FreeBSD thanatos.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Mar 31 
15:52:10 PST 2006     sisyphus at thanatos.org:/usr/obj/usr/src/sys/MYKERNEL  
i386

TIA,
Eric Buchanan


More information about the freebsd-stable mailing list