Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/ntfs-3g.xml

    r084c251 ra0e08b2  
    88           "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-&ntfs-3g-version;.tgz">
    99  <!ENTITY ntfs-3g-download-ftp  " ">
    10   <!ENTITY ntfs-3g-md5sum        "90da343e78877d388eb34cefae6799ae">
     10  <!ENTITY ntfs-3g-md5sum        "a038af61be7584b79f8922ff11244090">
    1111  <!ENTITY ntfs-3g-size          "1.3 MB">
    1212  <!ENTITY ntfs-3g-buildsize     "22 MB">
     
    1717  <?dbhtml filename="ntfs-3g.html"?>
    1818
    19   <sect1info>
    20     <date>$Date$</date>
    21   </sect1info>
    2219
    2320  <title>ntfs-3g-&ntfs-3g-version;</title>
     
    3229    <note>
    3330      <para id='ntfs3-kernel'>
    34         A new read-write support for NTFS, called NTFS3, has been added
    35         into Linux kernel since the 5.14 release. The performance of NTFS3
     31        A new read-write driver for NTFS, called NTFS3, has been added
     32        into the Linux kernel since the 5.15 release. The performance of NTFS3
    3633        is much better than ntfs-3g. To enable NTFS3, enable the following
    3734        options in the kernel configuration and recompile the kernel if
     
    4744
    4845      <para>
    49         To ensure the <command>mount</command> command to use NTFS3 for
     46        To ensure the <command>mount</command> command uses NTFS3 for
    5047        ntfs partitions, create a wrapper script:
    5148      </para>
    5249
    53 <screen role="nodump"><userinput>cat &gt;&gt; /usr/sbin/mount.ntfs &lt;&lt;"EOF" &amp;&amp;
     50<screen role="nodump"><userinput>cat &gt; /usr/sbin/mount.ntfs &lt;&lt; "EOF" &amp;&amp;
    5451<literal>#!/bin/sh
    5552exec mount -t ntfs3 "$@"</literal>
     
    6966      used by most Microsoft operating systems. Ntfs-3g allows you to mount
    7067      NTFS partitions in read-write mode from your Linux system. It uses the
    71       FUSE kernel module to be able to implement NTFS support in user space.
     68      FUSE kernel module to be able to implement NTFS support in userspace.
    7269      The package also contains various utilities useful for manipulating NTFS
    7370      partitions.
    7471    </para>
    7572
    76     &lfs110a_checked;
     73    &lfs112_checked;
    7774
    7875    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    176173      NTFS filesystems, instead of ntfs-3g (see the note at the start of
    177174      this page).  However, if you want to use ntfs-3g to mount the NTFS
    178       filesystems anyway, create a symlink for <command>mount</command>
     175      filesystems anyway, create a symlink for the <command>mount</command>
    179176      command:
    180177    </para>
Note: See TracChangeset for help on using the changeset viewer.