Deleted Added
full compact
fsirand.8 (131488) fsirand.8 (208027)
1.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
2.\" 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.

--- 13 unchanged lines hidden (view full) ---

22.\" EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23.\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
24.\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
27.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $OpenBSD: fsirand.8,v 1.6 1997/02/23 03:58:26 millert Exp $
1.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
2.\" 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.

--- 13 unchanged lines hidden (view full) ---

22.\" EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23.\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
24.\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
27.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $OpenBSD: fsirand.8,v 1.6 1997/02/23 03:58:26 millert Exp $
30.\" $FreeBSD: head/sbin/fsirand/fsirand.8 131488 2004-07-02 21:45:06Z ru $
30.\" $FreeBSD: head/sbin/fsirand/fsirand.8 208027 2010-05-13 12:07:55Z uqs $
31.\"
32.Dd January 25, 1997
33.Dt FSIRAND 8
34.Os
35.Sh NAME
36.Nm fsirand
37.Nd randomize inode generation numbers
38.Sh SYNOPSIS

--- 44 unchanged lines hidden (view full) ---

83.Nm
84to run even if the file system on
85.Ar special
86is not marked as clean.
87.It Fl p
88Print the current generation numbers for all inodes instead of
89generating new ones.
90.El
31.\"
32.Dd January 25, 1997
33.Dt FSIRAND 8
34.Os
35.Sh NAME
36.Nm fsirand
37.Nd randomize inode generation numbers
38.Sh SYNOPSIS

--- 44 unchanged lines hidden (view full) ---

83.Nm
84to run even if the file system on
85.Ar special
86is not marked as clean.
87.It Fl p
88Print the current generation numbers for all inodes instead of
89generating new ones.
90.El
91.Sh CAVEATS
92Since
93.Nm
94allocates enough memory to hold all the inodes in
95a given cylinder group it may use a large amount
96of memory for large disks with few cylinder groups.
97.Sh SEE ALSO
98.Xr fs 5 ,
99.Xr fsck 8 ,
100.Xr newfs 8
101.Sh HISTORY
102The
103.Nm
104utility appeared in SunOS 3.x.

--- 4 unchanged lines hidden (view full) ---

109.Ox 2.1 .
110.Pp
111A
112.Fx
113version first appeared in
114.Fx 2.2.5 .
115.Sh AUTHORS
116.An Todd C. Miller Aq Todd.Miller@courtesan.com
91.Sh SEE ALSO
92.Xr fs 5 ,
93.Xr fsck 8 ,
94.Xr newfs 8
95.Sh HISTORY
96The
97.Nm
98utility appeared in SunOS 3.x.

--- 4 unchanged lines hidden (view full) ---

103.Ox 2.1 .
104.Pp
105A
106.Fx
107version first appeared in
108.Fx 2.2.5 .
109.Sh AUTHORS
110.An Todd C. Miller Aq Todd.Miller@courtesan.com
111.Sh CAVEATS
112Since
113.Nm
114allocates enough memory to hold all the inodes in
115a given cylinder group it may use a large amount
116of memory for large disks with few cylinder groups.