TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Anyone using f2fs in real-life scenarios?

5 点作者 supermatou超过 3 年前
Ask HN: Anyone using f2fs in real-life scenarios?<p>I&#x27;ve test-run f2fs (https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;F2FS) on several laptops and various devices booting from external USB&#x2F;MMC devices in the past month. The subjective perception of the change in performance (from standard ext4) is evident. I was thinking very seriously about changing all my non-HDD-based devices to f2fs when I stumbled upon this:<p>https:&#x2F;&#x2F;www.usenix.org&#x2F;system&#x2F;files&#x2F;atc19-jaffer.pdf<p>Basicaly, it says that f2f2s doesn&#x27;t do as much checking for hardware errors as ext4 and tends to fail silently when there&#x27;s a problem with the physical medium. This worries me and makes me want to stop using it - but the paper in question is more than a couple of years old and f2fs has continued to evolve, patches have been submitted to the Linux kernel and so on.<p>Anyone using f2fs care to share his&#x2F;her experience with it?

3 条评论

lobocinza超过 3 年前
What worries me the most is corruption and data loss due to power outages.
throwaway888abc超过 3 年前
Put it on my laptop (with ssd) for my workholic use. Heavy development,docker,K8s, javascript&#x2F;node&#x2F;webpack, browsing, etc.etc. etc.<p>10 months+ no issues (with Manjaro on &#x2F;), really happy with it. The performance jump was really noticeable (subjectively).<p>Last week updated kernel branch from 5.4 to 5.10 (wifi card finally works on 5.10, knock,knock) and again no issues at all.<p>Various articles and benchmarks: <a href="https:&#x2F;&#x2F;www.phoronix.com&#x2F;scan.php?page=search&amp;q=F2FS" rel="nofollow">https:&#x2F;&#x2F;www.phoronix.com&#x2F;scan.php?page=search&amp;q=F2FS</a><p>Recommending.
22c超过 3 年前
I&#x27;ve used F2FS before and ran into similar problems mentioned. My partition became unusable and fsck.f2fs didn&#x27;t help. I lost the files, but thankfully had backups.<p>Since then, I have found that exFAT was better suited to my use case.<p>This was a few years ago now, I came away from the experience thinking the ideas are nice but it needs more time to mature.<p>Obviously this is all anecdotal, I&#x27;ve lost partitions to plenty of filesystems before, but the fact that little to no data recovery software existed for F2FS at the time was really the concerning factor.
评论 #28387278 未加载