aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-06-11 19:32:45 +0000
committerWarner Losh <imp@FreeBSD.org>2018-06-11 19:32:45 +0000
commit94e18833a827804d6b333e88e9a01c736df4553f (patch)
treef034e9b8197289bbd1ea59c627efb66ce21a9376 /sbin/dump
parent3bb3aaf6c1aa166dc531881fef3d87025505b7bf (diff)
downloadsrc-94e18833a827804d6b333e88e9a01c736df4553f.tar.gz
src-94e18833a827804d6b333e88e9a01c736df4553f.zip
Document the newly enforced 524288 inode restriction.
Notes
Notes: svn path=/head/; revision=334971
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/dump.87
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8
index d3e7ddfeb28c..23f40d5d6934 100644
--- a/sbin/dump/dump.8
+++ b/sbin/dump/dump.8
@@ -29,7 +29,7 @@
.\" @(#)dump.8 8.3 (Berkeley) 5/1/95
.\" $FreeBSD$
.\"
-.Dd October 3, 2016
+.Dd June 11, 2018
.Dt DUMP 8
.Os
.Sh NAME
@@ -566,3 +566,8 @@ This will be fixed in a later version of
.Fx .
Presently, it works if you set it setuid (like it used to be), but this
might constitute a security risk.
+.Pp
+It is not possible to safely dump filesystems that use more than
+524288 inodes.
+.Nm
+refuses to dump any filesystem that has more than 524288 inodes.