Deleted Added
full compact
newfs_msdos.8 (70152) newfs_msdos.8 (81622)
1.\" Copyright (c) 1998 Robert Nordier
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.

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

18.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
20.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
22.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
24.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
1.\" Copyright (c) 1998 Robert Nordier
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.

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

18.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
20.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
22.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
24.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/sbin/newfs_msdos/newfs_msdos.8 70152 2000-12-18 15:16:24Z ru $
26.\" $FreeBSD: head/sbin/newfs_msdos/newfs_msdos.8 81622 2001-08-14 10:01:54Z ru $
27.\"
28.Dd July 6, 1998
29.Dt NEWFS_MSDOS 8
30.Os
31.Sh NAME
32.Nm newfs_msdos
33.Nd construct a new MS-DOS (FAT) file system
34.Sh SYNOPSIS

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

77FAT type (one of 12, 16, or 32).
78.It Fl I Ar volid
79Volume ID.
80.It Fl L Ar label
81Volume label (up to 11 characters). The label should consist of
82only those characters permitted in regular DOS (8+3) filenames.
83.It Fl O Ar OEM
84OEM string (up to 8 characters). The default is
27.\"
28.Dd July 6, 1998
29.Dt NEWFS_MSDOS 8
30.Os
31.Sh NAME
32.Nm newfs_msdos
33.Nd construct a new MS-DOS (FAT) file system
34.Sh SYNOPSIS

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

77FAT type (one of 12, 16, or 32).
78.It Fl I Ar volid
79Volume ID.
80.It Fl L Ar label
81Volume label (up to 11 characters). The label should consist of
82only those characters permitted in regular DOS (8+3) filenames.
83.It Fl O Ar OEM
84OEM string (up to 8 characters). The default is
85"BSD 4.4".
85.Qq Li "BSD 4.4" .
86.It Fl S Ar sector-size
87Number of bytes per sector. Acceptable values are powers of 2
88in the range 128 through 32768.
89.It Fl a Ar FAT-size
90Number of sectors per FAT.
91.It Fl b Ar block-size
92File system block size (bytes per cluster). This should resolve to an
93acceptable number of sectors per cluster (see below).

--- 91 unchanged lines hidden ---
86.It Fl S Ar sector-size
87Number of bytes per sector. Acceptable values are powers of 2
88in the range 128 through 32768.
89.It Fl a Ar FAT-size
90Number of sectors per FAT.
91.It Fl b Ar block-size
92File system block size (bytes per cluster). This should resolve to an
93acceptable number of sectors per cluster (see below).

--- 91 unchanged lines hidden ---