<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Fdisk%3ACreate_swap</id>
	<title>Fdisk:Create swap - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Fdisk%3ACreate_swap"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Fdisk:Create_swap&amp;action=history"/>
	<updated>2026-05-04T20:20:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Fdisk:Create_swap&amp;diff=3628&amp;oldid=prev</id>
		<title>Michael: Created page with &quot;== Create A Swap Parition using Fdisk == &lt;syntaxhighlight&gt; Command action    a   toggle a bootable flag    b   edit bsd disklabel    c   toggle the dos compatibility flag    d   delete a...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Fdisk:Create_swap&amp;diff=3628&amp;oldid=prev"/>
		<updated>2013-09-06T14:34:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Create A Swap Parition using Fdisk == &amp;lt;syntaxhighlight&amp;gt; Command action    a   toggle a bootable flag    b   edit bsd disklabel    c   toggle the dos compatibility flag    d   delete a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Create A Swap Parition using Fdisk ==&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
Command action&lt;br /&gt;
   a   toggle a bootable flag&lt;br /&gt;
   b   edit bsd disklabel&lt;br /&gt;
   c   toggle the dos compatibility flag&lt;br /&gt;
   d   delete a partition&lt;br /&gt;
   l   list known partition types&lt;br /&gt;
   m   print this menu&lt;br /&gt;
   n   add a new partition&lt;br /&gt;
   o   create a new empty DOS partition table&lt;br /&gt;
   p   print the partition table&lt;br /&gt;
   q   quit without saving changes&lt;br /&gt;
   s   create a new empty Sun disklabel&lt;br /&gt;
   t   change a partition&amp;#039;s system id&lt;br /&gt;
   u   change display/entry units&lt;br /&gt;
   v   verify the partition table&lt;br /&gt;
   w   write table to disk and exit&lt;br /&gt;
   x   extra functionality (experts only)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
fdisk /dev/sda  #start fdisk on sda&lt;br /&gt;
n  #new partition&lt;br /&gt;
p / e  # primary / extended&lt;br /&gt;
1 # partition number&lt;br /&gt;
2048 # first sector&lt;br /&gt;
2548 # last sector&lt;br /&gt;
t #change file system type&lt;br /&gt;
82 #Linux swap type&lt;br /&gt;
p #print partition table&lt;br /&gt;
w # write cha&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>