<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>USB Memory Stick - Revision history</title>
		<link>https://www.slackwiki.com/index.php?title=USB_Memory_Stick&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 01:01:49 GMT</lastBuildDate>
		<item>
			<title>Erik: Copy from old</title>
			<link>https://www.slackwiki.com/index.php?title=USB_Memory_Stick&amp;diff=199&amp;oldid=prev</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=USB_Memory_Stick&amp;diff=199&amp;oldid=prev</guid>
			<description>&lt;p&gt;Copy from old&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Tips]]&lt;br /&gt;
&lt;br /&gt;
==IMPORTANT==&lt;br /&gt;
&lt;br /&gt;
This information primarily applies to Slackware 11.0 and older; if you're using Slackware 12.0 or newer, you probably want to use [[HAL]] instead.&lt;br /&gt;
&lt;br /&gt;
==Prerequisites==&lt;br /&gt;
You must have USB support [[Compiling A Kernel|compiled into the kernel]] or [[Modules|loaded as modules]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mounting A USB Memory Stick==&lt;br /&gt;
1)Pick/make a mountpoint. (e.g. &amp;lt;code&amp;gt;/mnt/memstick&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
2)Mount the device-&lt;br /&gt;
&lt;br /&gt;
:If you have an [[fstab]] entry for it: &amp;lt;code&amp;gt;mount &amp;lt;i&amp;gt;mountpoint&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
::EXAMPLE: &amp;lt;code&amp;gt;mount /mnt/memstick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Otherwise: &amp;lt;code&amp;gt;mount  &amp;lt;i&amp;gt;device  mountpoint&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
::EXAMPLE: &amp;lt;code&amp;gt;mount /dev/sda1 /mnt/memstick&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:: &amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; if you have multiple USB devices or Sata/SCSI disks, the device may not be &amp;lt;code&amp;gt;/dev/sda1&amp;lt;/code&amp;gt;, it could be &amp;lt;code&amp;gt;/dev/sdb1&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;/dev/sdc1&amp;lt;/code&amp;gt; or any &amp;lt;code&amp;gt;/dev/sd*&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* you can see which devfile (in /dev/*) some devices get assigned by tracking the /var/log/messages (dmesg) changes.&lt;br /&gt;
 $ su &lt;br /&gt;
 # tail -f /var/log/messages&lt;br /&gt;
&lt;br /&gt;
and plug the USB device in the computer. This can be used for any other plug'n'play device.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Unmounting a USB Memory Stick==&lt;br /&gt;
&amp;lt;code&amp;gt;umount &amp;lt;i&amp;gt;mountpoint&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:EXAMPLE: &amp;lt;code&amp;gt;umount /mnt/memstick&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Errors and Solutions==&lt;br /&gt;
Error: &amp;lt;code&amp;gt;mount: special device /dev/sda&amp;lt;i&amp;gt;x&amp;lt;/i&amp;gt; does not exist&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solution: Check to see if &amp;lt;code&amp;gt;/dev/sda&amp;lt;i&amp;gt;x&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; exists-&lt;br /&gt;
::::&amp;lt;code&amp;gt;ls /dev/sda*&amp;lt;/code&amp;gt;&lt;br /&gt;
::if &amp;lt;code&amp;gt;/dev/sda&amp;lt;i&amp;gt;x&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; does not exist, create it:&lt;br /&gt;
::::&amp;lt;code&amp;gt;mknod -m 666 /dev/sda&amp;lt;i&amp;gt;x&amp;lt;/i&amp;gt; b 8 0&amp;lt;/code&amp;gt;&lt;/div&gt;</description>
			<pubDate>Sat, 06 Jun 2009 23:34:15 GMT</pubDate>
			<dc:creator>Erik</dc:creator>
			<comments>https://www.slackwiki.com/Talk:USB_Memory_Stick</comments>
		</item>
</channel></rss>