<?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>Fdisk MBR &#187; partitions</title>
	<atom:link href="http://fdiskmbr.com/tag/partitions/feed/" rel="self" type="application/rss+xml" />
	<link>http://fdiskmbr.com</link>
	<description>Fdisk MBR utility</description>
	<lastBuildDate>Sun, 26 Feb 2012 18:36:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linux Fdisk</title>
		<link>http://fdiskmbr.com/linux-fdisk/linux-fdisk/</link>
		<comments>http://fdiskmbr.com/linux-fdisk/linux-fdisk/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 22:09:59 +0000</pubDate>
		<dc:creator>gf</dc:creator>
				<category><![CDATA[Linux Fdisk]]></category>
		<category><![CDATA[dos fdisk]]></category>
		<category><![CDATA[Fdisk MBR]]></category>
		<category><![CDATA[GParted]]></category>
		<category><![CDATA[INSERT]]></category>
		<category><![CDATA[knoppix]]></category>
		<category><![CDATA[LiveCD]]></category>
		<category><![CDATA[partitions]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://fdiskmbr.com/?p=47</guid>
		<description><![CDATA[<p>Linux uses one partition for its root file system and it also needs a dedicated swap partition for its swap file.  Since Linux Fdisk is more complex than DOS Fdisk it can be very challenging to use.  Also older Computer hardware BIOS can only accesses the first 1024 cylinders of the disk, which can limit your <span style="color:#777"> . . . &#8594; Read More: <a href="http://fdiskmbr.com/linux-fdisk/linux-fdisk/">Linux Fdisk</a></span>]]></description>
			<content:encoded><![CDATA[<p>Linux uses one partition for its root file system and it also needs a dedicated swap partition for its swap file<img class="alignright size-medium wp-image-56" title="linux-penguin" src="http://fdiskmbr.com/wp-content/uploads/2009/09/linux-penguin1-272x300.jpg" alt="linux-penguin" width="272" height="300" />.  Since <strong>Linux Fdisk</strong> is more complex than DOS Fdisk it can be very challenging to use.  Also older Computer hardware BIOS can only accesses the first 1024 cylinders of the disk, which can limit your partitions to 8GB.  You can also make DOS partitions with the DOS Fdisk utility or Linux partitions with the Linux Fdisk.</p>
<p><strong>Partitioning</strong></p>
<p>When I setup partitions for either a Linux or Windows operating systems I use GParted.  GParted, Partition Magic clone, is a free Open Source utility that works well on any computer system.  You can also run it, which I prefer, from a LiveCD, such as, INSERT.  INSERT, from Inside Security, is a free LiveCD based on Knoppix.  Knoppix is another LiveCD that has many useful computer maintenance tools.  INSERT also has many other free and valuable tools, such as, Partimage, which is a clone of North Ghost.  If you want some addition information on GParted you should check out the my YouTube video GParted.</p>
<p>Fdisk MBR</p>
<p>The<a href="http://fdiskmbr.com/" target="_blank"> Fdisk MBR</a> website has additional articles on this subject you might find useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://fdiskmbr.com/linux-fdisk/linux-fdisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MBR</title>
		<link>http://fdiskmbr.com/mbr/mbr/</link>
		<comments>http://fdiskmbr.com/mbr/mbr/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 04:30:12 +0000</pubDate>
		<dc:creator>gf</dc:creator>
				<category><![CDATA[MBR]]></category>
		<category><![CDATA[boot sector]]></category>
		<category><![CDATA[Fdisk]]></category>
		<category><![CDATA[Fdisk MBR]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[master boot record]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[partitions]]></category>

		<guid isPermaLink="false">http://fdiskmbr.com/?p=31</guid>
		<description><![CDATA[<p>An MBR (master boot record), or also referred to as the first partition sector, is a 512-byte boot sector that is the first sector (LBA Sector 0) of a partitioned hard drive.  Consequently  the master boot record becomes a target for boot-sector infecting viruses.  In addition to the bootstrap code and a partition table the <span style="color:#777"> . . . &#8594; Read More: <a href="http://fdiskmbr.com/mbr/mbr/">MBR</a></span>]]></description>
			<content:encoded><![CDATA[<p>An <strong>MBR </strong> (master boot record), or also referred to as the first partition sector, is a 512-byte boot sector that is the first sector (LBA Sector 0) of a partitioned hard drive.  Consequently  the master boot record becomes a target for boot-sector infecting viruses.  In addition to the bootstrap code and a partition table the master boot record also contains a Windows signature.  Fdisk has an undocumented parameter called /mbr that causes it to write the master boot record to the hard disk without altering the partition table information.  <strong>Warning</strong>: Writing the master boot record to the hard disk in this manner can make certain hard disks partitioned with multi-boot utilities unusable.  This first sector of the hard disk is called the master boot record (or sometimes the partition table or master boot block).  This program is written to the disk by the fdisk /mbr command and is usually called the MBR.  During normal operations, Fdisk writes this information to the disk only if there is no master boot record.  During the installation of Microsoft MS-DOS, setup replaces the MBR on the hard disk with code to display a message MS-DOS.</p>
<p><strong>Master Boot Code</strong></p>
<p>Master Boot Code: The master boot record contains the small initial boot program that BIOS loads and executes to start the boot process.  The MBR also contains the Master Partition Table.  This small table contains the descriptions of the partitions that are contained on the hard disk.  Due to the great importance of the information stored in the master boot record and if it were ever become damaged in some way the hard disk will no longer be accessible and serious data loss would result.  Repairing the master boot record on your Windows XP system is accomplished using the<strong> fixmbr</strong> command, available in Recovery Console.  This is necessary when the master boot record has become corrupt due to a virus or some other kind of damage.  The MBR is created when you create the first partition on the hard disk which the most important data information on the disk.</p>
<p><strong>Computer Startup</strong></p>
<p>During the computer startup and when the hard drive is accessed the MBR points to the system partition&#8217;s starting location on the disk, and loads a copy of its Partition Boot Sector into memory.  The MBR then transfers execution to executable code in the Partition Boot Sector.  Special Note: Although there is a Master Boot Record on every hard disk, the executable code in the sector is used only if the disk is connected to an x86-based computer and the disk contains the system partition.  The partition table is located in the master boot record on the disk.</p>
<p><strong>Computer Boot Information</strong></p>
<p>Master Boot Record has important computer boot information that contains all required information on how to boot the disk and load the operating system.  MBR record is very important data for your computer and without this information, your computer will not be able to get to the starting point to load the operating system.  The MBR is located in the Boot Sector of a hard drive.  MBR is a hidden area on your hard drive that contains all information about disk partitions (sometimes also called volumes or logical drives).</p>
<p><strong>Fdisk MBR</strong></p>
<p>The <a href="http://fdiskmbr.com/" target="_blank">Fdisk MBR</a> website has additional articles that you might find useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://fdiskmbr.com/mbr/mbr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

