diff options
| author | ykla <yklaxds@gmail.com> | 2025-07-02 05:17:19 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-03 18:43:40 +0000 |
| commit | b75e485ec7628a77c7abdf412907f46144c3603b (patch) | |
| tree | a4fb7dafd1680a412e2dcc7dc1c7ef31b7576403 | |
| parent | 5e78359dff626fece0cd38f85871773829533b5a (diff) | |
handbook/disks: GBDE was removed in FreeBSD 15.0
Reviewed by: ziaee
Signed-off-by: ykla <yklaxds@gmail.com>
Closes: https://github.com/freebsd/freebsd-doc/pull/521
| -rw-r--r-- | documentation/content/en/books/handbook/disks/_index.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/content/en/books/handbook/disks/_index.adoc b/documentation/content/en/books/handbook/disks/_index.adoc index 5b792ccb47..968e84e81f 100644 --- a/documentation/content/en/books/handbook/disks/_index.adoc +++ b/documentation/content/en/books/handbook/disks/_index.adoc @@ -1735,6 +1735,11 @@ No cleartext ever touches the hard drive's platter. This chapter demonstrates how to create an encrypted file system on FreeBSD. It first demonstrates the process using `gbde` and then demonstrates the same example using `geli`. +[WARNING] +==== +GBDE disk-encryption is deprecated, and removed in FreeBSD 15.0. +==== + === Disk Encryption with gbde The objective of the man:gbde[4] facility is to provide a formidable challenge for an attacker to gain access to the contents of a _cold_ storage device. |
