<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Howto: Mount a USB device in SuSE Linux</title>
	<atom:link href="http://thebackroomtech.com/2008/08/11/howto-mount-a-usb-device-in-suse-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com/2008/08/11/howto-mount-a-usb-device-in-suse-linux/</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Sun, 07 Nov 2010 18:59:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: J Rifkin</title>
		<link>http://thebackroomtech.com/2008/08/11/howto-mount-a-usb-device-in-suse-linux/#comment-967</link>
		<dc:creator>J Rifkin</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=583#comment-967</guid>
		<description>This didn&#039;t quite work for me.  My /var/log/messages file gave

/dev/sds

as the address, then when I tried to mount it I got the following error,

&gt; mount /dev/sds1 /mnt
mount: /dev/sds1 already mounted or /mnt busy

It turns out that the partition was really mounted on /dev/dm-14.  I learned that I unplugged the drive (without having mounted it), and found the following two lines in my /var/log/messages file

.... multipathd: dm-14: remove map (uevent)
.... multipathd: dm-13: remove map (uevent)

When I re-connected the USB drive, I was able to mount it with

&gt; mount /dev/dm-14 /mnt</description>
		<content:encoded><![CDATA[<p>This didn&#8217;t quite work for me.  My /var/log/messages file gave</p>
<p>/dev/sds</p>
<p>as the address, then when I tried to mount it I got the following error,</p>
<p>&gt; mount /dev/sds1 /mnt<br />
mount: /dev/sds1 already mounted or /mnt busy</p>
<p>It turns out that the partition was really mounted on /dev/dm-14.  I learned that I unplugged the drive (without having mounted it), and found the following two lines in my /var/log/messages file</p>
<p>&#8230;. multipathd: dm-14: remove map (uevent)<br />
&#8230;. multipathd: dm-13: remove map (uevent)</p>
<p>When I re-connected the USB drive, I was able to mount it with</p>
<p>&gt; mount /dev/dm-14 /mnt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xrayspex</title>
		<link>http://thebackroomtech.com/2008/08/11/howto-mount-a-usb-device-in-suse-linux/#comment-966</link>
		<dc:creator>xrayspex</dc:creator>
		<pubDate>Tue, 28 Apr 2009 13:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=583#comment-966</guid>
		<description>well, i hate to be a bitch but problems like mounting a flash drive simply do not appear in Windows. otherwise i agree with gordon. i love linux, but certainly not for the way it handles my usb key.</description>
		<content:encoded><![CDATA[<p>well, i hate to be a bitch but problems like mounting a flash drive simply do not appear in Windows. otherwise i agree with gordon. i love linux, but certainly not for the way it handles my usb key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon Hilliard</title>
		<link>http://thebackroomtech.com/2008/08/11/howto-mount-a-usb-device-in-suse-linux/#comment-965</link>
		<dc:creator>Gordon Hilliard</dc:creator>
		<pubDate>Thu, 20 Nov 2008 15:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=583#comment-965</guid>
		<description>Hi Julie,

thanks for that, don&#039;t you just love Linux? Someone has usually solved the problem for you.

Best Regards

Gordon</description>
		<content:encoded><![CDATA[<p>Hi Julie,</p>
<p>thanks for that, don&#8217;t you just love Linux? Someone has usually solved the problem for you.</p>
<p>Best Regards</p>
<p>Gordon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leroy Glinchy</title>
		<link>http://thebackroomtech.com/2008/08/11/howto-mount-a-usb-device-in-suse-linux/#comment-964</link>
		<dc:creator>Leroy Glinchy</dc:creator>
		<pubDate>Tue, 12 Aug 2008 18:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=583#comment-964</guid>
		<description>You can also put the lines into /etc/fstab:


/dev/sda1 /mnt/usb auto noauto,user,rw 0 0

Then you can do:

mount /usb

instead of the long line like above.

You can get rid of the modprobe line by doing this:

Edit /etc/sysconfig/kernel and make sure

INITRD_MODULES=”usb-storage OTHER MODULES&quot;

Note, OTHER MODULES means that there are going to be other modules, you don&#039;t ever actually type OTHER MODULES there.</description>
		<content:encoded><![CDATA[<p>You can also put the lines into /etc/fstab:</p>
<p>/dev/sda1 /mnt/usb auto noauto,user,rw 0 0</p>
<p>Then you can do:</p>
<p>mount /usb</p>
<p>instead of the long line like above.</p>
<p>You can get rid of the modprobe line by doing this:</p>
<p>Edit /etc/sysconfig/kernel and make sure</p>
<p>INITRD_MODULES=”usb-storage OTHER MODULES&#8221;</p>
<p>Note, OTHER MODULES means that there are going to be other modules, you don&#8217;t ever actually type OTHER MODULES there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/4 queries in 0.001 seconds using disk: basic
Object Caching 207/207 objects using disk: basic

Served from: thebackroomtech.com @ 2012-02-07 12:20:31 -->
