<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.campisano.org/wiki/Portable_usb_drive/history?feed=atom</id>
	<title>Portable usb drive - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.campisano.org/wiki/Portable_usb_drive/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://www.campisano.org/wiki/Portable_usb_drive/history"/>
	<updated>2026-05-01T02:36:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://www.campisano.org/mediawiki/index.php?title=Portable_usb_drive&amp;diff=2807&amp;oldid=prev</id>
		<title>T1t0: Created page with &quot;&#039;&#039;&#039;NOTE:&#039;&#039;&#039; assuming that your drive device is &#039;&#039;&#039;/dev/sdX&#039;&#039;&#039;   * clean MBR &lt;pre&gt; dd if=/dev/zero of=/dev/sdX bs=512 count=1 &lt;/pre&gt;  * create a portable partition &lt;pre&gt; fdisk -c=nondos -u=sectors -n /dev/sdX o       ## create an empty DOS partition table n       ## new p       # primary 1       # partition 1 [enter] # default, start at initial disk [enter] # all remaining space t       # type of the unique existent partition c       # W95 FAT32 (LBA) partition up to 2Tb...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.campisano.org/mediawiki/index.php?title=Portable_usb_drive&amp;diff=2807&amp;oldid=prev"/>
		<updated>2025-01-21T22:53:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; assuming that your drive device is &amp;#039;&amp;#039;&amp;#039;/dev/sdX&amp;#039;&amp;#039;&amp;#039;   * clean MBR &amp;lt;pre&amp;gt; dd if=/dev/zero of=/dev/sdX bs=512 count=1 &amp;lt;/pre&amp;gt;  * create a portable partition &amp;lt;pre&amp;gt; fdisk -c=nondos -u=sectors -n /dev/sdX o       ## create an empty DOS partition table n       ## new p       # primary 1       # partition 1 [enter] # default, start at initial disk [enter] # all remaining space t       # type of the unique existent partition c       # W95 FAT32 (LBA) partition up to 2Tb...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;NOTE:&amp;#039;&amp;#039;&amp;#039; assuming that your drive device is &amp;#039;&amp;#039;&amp;#039;/dev/sdX&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
* clean MBR&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
dd if=/dev/zero of=/dev/sdX bs=512 count=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* create a portable partition&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
fdisk -c=nondos -u=sectors -n /dev/sdX&lt;br /&gt;
o       ## create an empty DOS partition table&lt;br /&gt;
n       ## new&lt;br /&gt;
p       # primary&lt;br /&gt;
1       # partition 1&lt;br /&gt;
[enter] # default, start at initial disk&lt;br /&gt;
[enter] # all remaining space&lt;br /&gt;
t       # type of the unique existent partition&lt;br /&gt;
c       # W95 FAT32 (LBA) partition up to 2Tb size&lt;br /&gt;
p       ## print new future partition, check if is equal to below description&lt;br /&gt;
w       ## WRITE CHANGES AND EXIT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* format with a portable filesystem&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkfs.vfat -n YOUR_LABEL -F 32 /dev/sdX1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>T1t0</name></author>
	</entry>
</feed>