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     [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL  
i386

TIA,
Eric Buchanan
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to