<?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>dsm &#8211; 中年韭菜的自我关爱</title>
	<atom:link href="https://www.muyunyying.top/tag/dsm/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.muyunyying.top</link>
	<description>一枚番茄爹的碎碎念</description>
	<lastBuildDate>Sat, 30 Jan 2016 08:08:43 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
<site xmlns="com-wordpress:feed-additions:1">153092130</site>	<item>
		<title>dsm /etc/rc 备份</title>
		<link>https://www.muyunyying.top/2016/01/30/dsm-etcrc-%e5%a4%87%e4%bb%bd/</link>
					<comments>https://www.muyunyying.top/2016/01/30/dsm-etcrc-%e5%a4%87%e4%bb%bd/#respond</comments>
		
		<dc:creator><![CDATA[muyunyying]]></dc:creator>
		<pubDate>Sat, 30 Jan 2016 08:08:43 +0000</pubDate>
				<category><![CDATA[共享存储]]></category>
		<category><![CDATA[dsm]]></category>
		<guid isPermaLink="false">http://muyunyying.top/tank/?p=762</guid>

					<description><![CDATA[/bin/mount -t nfs 192.168.1.200:/photo /volume1/photo/  [&#8230;]]]></description>
										<content:encoded><![CDATA[<div id="wrapper">
<div id="page" class="hfeed site">
<div id="main" class="site-main">
<div id="primary" class="content-area">
<div id="content" class="site-content" role="main">
<article id="post-115" class="post-115 post type-post status-publish format-standard hentry category-uncategorized">
<header class="entry-header"></header>
<div class="entry-content">
<p>/bin/mount -t nfs 192.168.1.200:/photo /volume1/photo/<br />
/bin/mount -t nfs 192.168.1.200:/video /volume1/video/<br />
/bin/mount -t nfs 192.168.1.200:/music /volume1/music/<br />
/bin/mount -t nfs 192.168.1.200:/homes /volume1/homes/</p>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.muyunyying.top/2016/01/30/dsm-etcrc-%e5%a4%87%e4%bb%bd/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">762</post-id>	</item>
		<item>
		<title>hyper-v dsm黑裙安装, nfs, photo station</title>
		<link>https://www.muyunyying.top/2015/08/12/hyper-v-dsm%e9%bb%91%e8%a3%99%e5%ae%89%e8%a3%85-nfs-photo-station/</link>
					<comments>https://www.muyunyying.top/2015/08/12/hyper-v-dsm%e9%bb%91%e8%a3%99%e5%ae%89%e8%a3%85-nfs-photo-station/#respond</comments>
		
		<dc:creator><![CDATA[muyunyying]]></dc:creator>
		<pubDate>Wed, 12 Aug 2015 07:42:59 +0000</pubDate>
				<category><![CDATA[共享存储]]></category>
		<category><![CDATA[dsm]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[nfs]]></category>
		<guid isPermaLink="false">http://muyunyying.top/tank/?p=730</guid>

					<description><![CDATA[wait for it &#160; 使用hanewin nfs server时，如果不加参数 会导致ubun [&#8230;]]]></description>
										<content:encoded><![CDATA[<div id="wrapper">
<div id="page" class="hfeed site">
<div id="main" class="site-main">
<div id="primary" class="content-area">
<div id="content" class="site-content" role="main">
<article id="post-6" class="post-6 post type-post status-publish format-standard hentry category-server-configuration tag-gen8">
<div class="entry-content">
<p>wait for it</p>
<p>&nbsp;</p>
<p>使用hanewin nfs server时，如果不加参数</p>
<p>会导致ubuntu mount以后所有目录权限变为root:root</p>
<p>在dsm下无问题，在ubuntu下会使apache2的www-data用户无法写入</p>
<blockquote>
<p align="justify">The <b>exports</b> file uses the same format as on Unix. Directories must follow the Windows notation starting with a drive specification, e.g. C:\unix</p>
<p align="justify">The following options are supported:</p>
<table>
<tbody>
<tr>
<td valign="top"><tt>-name:&lt;sharename&gt;</tt></td>
<td>assigns a name to the exported path as an alternate name for mounting.</td>
</tr>
<tr>
<td valign="top"><tt>-alldirs</tt></td>
<td>allows the host(s) to mount at any point within the filesystem.</td>
</tr>
<tr>
<td valign="top"><tt>-umask:&lt;mask&gt;</tt></td>
<td>set the umask for group and world permissions on the filesystem, default 022</td>
</tr>
<tr>
<td valign="top"><tt>-readonly</tt></td>
<td>limits access to reading</td>
</tr>
<tr>
<td valign="top"><tt>-public</tt></td>
<td>Enables WebNFS access.</td>
</tr>
<tr>
<td valign="top"><tt>-lowercase</tt></td>
<td>maps all file names to lowercase, otherwise case is preserved.</td>
</tr>
<tr>
<td valign="top"><tt>-exec</tt></td>
<td>forces in access rights the x bit for all files.</td>
</tr>
<tr>
<td valign="top"><tt>-mapall:&lt;uid&gt;[:&lt;gid&gt;]</tt></td>
<td>all Unix user-ids and group-ids are mapped to the specified user-id and group-id.</td>
</tr>
<tr>
<td valign="top"><tt>-maproot:&lt;uid&gt;[:&lt;gid&gt;]</tt></td>
<td>the Unix super user <b>root</b> is mapped to the specified user-id, group-id. Without a mapping entry <b>root</b> will be mapped to user and group <b>nobody</b>.</td>
</tr>
<tr>
<td valign="top"><tt>-range</tt></td>
<td>IP adresses are interpreted in pairs as from-to ranges enabling client access from all addresses in a range (more flexible than the unix -net -mask options).</td>
</tr>
</tbody>
</table>
</blockquote>
<p>估计要指定uid:gid</p>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.muyunyying.top/2015/08/12/hyper-v-dsm%e9%bb%91%e8%a3%99%e5%ae%89%e8%a3%85-nfs-photo-station/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">730</post-id>	</item>
	</channel>
</rss>
