newfs.8 (e361857343546ce24659a9921b2825fdad2e7db9) | newfs.8 (e71057d8d08fdb6564e17803e73f73efdb688067) |
---|---|
1.\" Copyright (c) 1983, 1987, 1991, 1993, 1994 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 163 unchanged lines hidden (view full) --- 172The percentage of space reserved from normal users; the minimum free 173space threshold. 174The default value used is 10%. 175See 176.Xr tunefs 8 177for more details on how to set this option. 178.It Fl n Ar number of distinguished rotational positions 179Determines how many rotational time slots there are in one revolution of | 1.\" Copyright (c) 1983, 1987, 1991, 1993, 1994 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 163 unchanged lines hidden (view full) --- 172The percentage of space reserved from normal users; the minimum free 173space threshold. 174The default value used is 10%. 175See 176.Xr tunefs 8 177for more details on how to set this option. 178.It Fl n Ar number of distinguished rotational positions 179Determines how many rotational time slots there are in one revolution of |
180the disk. Defaults to 1, which escentially disables the rotational position table. | 180the disk. Defaults to 1, which essentially disables the rotational position table. |
181.It Fl o Ar optimization\ preference 182.Pq ``space'' or ``time'' 183The file system can either be instructed to try to minimize the time spent 184allocating blocks, or to try to minimize the space fragmentation on the disk. 185If the value of minfree (see above) is less than 10%, 186the default is to optimize for space; 187if the value of minfree is greater than or equal to 10%, 188the default is to optimize for time. --- 111 unchanged lines hidden --- | 181.It Fl o Ar optimization\ preference 182.Pq ``space'' or ``time'' 183The file system can either be instructed to try to minimize the time spent 184allocating blocks, or to try to minimize the space fragmentation on the disk. 185If the value of minfree (see above) is less than 10%, 186the default is to optimize for space; 187if the value of minfree is greater than or equal to 10%, 188the default is to optimize for time. --- 111 unchanged lines hidden --- |