<?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>Soul Of Free Loop &#187; 文件系统</title>
	<atom:link href="https://m.zohead.com/archives/tag/file-system/feed/?wpmp_switcher=true" rel="self" type="application/rss+xml" />
	<link>https://m.zohead.com</link>
	<description>Uranus Zhou&#039;s Blog</description>
	<lastBuildDate>Sat, 19 Jul 2025 15:42:46 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8</generator>
	<item>
		<title>在Docker容器中使用FUSE文件系统</title>
		<link>https://m.zohead.com/archives/docker-fuse/</link>
		<comments>https://m.zohead.com/archives/docker-fuse/#comments</comments>
		<pubDate>Tue, 19 Dec 2017 16:32:18 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[User-mode Linux]]></category>
		<category><![CDATA[FUSE]]></category>
		<category><![CDATA[httpfs2]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[Slirp]]></category>
		<category><![CDATA[UML]]></category>
		<category><![CDATA[VDE]]></category>
		<category><![CDATA[容器]]></category>
		<category><![CDATA[文件系统]]></category>

		<guid isPermaLink="false">https://zohead.com/?p=1518</guid>
		<description><![CDATA[容器使用 FUSE 的问题 我们一般使用的 Docker 容器都是非特权容器，也就是说容器内的 root 用户 [&#8230;]]]></description>
				<content:encoded><![CDATA[容器使用 FUSE 的问题  我们一般使用的 Docker 容器都是非特权容器，也就是说容器内的 root 用户并不拥有真正的 root 权限，这就导致很多属于系统管理员的操作都被禁用了。   最近有个在 IBM Bluemix 容器内部挂载 FUSE 文件系统的需求，例如我使用 davfs2...<br /><a href="https://m.zohead.com/archives/docker-fuse/#more-1518" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/docker-fuse/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>发布Chrome OS快盘文件系统</title>
		<link>https://m.zohead.com/archives/kuaipan-chromeos/</link>
		<comments>https://m.zohead.com/archives/kuaipan-chromeos/#comments</comments>
		<pubDate>Wed, 01 Jul 2015 17:40:32 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[fileSystemProvider]]></category>
		<category><![CDATA[云存储]]></category>
		<category><![CDATA[快盘]]></category>
		<category><![CDATA[文件系统]]></category>
		<category><![CDATA[缩略图]]></category>

		<guid isPermaLink="false">http://zohead.com/?p=982</guid>
		<description><![CDATA[今年早些时候购入了三星 ARM Chromebook，一直有感于 Chromebook 上只能使用 Googl [&#8230;]]]></description>
				<content:encoded><![CDATA[今年早些时候购入了三星 ARM Chromebook，一直有感于 Chromebook 上只能使用 Google Drive 的不爽（必须翻墙，虽然我一直都开着 ShadowSocks 之类的），后来看到来自日本的开发者 Yoichiro Tanaka 为 Chrome OS 开发了 SFTP...<br /><a href="https://m.zohead.com/archives/kuaipan-chromeos/#more-982" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/kuaipan-chromeos/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>NFS和64位inode的问题</title>
		<link>https://m.zohead.com/archives/nfs-64bitinode/</link>
		<comments>https://m.zohead.com/archives/nfs-64bitinode/#comments</comments>
		<pubDate>Thu, 24 Jul 2014 15:41:16 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[存储]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[64位]]></category>
		<category><![CDATA[enable_ino64]]></category>
		<category><![CDATA[inode]]></category>
		<category><![CDATA[inode64]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[XFS]]></category>
		<category><![CDATA[文件系统]]></category>

		<guid isPermaLink="false">http://zohead.com/?p=733</guid>
		<description><![CDATA[本文同步自（最佳显示效果请点击）：https://zohead.com/archives/nfs-64biti [&#8230;]]]></description>
				<content:encoded><![CDATA[本文同步自（最佳显示效果请点击）：https://zohead.com/archives/nfs-64bitinode/   最近在 XFS 文件系统上使用 NFS 时发现一些比较老的 Linux 客户端在挂载时会提示 stale file handle 错误，这似乎是服务器端的 NFS...<br /><a href="https://m.zohead.com/archives/nfs-64bitinode/#more-733" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/nfs-64bitinode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 8 ReFS 测试初探</title>
		<link>https://m.zohead.com/archives/windows-server-8-refs-basic-test/</link>
		<comments>https://m.zohead.com/archives/windows-server-8-refs-basic-test/#comments</comments>
		<pubDate>Mon, 18 Jun 2012 16:05:58 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[存储]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[ReFS]]></category>
		<category><![CDATA[Win8]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[性能]]></category>
		<category><![CDATA[文件系统]]></category>
		<category><![CDATA[服务器]]></category>
		<category><![CDATA[配额]]></category>

		<guid isPermaLink="false">http://zohead.com/?p=233</guid>
		<description><![CDATA[本文同步自（如浏览不正常请点击跳转）：https://zohead.com/archives/windows- [&#8230;]]]></description>
				<content:encoded><![CDATA[本文同步自（如浏览不正常请点击跳转）：https://zohead.com/archives/windows-server-8-refs-basic-test/   微软最新的 Windows Server 8（现在已改名为 Windows Server...<br /><a href="https://m.zohead.com/archives/windows-server-8-refs-basic-test/#more-233" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/windows-server-8-refs-basic-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
