[Bug 204929] fs_optim and fs_minfree default value is 10% in man fs(5),while newfs(8),tunefs(8) is 8%

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 1 07:53:02 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204929

--- Comment #1 from Jov <amutu at amutu.com> ---
from the tunefs -p,the 8% is correct:

root@:~ # tunefs -p /dev/da0p2
tunefs: POSIX.1e ACLs: (-a)                                disabled
tunefs: NFSv4 ACLs: (-N)                                   disabled
tunefs: MAC multilabel: (-l)                               disabled
tunefs: soft updates: (-n)                                 enabled
tunefs: soft update journaling: (-j)                       enabled
tunefs: gjournal: (-J)                                     disabled
tunefs: trim: (-t)                                         disabled
tunefs: maximum blocks per file in a cylinder group: (-e)  4096
tunefs: average file size: (-f)                            16384
tunefs: average number of files in a directory: (-s)       64
tunefs: minimum percentage of free space: (-m)             8%
tunefs: space to hold for metadata blocks: (-k)            6408
tunefs: optimization preference: (-o)                      time
tunefs: volume label: (-L)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-doc mailing list