~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to disk-utils/mkfs.bfs.8

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" Copyright 1999 Andries E. Brouwer (aeb@cwi.nl)
2
2
.\" May be freely distributed.
3
 
.TH MKFS.BFS 8 "12 Sept 1999" "Util-linux 2.9x" "Linux System Administrator's Manual"
 
3
.TH MKFS.BFS 8 "July 2011" "util-linux" "System Administration"
4
4
.SH NAME
5
5
mkfs.bfs \- make an SCO bfs filesystem
6
6
.SH SYNOPSIS
7
7
.B mkfs.bfs
8
 
.RB [ \-N
9
 
.IR nr-of-inodes ]
10
 
.RB [ \-V
11
 
.IR volume-name ]
12
 
.RB [ \-F
13
 
.IR fsname ]
14
 
.I device
15
 
.RI [ size-in-blocks ]
 
8
.RI [ options ] " device " [ block-count ]
16
9
.SH DESCRIPTION
17
10
.B mkfs.bfs
18
 
creates an SCO bfs file-system on a block device
 
11
creates an SCO bfs filesystem on a block device
19
12
(usually a disk partition or a file accessed via the loop device).
20
 
 
 
13
.PP
21
14
The
22
 
.I size-in-blocks
23
 
parameter is the desired size of the file system, in blocks.
 
15
.I block-count
 
16
parameter is the desired size of the filesystem, in blocks.
24
17
If nothing is specified, the entire partition will be used.
25
18
.SH OPTIONS
26
19
.TP
27
 
.B \-N
28
 
Specify the desired number of inodes (at most 512).
29
 
If nothing is specified some default number in the range 48-512 is picked
 
20
.BR \-N , " \-\-inodes " \fInumber\fR
 
21
Specify the desired \fInumber\fR of inodes (at most 512).
 
22
If nothing is specified, some default number in the range 48-512 is picked
30
23
depending on the size of the partition.
31
24
.TP
32
 
.BI \-V " volume-label"
33
 
Specify the volume label. I have no idea if/where this is used.
34
 
.TP
35
 
.BI \-F " fsname"
36
 
Specify the fsname. I have no idea if/where this is used.
37
 
.TP
38
 
.B \-v
39
 
Be verbose.
 
25
.BR \-V , " \-\-vname " \fIlabel\fR
 
26
Specify the volume \fIlabel\fR.  I have no idea if/where this is used.
 
27
.TP
 
28
.BR \-F , " \-\-fname " \fIname\fR
 
29
Specify the filesystem \fIname\fR.  I have no idea if/where this is used.
 
30
.TP
 
31
.BR \-v , " \-\-verbose"
 
32
Explain what is being done.
 
33
.TP
 
34
.B \-c
 
35
This option is silently ignored.
 
36
.TP
 
37
.B \-l
 
38
This option is silently ignored.
 
39
.TP
 
40
.BR \-h , " \-\-help"
 
41
Display help text and exit.
 
42
.TP
 
43
.BR \-V , " \-\-version"
 
44
Output version information and exit.
 
45
Option
 
46
.B \-V
 
47
only works as
 
48
.B \-\-version
 
49
when it is the only option.
40
50
.SH "EXIT CODES"
41
51
The exit code returned by
42
52
.B mkfs.bfs