<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://docs.telcobridges.com/mediawiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs.telcobridges.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=TBLinux%3AHow_mount_usb_drive</id>
		<title>TBLinux:How mount usb drive - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docs.telcobridges.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=TBLinux%3AHow_mount_usb_drive"/>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/mediawiki/index.php?title=TBLinux:How_mount_usb_drive&amp;action=history"/>
		<updated>2026-06-14T23:05:59Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.1</generator>

	<entry>
		<id>https://docs.telcobridges.com/mediawiki/index.php?title=TBLinux:How_mount_usb_drive&amp;diff=2768&amp;oldid=prev</id>
		<title>Cbilodeau: creation</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/mediawiki/index.php?title=TBLinux:How_mount_usb_drive&amp;diff=2768&amp;oldid=prev"/>
				<updated>2009-10-02T15:30:45Z</updated>
		
		<summary type="html">&lt;p&gt;creation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page will explain how to mount a usb drive on a Tblinux system. The TMG3200 has a usb port in front of the unit. The TMG800 do not have a usb interface.&lt;br /&gt;
&lt;br /&gt;
== Mounting a usb drive ==&lt;br /&gt;
&lt;br /&gt;
=== Create a directory ===&lt;br /&gt;
&lt;br /&gt;
    mkdir [mounting directory]&lt;br /&gt;
&lt;br /&gt;
:example:&lt;br /&gt;
&lt;br /&gt;
    mkdir /mnt/usb/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Determine which device the usb key was discovered ===&lt;br /&gt;
&lt;br /&gt;
    dmesg&lt;br /&gt;
&lt;br /&gt;
:example, in this case it is device 2 (sg2):&lt;br /&gt;
    sd 3:0:0:0: [sdc] Assuming drive cache: write through&lt;br /&gt;
     sdc: sdc1 sdc2&lt;br /&gt;
    sd 3:0:0:0: [sdc] Attached SCSI removable disk&lt;br /&gt;
    sd 3:0:0:0: Attached scsi generic sg2 type 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mount the usb key ===&lt;br /&gt;
&lt;br /&gt;
    mount /dev/[sdx] [mounting directory]&lt;br /&gt;
&lt;br /&gt;
:example:&lt;br /&gt;
    mount /dev/sdc2 /mnt/usb/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Unmounting a usb drive ==&lt;br /&gt;
&lt;br /&gt;
=== Unmount the usb key ===&lt;br /&gt;
&lt;br /&gt;
    umount [mounting directory]&lt;br /&gt;
&lt;br /&gt;
:example:&lt;br /&gt;
    umount /mnt/usb/&lt;/div&gt;</summary>
		<author><name>Cbilodeau</name></author>	</entry>

	</feed>