mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Document the newly enforced 524288 inode restriction.
This commit is contained in:
parent
3bb3aaf6c1
commit
94e18833a8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334971
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user