看板 FB_doc 關於我們 聯絡資訊
-------- Original Message -------- Subject: Re: Geli and fsck Date: Sun, 15 Apr 2007 19:20:30 -0700 From: Eric Buchanan <groundedforlife@verizon.net> To: questions@freebsd.org, User1001 <supraexpress@globaleyes.net> References: <4622CBD8.8010306@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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@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 _______________________________________________ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"