<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Write_NTFS_on_Mac</id>
	<title>Write NTFS on Mac - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Write_NTFS_on_Mac"/>
	<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Write_NTFS_on_Mac&amp;action=history"/>
	<updated>2026-06-02T22:44:54Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.riguz.com/index.php?title=Write_NTFS_on_Mac&amp;diff=4486&amp;oldid=prev</id>
		<title>Riguz：​创建页面，内容为“&lt;syntaxhighlight lang=&quot;bash&quot;&gt; git clone https://github.com/tuxera/ntfs-3g.git brew install macfuse@dev  cd ntfs-3g ./configure &amp;&amp; make   &lt;/syntaxhighlight&gt;  Check ntfs disk: &lt;syntaxhighlight lang=&quot;bash&quot;&gt; diskutil list /dev/disk0 (internal, physical):    #:                       TYPE NAME                    SIZE       IDENTIFIER    0:      GUID_partition_scheme                        *500.3 GB   disk0    1:             Apple_APFS_ISC Container disk2         524.…”</title>
		<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Write_NTFS_on_Mac&amp;diff=4486&amp;oldid=prev"/>
		<updated>2024-08-14T09:54:35Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; git clone https://github.com/tuxera/ntfs-3g.git brew install macfuse@dev  cd ntfs-3g ./configure &amp;amp;&amp;amp; make   &amp;lt;/syntaxhighlight&amp;gt;  Check ntfs disk: &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; diskutil list /dev/disk0 (internal, physical):    #:                       TYPE NAME                    SIZE       IDENTIFIER    0:      GUID_partition_scheme                        *500.3 GB   disk0    1:             Apple_APFS_ISC Container disk2         524.…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
git clone https://github.com/tuxera/ntfs-3g.git&lt;br /&gt;
brew install macfuse@dev&lt;br /&gt;
&lt;br /&gt;
cd ntfs-3g&lt;br /&gt;
./configure &amp;amp;&amp;amp; make&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Check ntfs disk:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
diskutil list&lt;br /&gt;
/dev/disk0 (internal, physical):&lt;br /&gt;
   #:                       TYPE NAME                    SIZE       IDENTIFIER&lt;br /&gt;
   0:      GUID_partition_scheme                        *500.3 GB   disk0&lt;br /&gt;
   1:             Apple_APFS_ISC Container disk2         524.3 MB   disk0s1&lt;br /&gt;
   2:                 Apple_APFS Container disk3         494.4 GB   disk0s2&lt;br /&gt;
   3:        Apple_APFS_Recovery Container disk1         5.4 GB     disk0s3&lt;br /&gt;
&lt;br /&gt;
/dev/disk3 (synthesized):&lt;br /&gt;
   #:                       TYPE NAME                    SIZE       IDENTIFIER&lt;br /&gt;
   0:      APFS Container Scheme -                      +494.4 GB   disk3&lt;br /&gt;
                                 Physical Store disk0s2&lt;br /&gt;
   1:                APFS Volume Macintosh HD            13.5 GB    disk3s1&lt;br /&gt;
   2:              APFS Snapshot com.apple.os.update-... 13.5 GB    disk3s1s1&lt;br /&gt;
   3:                APFS Volume Preboot                 12.2 GB    disk3s2&lt;br /&gt;
   4:                APFS Volume Recovery                1.9 GB     disk3s3&lt;br /&gt;
   5:                APFS Volume Data                    429.1 GB   disk3s5&lt;br /&gt;
   6:                APFS Volume VM                      1.1 GB     disk3s6&lt;br /&gt;
&lt;br /&gt;
/dev/disk4 (external, physical):&lt;br /&gt;
   #:                       TYPE NAME                    SIZE       IDENTIFIER&lt;br /&gt;
   0:     FDisk_partition_scheme                        *1.0 TB     disk4&lt;br /&gt;
   1:               Windows_NTFS Solee                   1.0 TB     disk4s1&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unmount:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo diskutil unmount /dev/disk4s1&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mount:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo mkdir /Volumes/NTFS&lt;br /&gt;
sudo ./src/ntfs-3g /dev/disk4s1 /Volumes/NTFS -o local -o allow_other -o auto_xattr -o auto_cache&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux/Unix]]&lt;/div&gt;</summary>
		<author><name>Riguz</name></author>
	</entry>
</feed>