From 5868bd1269d8837597b4a4e6d93e58e537c06e6f Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 27 Nov 2003 20:54:51 +0000 Subject: Clarify that the encrypted device is called foo.bde and mention that unmounting it before detaching GBDE is a good idea. Insisted on by: Flemming Jacobsen Approveed by: re@ --- sbin/gbde/gbde.8 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sbin/gbde/gbde.8') diff --git a/sbin/gbde/gbde.8 b/sbin/gbde/gbde.8 index 1b4d788..0053304 100644 --- a/sbin/gbde/gbde.8 +++ b/sbin/gbde/gbde.8 @@ -172,10 +172,19 @@ To attach an encrypted device: .Pp .Dl "gbde attach ad0s1f -l /etc/ad0s1f.lock" .Pp +The encrypted device has the suffix ``.bde'' so a typical +command to create and mount a filesystem would be: +.Pp +.Dl "newfs /dev/ad0s1f.bde" +.Dl "mount /dev/ad0s1f.bde /secret" +.Pp To detach an encrypted device: .Pp .Dl "gbde detach ad0s1f" .Pp +Please notice that detaching an encrypted device corresponds to +physically removing it, do not forget to unmount the filesystem first. +.Pp To initialize the second key using a detached lockfile and a trivial pass-phrase: .Pp -- cgit v1.1