<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>edsalisbury.net &#187; disk</title>
	<atom:link href="http://edsalisbury.net/tag/disk/feed/" rel="self" type="application/rss+xml" />
	<link>http://edsalisbury.net</link>
	<description>your guide to user-friendly entertainment</description>
	<lastBuildDate>Wed, 28 Mar 2012 02:07:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Mount External Drives Statically on Ubuntu Linux</title>
		<link>http://edsalisbury.net/how-to-mount-external-drives-statically-on-ubuntu-linux/</link>
		<comments>http://edsalisbury.net/how-to-mount-external-drives-statically-on-ubuntu-linux/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 19:21:01 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[firewire]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.edsalisbury.net/?p=267</guid>
		<description><![CDATA[<a href="http://edsalisbury.net/how-to-mount-external-drives-statically-on-ubuntu-linux/" title="How to Mount External Drives Statically on Ubuntu Linux"></a>The Issue: You have external USB drives that you want to be mounted the same way every time, but the /dev/sdX device name keeps changing. The Solution: First, unmount the drive: $ sudo umount /media/disk Then, look in /dev/disk/by-id to &#8230;<p class="read-more"><a href="http://edsalisbury.net/how-to-mount-external-drives-statically-on-ubuntu-linux/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://edsalisbury.net/how-to-mount-external-drives-statically-on-ubuntu-linux/" title="How to Mount External Drives Statically on Ubuntu Linux"></a><p><img src="http://www.edsalisbury.net/wp-content/uploads/2009/07/drive-3-cb-external-usb-256x256-150x150.png" alt="External Drive" title="External Drive" width="150" height="150" class="alignright size-thumbnail wp-image-269" /><br />
<strong>The Issue:</strong><br />
You have external USB drives that you want to be mounted the same way every time, but the /dev/sdX device name keeps changing.</p>
<p><strong>The Solution:</strong><br />
First, unmount the drive:<br />
<code>$ sudo umount /media/disk</code></p>
<p>Then, look in /dev/disk/by-id to find the correct device file:<br />
<code>/dev/disk/by-id/usb-WDC_WD30_00JB-00KFA0_DEF107679C83-0:0-part1</code></p>
<p>Add this to /etc/fstab:<br />
<code>/dev/disk/by-id/usb-WDC_WD30_00JB-00KFA0_DEF107679C83-0:0-part1                  /mnt/data01  ext3    defaults 0 0</code></p>
<p>Create the mountpoint:<br />
<code>$ sudo mkdir /mnt/data01</code></p>
<p>Mount the volume:<br />
<code>$ sudo mount /mnt/data01</code></p>
<p>Now, this device should always be mounted on /mnt/data01.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsalisbury.net/how-to-mount-external-drives-statically-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

