~ubuntu-branches/ubuntu/lucid/loop-aes-utils/lucid-security

« back to all changes in this revision

Viewing changes to disk-utils/mkfs.8

  • Committer: Bazaar Package Importer
  • Author(s): Max Vozeler
  • Date: 2008-08-22 11:57:17 UTC
  • mfrom: (8.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080822115717-v8wfa8pxwlfvyje0
Tags: 2.13.1-4
* patches/losetup_add_option_f.dpatch: 
  - Added to support "find next free loop" in losetup.
    (closes: #495682)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
.I filesys
26
26
is either the device name (e.g.
27
27
.IR /dev/hda1 ,
28
 
.IR /dev/sdb2 )
29
 
or the mount point (e.g. 
30
 
.IR / ,
31
 
.IR /usr ,
32
 
.IR /home )
33
 
for the file system.
 
28
.IR /dev/sdb2 ).
34
29
.I blocks
35
30
is the number of blocks to be used for the file system.
36
31
.PP
56
51
and
57
52
.IR /sbin/fs ),
58
53
and finally in the directories
59
 
listed in the PATH enviroment variable.
 
54
listed in the PATH environment variable.
60
55
Please see the file system-specific builder manual pages for
61
56
further details.
62
57
.SH OPTIONS
121
116
.BR mkfs.vfat (8),
122
117
.BR mkfs.xfs (8),
123
118
.BR mkfs.xiafs (8)
 
119
.SH AVAILABILITY
 
120
The mkfs command is part of the util-linux-ng package and is available from
 
121
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.