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"?).
> _______________________________________________
> [email protected] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
