Date: Fri, 31 Mar 2006 19:56:20 -0600 From: Nikolay Mirin <nik@optim.com.ru> To: freebsd-stable@freebsd.org Subject: Re: Can't mount encrypted drive Message-ID: <442DDDC4.2030205@optim.com.ru> In-Reply-To: <200603311634.35583.groundedforlife@verizon.net> References: <200603311634.35583.groundedforlife@verizon.net>
next in thread | previous in thread | raw e-mail | index | archive | help
1) Are sure you have not just mistyped you password? 2) Does the file /etc/gbde/ad0s2c still exist? 3) Does the device /dev/ad0s2c still exist? 4) Did you include gbde in you new kernel config or do you have the up-to-date kernel gbde module compiled. What does it respond when if you run gbde attach /dev/ad0s2c -l /etc/gbde/ad0s2c and type you password. Napoleon Dynamite said the following on 31.03.2006 18:34: >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 >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?442DDDC4.2030205>