<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Slow-Ntfs-Write on KnightLi Blog</title>
        <link>https://knightli.com/en/tags/slow-ntfs-write/</link>
        <description>Recent content in Slow-Ntfs-Write on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Sat, 04 Mar 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://knightli.com/en/tags/slow-ntfs-write/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Fixing Slow NTFS Write Performance on Ubuntu 22.04</title>
        <link>https://knightli.com/en/2023/03/04/ubuntu-ntfs-write-speed-fix/</link>
        <pubDate>Sat, 04 Mar 2023 00:00:00 +0000</pubDate>
        
        <guid>https://knightli.com/en/2023/03/04/ubuntu-ntfs-write-speed-fix/</guid>
        <description>&lt;h2 id=&#34;fix-ntfs-readwrite-cache-and-throughput-on-ubuntu-2204&#34;&gt;Fix NTFS Read/Write Cache and Throughput on Ubuntu 22.04
&lt;/h2&gt;&lt;p&gt;On a WD HC550 drive, write speed under Windows was around 250 MB/s. On Ubuntu, read speed was acceptable (200 MB/s+), but write speed dropped to around 80 MB/s.&lt;/p&gt;
&lt;p&gt;The fix was to adjust mount options in &lt;code&gt;/etc/fstab&lt;/code&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;/dev/disk/by-uuid/xxxxxxxxxx /mnt/WD_16T_01 ntfs-3g defaults,lazytime,uid=1000,dmask=007,fmask=117,big_writes,nofail,auto 0 0
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;After this change, read/write speed returned to around 250 MB/s+.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
