<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.daveking.com/index.php?action=history&amp;feed=atom&amp;title=How_To_Partition_USB%2FSD_Storage_Device</id>
	<title>How To Partition USB/SD Storage Device - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.daveking.com/index.php?action=history&amp;feed=atom&amp;title=How_To_Partition_USB%2FSD_Storage_Device"/>
	<link rel="alternate" type="text/html" href="https://wiki.daveking.com/index.php?title=How_To_Partition_USB/SD_Storage_Device&amp;action=history"/>
	<updated>2026-04-26T20:01:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://wiki.daveking.com/index.php?title=How_To_Partition_USB/SD_Storage_Device&amp;diff=4281&amp;oldid=prev</id>
		<title>Dlk: Created page with &quot;Plug in your removable flash drive and run the ‘lsblk’ command to identify the device. # Run &lt;code&gt;lsblk&lt;/code&gt; to list the block devices on the system and find your devic...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.daveking.com/index.php?title=How_To_Partition_USB/SD_Storage_Device&amp;diff=4281&amp;oldid=prev"/>
		<updated>2020-02-22T22:51:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Plug in your removable flash drive and run the ‘lsblk’ command to identify the device. # Run &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt; to list the block devices on the system and find your devic...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Plug in your removable flash drive and run the ‘lsblk’ command to identify the device.&lt;br /&gt;
# Run &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt; to list the block devices on the system and find your device in the list.  We&amp;#039;ll assume it&amp;#039;s &amp;lt;code&amp;gt;/dev/sdh&amp;lt;/code&amp;gt; for our purposes here.&lt;br /&gt;
# &amp;lt;code&amp;gt;sudo parted /dev/sdh&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;(parted) mklabel msdos&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;(parted) mkpart primary fat32 1MiB 100%&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;(parted) set 1 boot on&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;(parted) quit&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;sudo mkfs.vfat -n &amp;quot;DISKLABEL&amp;quot; /dev/sdh1&lt;br /&gt;
&lt;br /&gt;
[[Category: Disks &amp;amp;amp; Storage]]&lt;/div&gt;</summary>
		<author><name>Dlk</name></author>
		
	</entry>
</feed>