<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Fuse on Q先生的世界</title>
		<link>https://qianzhou.tech/tags/fuse/</link>
		<description>Recent content in Fuse on Q先生的世界</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Sun, 14 Apr 2024 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://qianzhou.tech/tags/fuse/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>经典系统排障｜FUSE 调试与排障：getattr 风暴、缓存、并发、权限与 macOS/Linux 差异</title>
				<link>https://qianzhou.tech/2024/04/14/fuse-debugging-and-troubleshooting/</link>
				<pubDate>Sun, 14 Apr 2024 00:00:00 +0000</pubDate>
				<guid>https://qianzhou.tech/2024/04/14/fuse-debugging-and-troubleshooting/</guid>
				<description>&lt;h1 id=&#34;经典系统排障fuse-调试与排障getattr-风暴缓存并发权限与-macoslinux-差异&#34;&gt;经典系统排障｜FUSE 调试与排障：getattr 风暴、缓存、并发、权限与 macOS/Linux 差异&lt;/h1&gt;&#xA;&lt;p&gt;上一篇文章，我们已经把最小 Go 文件系统接到了 FUSE 上，并真正走通了 &lt;code&gt;ls&lt;/code&gt;、&lt;code&gt;cat&lt;/code&gt;、&lt;code&gt;touch&lt;/code&gt; 这些最基本的链路。&lt;/p&gt;</description>
			</item>
			<item>
				<title>经典系统实践｜把 Go 文件系统接到 FUSE：真正挂载起来，并走通 ls/cat/touch 全链路</title>
				<link>https://qianzhou.tech/2024/04/07/mount-go-filesystem-with-fuse/</link>
				<pubDate>Sun, 07 Apr 2024 00:00:00 +0000</pubDate>
				<guid>https://qianzhou.tech/2024/04/07/mount-go-filesystem-with-fuse/</guid>
				<description>&lt;h1 id=&#34;经典系统实践把-go-文件系统接到-fuse真正挂载起来并走通-lscattouch-全链路&#34;&gt;经典系统实践｜把 Go 文件系统接到 FUSE：真正挂载起来，并走通 ls/cat/touch 全链路&lt;/h1&gt;&#xA;&lt;p&gt;前面两篇，我们已经把这个最小 Go 文件系统做到了两个层次：&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;先实现了最小 on-disk filesystem，包含 superblock、inode、bitmap、directory entry 和 path walk&lt;/li&gt;&#xA;&lt;li&gt;再补了一层最小 WAL / journal，让它在崩溃恢复语义上不再完全裸奔&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;到这里，其实你已经有了一个“能工作的本地文件系统引擎”。&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
