<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iTechLog &#187; MKFS</title>
	<atom:link href="http://itechlog.com/tag/mkfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://itechlog.com</link>
	<description>Your source to IT solutions, interesting technology news and code snipets.</description>
	<lastBuildDate>Mon, 06 Sep 2010 12:05:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>MKFS</title>
		<link>http://itechlog.com/linux-man-pages/2009/01/01/mkfs/</link>
		<comments>http://itechlog.com/linux-man-pages/2009/01/01/mkfs/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 19:11:00 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Linux Man Pages]]></category>
		<category><![CDATA[MKFS]]></category>

		<guid isPermaLink="false">http://itechlog.com/linux-man-pages/2009/01/01/mkfs/</guid>
		<description><![CDATA[MKFS(8) MKFS(8) NAME mkfs &#8211; build a Linux file system SYNOPSIS mkfs [ -V ] [ -t fstype ] [ fs-options ] filesys [ blocks ] DESCRIPTION mkfs is used to build a Linux file system on a device, usually a hard disk partition. filesys is either the device name (e.g. /dev/hda1, /dev/sdb2). blocks is [...]]]></description>
			<content:encoded><![CDATA[<p>MKFS(8)                                                                MKFS(8)</p>
<p>NAME<br />       mkfs &#8211; build a Linux file system</p>
<p>SYNOPSIS<br />       mkfs [ -V ] [ -t fstype ] [ fs-options ] filesys [ blocks ]</p>
<p>DESCRIPTION<br />       mkfs  is  used to build a Linux file system on a device, usually a hard<br />       disk partition.  filesys is either the device  name  (e.g.   /dev/hda1,<br />       /dev/sdb2).   blocks  is  the  number of blocks to be used for the file<br />       system.</p>
<p>       The exit code returned by mkfs is 0 on success and 1 on failure.</p>
<p>       In actuality, mkfs is simply a front-end for the  various  file  system<br />       builders (mkfs.fstype) available under Linux.  The file system-specific<br />       builder is searched for in a number of directories like perhaps  /sbin,<br />       /sbin/fs,  /sbin/fs.d,  /etc/fs,  /etc  (the precise list is defined at<br />       compile time but at least contains /sbin and /sbin/fs), and finally  in<br />       the  directories  listed  in the PATH environment variable.  Please see<br />       the file system-specific builder manual pages for further details.</p>
<p>OPTIONS<br />       -V     Produce verbose output, including all file system-specific  com-<br />              mands  that are executed.  Specifying this option more than once<br />              inhibits execution of any file system-specific  commands.   This<br />              is really only useful for testing.</p>
<p>       -t fstype<br />              Specifies  the  type  of file system to be built.  If not speci-<br />              fied, the default file system type (currently ext2) is used.</p>
<p>       fs-options<br />              File system-specific options to be passed to the real file  sys-<br />              tem builder.  Although not guaranteed, the following options are<br />              supported by most file system builders.</p>
<p>       -c     Check the device for bad blocks before building the file system.</p>
<p>       -l filename<br />              Read the bad blocks list from filename</p>
<p>       -v     Produce verbose output.</p>
<p>BUGS<br />       All  generic options must precede and not be combined with file system-<br />       specific options.  Some file system-specific programs  do  not  support<br />       the  -v (verbose) option, nor return meaningful exit codes.  Also, some<br />       file system-specific programs do not automatically  detect  the  device<br />       size and require the blocks parameter to be specified.</p>
<p>AUTHORS<br />       David Engel (david@ods.com)<br />       Fred N. van Kempen (waltje@uwalt.nl.mugnet.org)<br />       Ron Sommeling (sommel@sci.kun.nl)<br />       The  manual  page  was shamelessly adapted from Remy Card&#8217;s version for<br />       the ext2 file system.</p>
<p>SEE ALSO<br />       fs(5),  badblocks(8),  fsck(8),  mkdosfs(8),  mke2fs(8),   <a>mkfs.bfs</a>(8),<br />       mkfs.ext2(8), mkfs.ext3(8), <a>mkfs.minix</a>(8), <a>mkfs.msdos</a>(8), <a>mkfs.vfat</a>(8),<br />       <a>mkfs.xfs</a>(8), <a>mkfs.xiafs</a>(8)</p>
<p>AVAILABILITY<br />       The mkfs command is part of the util-linux-ng package and is  available<br />       from <a target="_blank" href="ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/">ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/</a>.</p>
<p>Version 1.9                        Jun 1995                            MKFS(8)</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=59a1c7ed-1985-40ed-bfe9-274b78c25d13" /></div>
<ul class="socialwrap size32 row">
<li class="iconOnly"><a rel="nofollow" target="_blank" class="delicious" href="http://delicious.com/post?url=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmkfs%2F&amp;title=MKFS" title="Bookmark this post : MKFS on Delicious"><span class="head">Bookmark on Delicious</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="digg" href="http://digg.com/submit?url=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmkfs%2F&amp;title=MKFS&amp;bodytext=MKFS%288%29++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++MKFS%288%29NAME+++++++mkfs+-+build+a+Linux+file+systemSYNOPSIS+++++++mkfs+%5B+-V+%5D+%5B+-t+fstype+%5D+%5B+fs-options+%5D+filesys+%5B+blocks+%5DDESCRIPTION+++++++mkfs++is++used+to+build+a+Linux+file+system+on+a+device%2C+usually+a+hard+++++++disk+partition.++filesys+is+e" title="Digg this post : MKFS"><span class="head">Digg this post</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmkfs%2F&amp;t=MKFS" title="Recommend this post : MKFS on Facebook"><span class="head">Recommend on Facebook</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="google_buzz" href="http://www.google.com/reader/link?url=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmkfs%2F&amp;title=MKFS" title="Buzz up this post : MKFS "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="yahoo_buzz" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmkfs%2F" title="Buzz up this post : MKFS "><span class="head">Buzz it up</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="orkut" href="http://promote.orkut.com/preview?nt=orkut.com&amp;du=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmkfs%2F&amp;tt=MKFS" title="Share this post : MKFS on Orkut"><span class="head">Share on Orkut</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmkfs%2F&amp;title=MKFS" title="Share this post : MKFS on Reddit"><span class="head">share via Reddit</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="stumble" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmkfs%2F&amp;title=MKFS" title="Share this post : MKFS with Stumblers"><span class="head">Share with Stumblers</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="_blank" class="twitter" href="http://twitter.com/home/?status=http%3A%2F%2Fitechlog.com%2Flinux-man-pages%2F2009%2F01%2F01%2Fmkfs%2F" title="Tweet this post : MKFS on Twitter"><span class="head">Tweet about it</span></a></li>
<li class="iconOnly"><a rel="nofollow" target="" class="rss" href="http://itechlog.com/linux-man-pages/2009/01/01/mkfs/feed" title="Follow this post : MKFS comments"><span class="head">Subscribe to the comments on this post</span></a></li>
<li class="iconOnly"><a rel="" class="email" href="mailto:?subject=iTechLog : MKFS&#038;body=here is a link to a site I really like.   http://itechlog.com/linux-man-pages/2009/01/01/mkfs/" title="Tell a friend about this post : MKFS "><span class="head">Tell a friend</span></a></li>
</ul>
<div class="clean"></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Linux+Man+Pages' rel='tag' target='_self'>Linux Man Pages</a>, <a class='technorati-link' href='http://technorati.com/tag/MKFS' rel='tag' target='_self'>MKFS</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>January 4, 2009 -- <a href="http://itechlog.com/linux-man-pages/2009/01/04/sort/" title="SORT">SORT</a></li><li>January 1, 2009 -- <a href="http://itechlog.com/linux-man-pages/2009/01/01/mkdirhier/" title="MKDIRHIER">MKDIRHIER</a></li><li>January 1, 2009 -- <a href="http://itechlog.com/linux-man-pages/2009/01/01/modinfo/" title="MODINFO">MODINFO</a></li><li>January 1, 2009 -- <a href="http://itechlog.com/linux-man-pages/2009/01/01/mknod/" title="MKNOD">MKNOD</a></li><li>January 1, 2009 -- <a href="http://itechlog.com/linux-man-pages/2009/01/01/mkswap/" title="MKSWAP">MKSWAP</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/linux-man-pages/2009/01/01/mkfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
