<?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>loop-device &#8211; Blog Sketch</title>
	<atom:link href="https://blog.ziaowang.top/tag/loop-device/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ziaowang.top</link>
	<description></description>
	<lastBuildDate>Wed, 27 Aug 2025 04:10:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>使用 FUSE 创建一个用户空间文件系统</title>
		<link>https://blog.ziaowang.top/2025/08/27/fuse-create-a-filesystem/</link>
					<comments>https://blog.ziaowang.top/2025/08/27/fuse-create-a-filesystem/#respond</comments>
		
		<dc:creator><![CDATA[wponaws]]></dc:creator>
		<pubDate>Wed, 27 Aug 2025 04:09:29 +0000</pubDate>
				<category><![CDATA[技术笔记]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[FUSE3]]></category>
		<category><![CDATA[loop-device]]></category>
		<guid isPermaLink="false">http://localhost/mysite/?p=7232</guid>

					<description><![CDATA[<p>这是我再次阅读、重新构建并调试修改一个之前做过的项目时所做的笔记。因此，本文主要包括原理介绍、重新编译和运行项目的步骤、代码解析、以及这一次所修改的内容。</p>



<p>项目本身：</p>



<ul class="wp-block-list">
<li>利用 FUSE 接口实现自定义的文件系统，名为 Fischl</li>



<li>项目的代码已经发布：<a href="https://github.com/SuperconductZB/iloveos">https://github.com/SuperconductZB/iloveos</a></li></ul>&#8230;]]></description>
										<content:encoded><![CDATA[<p>这是我再次阅读、重新构建并调试修改一个之前做过的项目时所做的笔记。因此，本文主要包括原理介绍、重新编译和运行项目的步骤、代码解析、以及这一次所修改的内容。</p>



<p>项目本身：</p>



<ul class="wp-block-list">
<li>利用 FUSE 接口实现自定义的文件系统，名为 Fischl</li>



<li>项目的代码已经发布：<a href="https://github.com/SuperconductZB/iloveos">https://github.com/SuperconductZB/iloveos</a></li></ul>&hellip;]]></content:encoded>
					
					<wfw:commentRss>https://blog.ziaowang.top/2025/08/27/fuse-create-a-filesystem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
