Ignore:
File:
1 edited

Legend:

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

    ra0e08b2 r084c251  
    88           "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-&ntfs-3g-version;.tgz">
    99  <!ENTITY ntfs-3g-download-ftp  " ">
    10   <!ENTITY ntfs-3g-md5sum        "a038af61be7584b79f8922ff11244090">
     10  <!ENTITY ntfs-3g-md5sum        "90da343e78877d388eb34cefae6799ae">
    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>
    1922
    2023  <title>ntfs-3g-&ntfs-3g-version;</title>
     
    2932    <note>
    3033      <para id='ntfs3-kernel'>
    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
     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
    3336        is much better than ntfs-3g. To enable NTFS3, enable the following
    3437        options in the kernel configuration and recompile the kernel if
     
    4447
    4548      <para>
    46         To ensure the <command>mount</command> command uses NTFS3 for
     49        To ensure the <command>mount</command> command to use NTFS3 for
    4750        ntfs partitions, create a wrapper script:
    4851      </para>
    4952
    50 <screen role="nodump"><userinput>cat &gt; /usr/sbin/mount.ntfs &lt;&lt; "EOF" &amp;&amp;
     53<screen role="nodump"><userinput>cat &gt;&gt; /usr/sbin/mount.ntfs &lt;&lt;"EOF" &amp;&amp;
    5154<literal>#!/bin/sh
    5255exec mount -t ntfs3 "$@"</literal>
     
    6669      used by most Microsoft operating systems. Ntfs-3g allows you to mount
    6770      NTFS partitions in read-write mode from your Linux system. It uses the
    68       FUSE kernel module to be able to implement NTFS support in userspace.
     71      FUSE kernel module to be able to implement NTFS support in user space.
    6972      The package also contains various utilities useful for manipulating NTFS
    7073      partitions.
    7174    </para>
    7275
    73     &lfs112_checked;
     76    &lfs110a_checked;
    7477
    7578    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    173176      NTFS filesystems, instead of ntfs-3g (see the note at the start of
    174177      this page).  However, if you want to use ntfs-3g to mount the NTFS
    175       filesystems anyway, create a symlink for the <command>mount</command>
     178      filesystems anyway, create a symlink for <command>mount</command>
    176179      command:
    177180    </para>
Note: See TracChangeset for help on using the changeset viewer.