[Fwd: Re: Geli and fsck]

User1001 supraexpress at globaleyes.net
Mon Apr 16 05:03:15 UTC 2007



-------- Original Message --------
Subject: Re: Geli and fsck
Date: Sun, 15 Apr 2007 19:20:30 -0700
From: Eric Buchanan <groundedforlife at verizon.net>
To: questions at freebsd.org, User1001 <supraexpress at globaleyes.net>
References: <4622CBD8.8010306 at globaleyes.net>

On Sunday 15 April 2007 18:05, User1001 wrote:
> Nowhere in the Handbook nor the MANual pages is there any mention of how to
> handle a situation where it is necessary to perform a file system check
> (FSCK) on the encrypted partition ("provider"?).
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"


I ran across this too as I just started using geli. I mount the partition with
the following script. I added fsck, inspired from the gbde section of the
handbook:

geli attach -k /root/ad5s4f.key /dev/ad5s4f
fsck -p -t ffs /dev/ad5s4f.eli
mount /dev/ad5s4f.eli /backup

Geli is awesome in my experience for slices and swap.

HTH,
Eric Buchanan



More information about the freebsd-doc mailing list