<?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>客家文化,客家人在浙江 &#187; mount</title>
	<atom:link href="http://cnhup.net/tag/mount/feed" rel="self" type="application/rss+xml" />
	<link>http://cnhup.net</link>
	<description>客家记录,IT技术随笔</description>
	<lastBuildDate>Sun, 13 Jun 2010 07:56:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>构建内网共享盘</title>
		<link>http://cnhup.net/109</link>
		<comments>http://cnhup.net/109#comments</comments>
		<pubDate>Thu, 31 Dec 2009 07:24:23 +0000</pubDate>
		<dc:creator>hakka</dc:creator>
				<category><![CDATA[涂鸦]]></category>
		<category><![CDATA[Debain]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[rc.local]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[共享]]></category>

		<guid isPermaLink="false">http://cnhup.net/?p=109</guid>
		<description><![CDATA[为方便使用各种软件及避免重复存储同样的软件，非常有必要构建一台共享文件服务器，但又能尽量避免病毒的干扰，而且不安装杀毒软件，因此我们采用Linux作为操作系统。
系统环境：
Ubuntu 8.04.3 LTS
第一步：
apt-cache search samba &#8211;names-only
查看samba的安装包。
然后安装
apt-get install samba
第二步：
挂共享盘
mount /dev/sdb1 /share
第三步：
开启共享
/etc/init.d/samba start
如果想开机自动挂共享盘，可以编辑/etc/init.d/rc.local
在文件最后加入
/etc/init.d/samba start
mount /dev/sdb1 /share
exit 0


]]></description>
			<content:encoded><![CDATA[<p>为方便使用各种软件及避免重复存储同样的软件，非常有必要构建一台共享文件服务器，但又能尽量避免病毒的干扰，而且不安装杀毒软件，因此我们采用Linux作为操作系统。<br/><br />
系统环境：</p>
<blockquote><p>Ubuntu 8.04.3 LTS</p></blockquote>
<p>第一步：<span id="more-109"></span></p>
<blockquote><p>apt-cache search samba &#8211;names-only</p></blockquote>
<p>查看samba的安装包。<br />
然后安装</p>
<blockquote><p>apt-get install samba</p></blockquote>
<p>第二步：<br />
挂共享盘</p>
<blockquote><p>mount /dev/sdb1 /share</p></blockquote>
<p>第三步：<br />
开启共享</p>
<blockquote><p>/etc/init.d/samba start</p></blockquote>
<p>如果想开机自动挂共享盘，可以编辑/etc/init.d/rc.local<br />
在文件最后加入</p>
<blockquote><p>/etc/init.d/samba start<br />
mount /dev/sdb1 /share<br />
exit 0</p></blockquote>
<p><br/><br />
<br/><br/><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://cnhup.net/109/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
