Ignore:
Timestamp:
11/17/2021 03:39:45 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6fa16a5
Parents:
7fa5ff6
Message:

resurrect ntfs-3g, and mention the new in-kernel NTFS impl

The tools (like mkfs.ntfs) is still useful, and one may be puzzled if he
uses:

mount /dev/sdb1 /mnt

Then mount will find out that /dev/sdb1 is NTFS, and use the *old*
NTFS support (read-only) in kernel for it. The user will then be
puzzled. Mention how to create a wrapper script for mount to use the
new NTFS3 driver for ntfs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/filesystems.xml

    r7fa5ff6 r084c251  
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutraid.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mdadm.xml"/>
    32 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ntfs-3g.xml"/> -->
     32  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ntfs-3g.xml"/>
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gptfdisk.xml"/>
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="parted.xml"/>
Note: See TracChangeset for help on using the changeset viewer.