<?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: A guide to files and folders on Linux</title>
	<atom:link href="http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/</link>
	<description>My personal site and blog</description>
	<pubDate>Tue, 06 Jan 2009 11:30:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/comment-page-1/#comment-130883</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 22 Dec 2008 20:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/#comment-130883</guid>
		<description>Harris,

This is a bit more complicated unfortunately than just pointing at the E drive.

There are three steps you need to follow:

&lt;ol&gt;
&lt;li&gt;identify which drive is the E drive in terms of which device it appears as under Linux (e.g. &lt;em&gt;/dev/hda5&lt;/em&gt; or similar).&lt;/li&gt;
&lt;li&gt;mount that device (e.g. &lt;em&gt;/dev/hda5&lt;/em&gt;) into a folder (such as &lt;em&gt;/mnt/Edrive&lt;/em&gt;), with a command like &lt;strong&gt;mount /dev/hda5 /mnt/Edrive&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;retrieve the file from &lt;em&gt;/mnt/Edrive/file.txt&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;

Without further information I can't be of more specific help, however. If you do want more detailed help, &lt;a href="http://peter.upfold.org.uk/contact" rel="nofollow"&gt;drop me an email&lt;/a&gt; so I can follow up outside this comment thread.</description>
		<content:encoded><![CDATA[<p>Harris,</p>
<p>This is a bit more complicated unfortunately than just pointing at the E drive.</p>
<p>There are three steps you need to follow:</p>
<ol>
<li>identify which drive is the E drive in terms of which device it appears as under Linux (e.g. <em>/dev/hda5</em> or similar).</li>
<li>mount that device (e.g. <em>/dev/hda5</em>) into a folder (such as <em>/mnt/Edrive</em>), with a command like <strong>mount /dev/hda5 /mnt/Edrive</strong></li>
<li>retrieve the file from <em>/mnt/Edrive/file.txt</em></li>
</ol>
<p>Without further information I can&#8217;t be of more specific help, however. If you do want more detailed help, <a href="http://peter.upfold.org.uk/contact" rel="nofollow">drop me an email</a> so I can follow up outside this comment thread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harris</title>
		<link>http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/comment-page-1/#comment-130882</link>
		<dc:creator>Harris</dc:creator>
		<pubDate>Mon, 22 Dec 2008 20:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/#comment-130882</guid>
		<description>I have saved a file (from windows) in the Linux partition (E:\), in E:\file.txt.
How to I access it from linux?</description>
		<content:encoded><![CDATA[<p>I have saved a file (from windows) in the Linux partition (E:\), in E:\file.txt.<br />
How to I access it from linux?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Understanding file permissions (newbie-friendly) - Part 1 &#171; Blog &#171; Peter Upfold</title>
		<link>http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/comment-page-1/#comment-101148</link>
		<dc:creator>Understanding file permissions (newbie-friendly) - Part 1 &#171; Blog &#171; Peter Upfold</dc:creator>
		<pubDate>Mon, 04 Aug 2008 15:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/#comment-101148</guid>
		<description>[...] where / is and what the symbol ~ represents), then I&#8217;d strongly recommend checking out my guide to files and folders before coming back here for the rest. Don&#8217;t worry, it&#8217;s written in nice and friendly [...]</description>
		<content:encoded><![CDATA[<p>[...] where / is and what the symbol ~ represents), then I&#8217;d strongly recommend checking out my guide to files and folders before coming back here for the rest. Don&#8217;t worry, it&#8217;s written in nice and friendly [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing .rpm files on Linux &#171; Blog &#171; Peter Upfold</title>
		<link>http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/comment-page-1/#comment-101147</link>
		<dc:creator>Installing .rpm files on Linux &#171; Blog &#171; Peter Upfold</dc:creator>
		<pubDate>Mon, 04 Aug 2008 15:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/#comment-101147</guid>
		<description>[...] a complete newbie, I&#8217;d recommend reading my Linux Explained tutorial at Gizbuzz and my basic introduction into files and folders here to get you started with some of the concepts (I&#8217;m jumping in quite quickly to terminal stuff, [...]</description>
		<content:encoded><![CDATA[<p>[...] a complete newbie, I&#8217;d recommend reading my Linux Explained tutorial at Gizbuzz and my basic introduction into files and folders here to get you started with some of the concepts (I&#8217;m jumping in quite quickly to terminal stuff, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/comment-page-1/#comment-101131</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Mon, 04 Aug 2008 14:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/#comment-101131</guid>
		<description>Thanks Man. Pretty informative.</description>
		<content:encoded><![CDATA[<p>Thanks Man. Pretty informative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Marchand</title>
		<link>http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/comment-page-1/#comment-88210</link>
		<dc:creator>Tim Marchand</dc:creator>
		<pubDate>Tue, 08 Jul 2008 19:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/#comment-88210</guid>
		<description>As a Linux newbie, I appreciate having a concise listing of the common directories.  Thanks for sharing your knowledge.  That is one of the best characteristics of the open source community.</description>
		<content:encoded><![CDATA[<p>As a Linux newbie, I appreciate having a concise listing of the common directories.  Thanks for sharing your knowledge.  That is one of the best characteristics of the open source community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FOSSwire &#187; Understanding file permissions - Part 2</title>
		<link>http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/comment-page-1/#comment-1224</link>
		<dc:creator>FOSSwire &#187; Understanding file permissions - Part 2</dc:creator>
		<pubDate>Sun, 12 Nov 2006 20:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/#comment-1224</guid>
		<description>[...] The -R tells chmod to apply this to the whole folder, then I have my permissions I&#8217;m setting, then I have a dot (.). The dot tells chmod to affect this folder - as dot means &#8216;the current folder&#8217;. Lo and behold: [...]</description>
		<content:encoded><![CDATA[<p>[...] The -R tells chmod to apply this to the whole folder, then I have my permissions I&#8217;m setting, then I have a dot (.). The dot tells chmod to affect this folder - as dot means &#8216;the current folder&#8217;. Lo and behold: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FOSSwire &#187; Understanding file permissions - Part 1</title>
		<link>http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/comment-page-1/#comment-1086</link>
		<dc:creator>FOSSwire &#187; Understanding file permissions - Part 1</dc:creator>
		<pubDate>Mon, 06 Nov 2006 20:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/#comment-1086</guid>
		<description>[...] If you don&#8217;t know anything about how the file system works (i.e. you don&#8217;t understand where / is and what the symbol ~ represents), then I&#8217;d strongly recommend checking out my guide to files and folders before coming back here for the rest. Don&#8217;t worry, it&#8217;s written in nice and friendly language as well. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you don&#8217;t know anything about how the file system works (i.e. you don&#8217;t understand where / is and what the symbol ~ represents), then I&#8217;d strongly recommend checking out my guide to files and folders before coming back here for the rest. Don&#8217;t worry, it&#8217;s written in nice and friendly language as well. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter&#8217;s Web Development Blog &#187; Blog Archive &#187; Understanding file permissions - Part 2</title>
		<link>http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/comment-page-1/#comment-368</link>
		<dc:creator>Peter&#8217;s Web Development Blog &#187; Blog Archive &#187; Understanding file permissions - Part 2</dc:creator>
		<pubDate>Mon, 18 Sep 2006 13:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/#comment-368</guid>
		<description>[...] The -R tells chmod to apply this to the whole folder, then I have my permissions I&#8217;m setting, then I have a dot (.). The dot tells chmod to affect this folder - as dot means &#8216;the current folder&#8217;. Lo and behold: [...]</description>
		<content:encoded><![CDATA[<p>[...] The -R tells chmod to apply this to the whole folder, then I have my permissions I&#8217;m setting, then I have a dot (.). The dot tells chmod to affect this folder - as dot means &#8216;the current folder&#8217;. Lo and behold: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter&#8217;s Web Development Blog &#187; Blog Archive &#187; Understanding file permissions (newbie-friendly) - Part 1</title>
		<link>http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/comment-page-1/#comment-282</link>
		<dc:creator>Peter&#8217;s Web Development Blog &#187; Blog Archive &#187; Understanding file permissions (newbie-friendly) - Part 1</dc:creator>
		<pubDate>Tue, 12 Sep 2006 08:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://peter.upfold.org.uk/blog/2006/07/18/a-guide-to-files-and-folders-on-linux/#comment-282</guid>
		<description>[...] If you don&#8217;t know anything about how the file system works (i.e. you don&#8217;t understand where / is and what the symbol ~ represents), then I&#8217;d strongly recommend checking out my guide to files and folders before coming back here for the rest. Don&#8217;t worry, it&#8217;s written in nice and friendly language as well. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you don&#8217;t know anything about how the file system works (i.e. you don&#8217;t understand where / is and what the symbol ~ represents), then I&#8217;d strongly recommend checking out my guide to files and folders before coming back here for the rest. Don&#8217;t worry, it&#8217;s written in nice and friendly language as well. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
