Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2006 16:34:35 -0800
From:      Napoleon Dynamite <groundedforlife@verizon.net>
To:        freebsd-stable@freebsd.org
Subject:   Can't mount encrypted drive
Message-ID:  <200603311634.35583.groundedforlife@verizon.net>

next in thread | raw e-mail | index | archive | help
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@thanatos.org:/usr/obj/usr/src/sys/MYKERNEL  
i386

TIA,
Eric Buchanan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603311634.35583.groundedforlife>