Bug 219498 - newfs forces optimization to space when -otime explicitly specified
Summary: newfs forces optimization to space when -otime explicitly specified
Status: Closed Works As Intended
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 11.0-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-24 10:20 UTC by eekee57@fastmail.fm
Modified: 2017-05-24 10:38 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eekee57@fastmail.fm 2017-05-24 10:20:02 UTC
i'm setting up a partition in which root has almost no reason to write files, certainly none relating to the continued function of the operating system. therefore, i passed '-m0' to newfs. i also passed '-otime' because space is not particularly critical, there's just no reason to reserve a whole 40gb for root.

# newfs -Lturkudata -m0 -otime -U /dev/ada0s1h
Warning: changing optimization to space because minfree is less than 8%

why is it overriding what i explicitly ordered it to do?
Comment 1 eekee57@fastmail.fm 2017-05-24 10:38:17 UTC
sorry, i didn't read tunefs(8) until after i filed this